ieee80211_tx_status_irqsafe

Langue: en

Autres versions - même langue

Version: May 2009 (fedora - 06/07/09)

Section: 9 (Appels noyau Linux)

NAME

ieee80211_tx_status_irqsafe - IRQ-safe transmit status callback

SYNOPSIS

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

ARGUMENTS

hw

the hardware the frame was transmitted by

skb

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

DESCRIPTION

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

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

AUTHOR

Johannes Berg <johannes@sipsolutions.net>

Author.