ieee80211_tx_info_clear_status(9) centos man page | unix.com

Man Page: ieee80211_tx_info_clear_status

Operating Environment: centos

Section: 9

IEEE80211_TX_INFO_CL(9) 				  The basic mac80211 driver inte				   IEEE80211_TX_INFO_CL(9)

NAME
ieee80211_tx_info_clear_status - clear TX status
SYNOPSIS
void ieee80211_tx_info_clear_status(struct ieee80211_tx_info * info);
ARGUMENTS
info The struct ieee80211_tx_info to be cleared.
DESCRIPTION
When the driver passes an skb back to mac80211, it must report a number of things in TX status. This function clears everything in the TX status but the rate control information (it does clear the count since you need to fill that in anyway).
NOTE
You can only use this function if you do NOT use info->driver_data! Use info->rate_driver_data instead if you need only the less space that allows.
AUTHOR
Johannes Berg <johannes@sipsolutions.net> Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 IEEE80211_TX_INFO_CL(9)
Related Man Pages
enum_mac80211_tx_control_flags(9) - centos
enum_ieee80211_key_flags(9) - centos
ieee80211_sta_block_awake(9) - centos
struct_ieee80211_tx_rate(9) - centos
struct_ieee80211_vif(9) - centos
Similar Topics in the Unix Linux Community
How to increment version inside a file?
CentOS7 restoring file capabilities
Docker learning Phase-I
Shopt -s histappend
Please Welcome Dave Munro to the Moderator Team!