|
@@ -342,7 +342,8 @@ void ieee80211_tx_ba_session_handle_start(struct sta_info *sta, int tid)
|
|
/* send AddBA request */
|
|
/* send AddBA request */
|
|
ieee80211_send_addba_request(sdata, sta->sta.addr, tid,
|
|
ieee80211_send_addba_request(sdata, sta->sta.addr, tid,
|
|
tid_tx->dialog_token, start_seq_num,
|
|
tid_tx->dialog_token, start_seq_num,
|
|
- 0x40, tid_tx->timeout);
|
|
|
|
|
|
+ local->hw.max_tx_aggregation_subframes,
|
|
|
|
+ tid_tx->timeout);
|
|
}
|
|
}
|
|
|
|
|
|
int ieee80211_start_tx_ba_session(struct ieee80211_sta *pubsta, u16 tid,
|
|
int ieee80211_start_tx_ba_session(struct ieee80211_sta *pubsta, u16 tid,
|