ieee80211_tx_status_ni — transmit status callback (in process context)
| void ieee80211_tx_status_ni ( | struct ieee80211_hw * hw, | 
| struct sk_buff * skb ); | 
hwthe hardware the frame was transmitted by
skbthe frame that was transmitted, owned by mac80211 after this call
   Like ieee80211_tx_status but can be called in process context.
   
   Calls to this function, ieee80211_tx_status and
   ieee80211_tx_status_irqsafe may not be mixed
   for a single hardware.