|
@@ -262,7 +262,11 @@ void ieee80211_process_addba_request(struct ieee80211_local *local,
|
|
"%pM on tid %u\n",
|
|
"%pM on tid %u\n",
|
|
mgmt->sa, tid);
|
|
mgmt->sa, tid);
|
|
#endif /* CONFIG_MAC80211_HT_DEBUG */
|
|
#endif /* CONFIG_MAC80211_HT_DEBUG */
|
|
- goto end;
|
|
|
|
|
|
+
|
|
|
|
+ /* delete existing Rx BA session on the same tid */
|
|
|
|
+ ___ieee80211_stop_rx_ba_session(sta, tid, WLAN_BACK_RECIPIENT,
|
|
|
|
+ WLAN_STATUS_UNSPECIFIED_QOS,
|
|
|
|
+ false);
|
|
}
|
|
}
|
|
|
|
|
|
/* prepare A-MPDU MLME for Rx aggregation */
|
|
/* prepare A-MPDU MLME for Rx aggregation */
|