1IEEE80211_TX_STATUS_(9) The basic mac80211 driver inte IEEE80211_TX_STATUS_(9)
2
3
4
6 ieee80211_tx_status_ni - transmit status callback (in process context)
7
9 void ieee80211_tx_status_ni(struct ieee80211_hw * hw,
10 struct sk_buff * skb);
11
13 hw
14 the hardware the frame was transmitted by
15
16 skb
17 the frame that was transmitted, owned by mac80211 after this call
18
20 Like ieee80211_tx_status but can be called in process context.
21
22 Calls to this function, ieee80211_tx_status and
23 ieee80211_tx_status_irqsafe may not be mixed for a single hardware.
24
26 Johannes Berg <johannes@sipsolutions.net>
27 Author.
28
30Kernel Hackers Manual 3.10 June 2019 IEEE80211_TX_STATUS_(9)