1IEEE80211_STOP_TX_BA(9) Rate control interface IEEE80211_STOP_TX_BA(9)
2
3
4
6 ieee80211_stop_tx_ba_cb_irqsafe - low level driver ready to stop
7 aggregate.
8
10 void ieee80211_stop_tx_ba_cb_irqsafe(struct ieee80211_vif * vif,
11 const u8 * ra, u16 tid);
12
14 vif
15 struct ieee80211_vif pointer from the add_interface callback
16
17 ra
18 receiver address of the BA session recipient.
19
20 tid
21 the desired TID to BA on.
22
24 This function must be called by low level driver once it has finished
25 with preparations for the BA session tear down. It can be called from
26 any context.
27
29 Johannes Berg <johannes@sipsolutions.net>
30 Author.
31
33Kernel Hackers Manual 3.10 June 2019 IEEE80211_STOP_TX_BA(9)