1IEEE80211_TX_INFO_CL(9) The basic mac80211 driver inte IEEE80211_TX_INFO_CL(9)
2
3
4
6 ieee80211_tx_info_clear_status - clear TX status
7
9 void ieee80211_tx_info_clear_status(struct ieee80211_tx_info * info);
10
12 info
13 The struct ieee80211_tx_info to be cleared.
14
16 When the driver passes an skb back to mac80211, it must report a number
17 of things in TX status. This function clears everything in the TX
18 status but the rate control information (it does clear the count since
19 you need to fill that in anyway).
20
22 You can only use this function if you do NOT use info->driver_data! Use
23 info->rate_driver_data instead if you need only the less space that
24 allows.
25
27 Johannes Berg <johannes@sipsolutions.net>
28 Author.
29
31Kernel Hackers Manual 3.10 June 2019 IEEE80211_TX_INFO_CL(9)