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

NAME

6       ieee80211_rx_ni - receive frame (in process context)
7

SYNOPSIS

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

ARGUMENTS

12       hw
13           the hardware this frame came in on
14
15       skb
16           the buffer to receive, owned by mac80211 after this call
17

DESCRIPTION

19       Like ieee80211_rx but can be called in process context (internally
20       disables bottom halves).
21
22       Calls to this function, ieee80211_rx and ieee80211_rx_irqsafe may not
23       be mixed for a single hardware. Must not run concurrently with
24       ieee80211_tx_status or ieee80211_tx_status_ni.
25

AUTHOR

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