Query: ieee80211_tx_status_irqsafe
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IEEE80211_TX_STATUS_(9) The basic mac80211 driver inte IEEE80211_TX_STATUS_(9)NAMEieee80211_tx_status_irqsafe - IRQ-safe transmit status callbackSYNOPSISvoid ieee80211_tx_status_irqsafe(struct ieee80211_hw * hw, struct sk_buff * skb);ARGUMENTShw the hardware the frame was transmitted by skb the frame that was transmitted, owned by mac80211 after this callDESCRIPTIONLike 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.AUTHORJohannes Berg <johannes@sipsolutions.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 IEEE80211_TX_STATUS_(9)