ieee80211_rx_irqsafe

Langue: en

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

ieee80211_rx_irqsafe - receive frame

SYNOPSIS

void ieee80211_rx_irqsafe(struct ieee80211_hw * hw, struct sk_buff * skb, struct ieee80211_rx_status * status);

ARGUMENTS

hw

the hardware this frame came in on

skb

the buffer to receive, owned by mac80211 after this call

status

status of this frame; the status pointer need not be valid after this function returns and is not freed by mac80211, it is recommended that it points to a stack area

DESCRIPTION

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

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

AUTHOR

Johannes Berg <johannes@sipsolutions.net>

Author.