1. NAME

ieee80211_start_tx_ba_session - Start a tx Block Ack session.

2. SYNOPSIS

int ieee80211_start_tx_ba_session(struct ieee80211_sta *  sta , u16  tid , u16  timeout );

3. ARGUMENTS

sta
    the station for which to start a BA session

tid
    the TID to BA on.

timeout
    session timeout value (in TUs)

4. RETURN

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.

5. AUTHOR

Johannes Berg <>
    Author.

6. COPYRIGHT