ieee80211_stop_tx_ba_cb_irqsafe(9) - phpMan
IEEE80211_STOP_TX_BA(9) Rate control interface IEEE80211_STOP_TX_BA(9)
NAME
ieee80211_stop_tx_ba_cb_irqsafe - low level driver ready to stop aggregate.
SYNOPSIS
void ieee80211_stop_tx_ba_cb_irqsafe(struct ieee80211_vif * vif, const u8 * ra, u16 tid);
ARGUMENTS
vif
struct ieee80211_vif pointer from the add_interface callback
ra
receiver address of the BA session recipient.
tid
the desired TID to BA on.
DESCRIPTION
This function must be called by low level driver once it has finished with preparations
for the BA session tear down. It can be called from any context.
AUTHOR
Johannes Berg <johannes AT sipsolutions.net>
Author.
COPYRIGHT
Kernel Hackers Manual 4.8. January 2017 IEEE80211_STOP_TX_BA(9)
|