Query: ieee80211_rx
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IEEE80211_RX(9) The basic mac80211 driver inte IEEE80211_RX(9)NAMEieee80211_rx - receive frameSYNOPSISvoid ieee80211_rx(struct ieee80211_hw * hw, struct sk_buff * skb);ARGUMENTShw the hardware this frame came in on skb the buffer to receive, owned by mac80211 after this callDESCRIPTIONUse this function to hand received frames to mac80211. The receive buffer in skb must start with an IEEE 802.11 header. This function may not be called in IRQ context. Calls to this function for a single hardware must be synchronized against each other. Calls to this function, ieee80211_rx_ni and ieee80211_rx_irqsafe may not be mixed for a single hardware. In process context use instead ieee80211_rx_ni.AUTHORJohannes Berg <johannes@sipsolutions.net> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 IEEE80211_RX(9)
Related Man Pages |
---|
enum_ieee80211_conf_flags(9) - centos |
ieee80211_sta_block_awake(9) - centos |
struct_ieee80211_rx_status(9) - centos |
enum_mac80211_rx_flags(9) - suse |
struct_ieee80211_hw(9) - suse |
Similar Topics in the Unix Linux Community |
---|
How to restrict user to a specific directory in solaris 10 |
Is UNIX an open source OS ? |
Update kernel Linux without reboot?! |
Docker learning Phase-I |
32 bit process addressing more than 4GB |