Revert "qcacld-3.0: addba request reject for peer ap"

Peer addba request is rejected when reject_addba_req is set from
ini or vendor command.
Current reject_addba_req ini is replacing with gRxAggregationSize
when it is set 1 from ini.
Hence this reverts commit I80a4b78c1af77f5bfa68be3163f9e9a78cc64245.

Change-Id: I1cc57b88311da4dd8f26eade17072aaa1f0ebb59
CRs-Fixed: 3002204
This commit is contained in:
Balaji Pothunoori
2021-07-28 18:07:20 +05:30
committed by Madan Koyyalamudi
부모 9bd41d9c77
커밋 1cd76edad4
6개의 변경된 파일6개의 추가작업 그리고 33개의 파일을 삭제

파일 보기

@@ -192,27 +192,6 @@
CFG_VALUE_OR_DEFAULT, \
"Rx Aggregation size value")
/*
* <ini>
* reject_addba_req - Configure Rx ADDBA Req reject for PEER AP
* @Min: 0
* @Max: 1
* @Default: 0
*
* reject_addba_req gives an option to reject ADDBA Req from PEER AP
*
* Related: None
*
* Supported Feature: STA
*
* Usage: External
*
* </ini>
*/
#define CFG_REJECT_ADDBA_REQ CFG_INI_BOOL( \
"reject_addba_req", \
0, \
"Addba Req Reject")
/*
* <ini>
* gTxAggSwRetryBE - Configure Tx aggregation sw retry for BE
@@ -583,7 +562,6 @@
CFG(CFG_TX_NON_AGGR_SW_RETRY_VO) \
CFG(CFG_TX_NON_AGGR_SW_RETRY) \
CFG(CFG_SAP_QOS_UAPSD) \
CFG(CFG_TX_IOT_AGGR) \
CFG(CFG_REJECT_ADDBA_REQ)
CFG(CFG_TX_IOT_AGGR)
#endif /* __CFG_MLME_QOS_H */

파일 보기

@@ -995,7 +995,6 @@ struct wlan_vht_config {
* @sap_max_inactivity_override: Override updating ap_sta_inactivity from
* hostapd.conf
* @sap_uapsd_enabled: Flag to enable/disable UAPSD for SAP
* @reject_addba_req: Flag to decline ADDBA Req from SAP
*/
struct wlan_mlme_qos {
uint32_t tx_aggregation_size;
@@ -1016,7 +1015,6 @@ struct wlan_mlme_qos {
uint32_t tx_non_aggr_sw_retry_threshold;
bool sap_max_inactivity_override;
bool sap_uapsd_enabled;
bool reject_addba_req;
};
#ifdef WLAN_FEATURE_11AX