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 and ieee80211_tx_status_irqsafe may not be mixed for a
27 single hardware.
28
30 Johannes Berg <johannes@sipsolutions.net>
31 Author.
32
34Kernel Hackers Manual 2.6. November 2011 IEEE80211_TX_STATUS(9)