Start a tx block ack session.
int ieee80211_start_tx_ba_session(struct ieee80211_sta * sta, u16 tid, u16 timeout);
sta
the station for which to start a BA session
tid
the TID to BA on.
timeout
session timeout value (in TUs)
success if addBA request was sent, failure otherwise
Although mac80211/low level driver/user space application can estimate the need to start aggregation on a certain RA/TID, the session level will be managed by the mac80211.
Johannes Berg <[email protected]>
Author.