1IEEE80211_TX_STATUS_(9) The basic mac80211 driver inte IEEE80211_TX_STATUS_(9)
2
3
4

NAME

6       ieee80211_tx_status_irqsafe - IRQ-safe transmit status callback
7

SYNOPSIS

9       void ieee80211_tx_status_irqsafe(struct ieee80211_hw * hw,
10                                        struct sk_buff * skb);
11

ARGUMENTS

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

DESCRIPTION

20       Like ieee80211_tx_status but can be called in IRQ context (internally
21       defers to a tasklet.)
22
23       Calls to this function, ieee80211_tx_status and ieee80211_tx_status_ni
24       may not be mixed for a single hardware.
25

AUTHOR

27       Johannes Berg <johannes@sipsolutions.net>
28           Author.
29
31Kernel Hackers Manual 3.10         June 2019           IEEE80211_TX_STATUS_(9)
Impressum