1IEEE80211_STOP_TX_BA(9) Rate control interface IEEE80211_STOP_TX_BA(9)
2
3
4
6 ieee80211_stop_tx_ba_session - Stop a Block Ack session.
7
9 int ieee80211_stop_tx_ba_session(struct ieee80211_sta * sta, u16 tid);
10
12 sta
13 the station whose BA session to stop
14
15 tid
16 the TID to stop BA.
17
19 negative error if the TID is invalid, or no aggregation active
20
21 Although mac80211/low level driver/user space application can estimate
22 the need to stop aggregation on a certain RA/TID, the session level
23 will be managed by the mac80211.
24
26 Johannes Berg <johannes@sipsolutions.net>
27 Author.
28
30Kernel Hackers Manual 3.10 June 2019 IEEE80211_STOP_TX_BA(9)