1. NAME

ieee80211_tx_status_irqsafe - IRQ-safe transmit status callback

2. SYNOPSIS

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

3. ARGUMENTS

hw
    the hardware the frame was transmitted by

skb
    the frame that was transmitted, owned by mac80211 after this call

4. DESCRIPTION

Like ieee80211_tx_status but can be called in IRQ context (internally defers to a tasklet.)

Calls to this function, ieee80211_tx_status and ieee80211_tx_status_ni may not be mixed for a single hardware.

5. AUTHOR

Johannes Berg <>
    Author.

6. COPYRIGHT