1IEEE80211_TX_STATUS(9) The basic mac80211 driver inte IEEE80211_TX_STATUS(9)
2
3
4
6 ieee80211_tx_status - transmit status callback
7
9 void ieee80211_tx_status(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 Call this function for all transmitted frames after they have been
21 transmitted. It is permissible to not call this function for multicast
22 frames but this can affect statistics.
23
24 This function may not be called in IRQ context. Calls to this function
25 for a single hardware must be synchronized against each other. Calls to
26 this function, ieee80211_tx_status_ni and ieee80211_tx_status_irqsafe
27 may not be mixed for a single hardware. Must not run concurrently with
28 ieee80211_rx or ieee80211_rx_ni.
29
31 Johannes Berg <johannes@sipsolutions.net>
32 Author.
33
35Kernel Hackers Manual 3.10 June 2019 IEEE80211_TX_STATUS(9)