|
@@ -1468,6 +1468,8 @@ static void lim_process_addba_req(struct mac_context *mac_ctx, uint8_t *rx_pkt_i
|
|
&session->dph.dphHashTable);
|
|
&session->dph.dphHashTable);
|
|
if (sta_ds && lim_is_session_he_capable(session))
|
|
if (sta_ds && lim_is_session_he_capable(session))
|
|
he_cap = lim_is_sta_he_capable(sta_ds);
|
|
he_cap = lim_is_sta_he_capable(sta_ds);
|
|
|
|
+ if (sta_ds && sta_ds->staType == STA_ENTRY_NDI_PEER)
|
|
|
|
+ he_cap = lim_is_session_he_capable(session);
|
|
|
|
|
|
if (he_cap)
|
|
if (he_cap)
|
|
buff_size = MAX_BA_BUFF_SIZE;
|
|
buff_size = MAX_BA_BUFF_SIZE;
|