qcacld-3.0: addba request reject for peer ap

Add user controlled rx addba request reject for peer AP based
on ini configuration.

Change-Id: I80a4b78c1af77f5bfa68be3163f9e9a78cc64245
CRs-fixed: 2835511
This commit is contained in:
Balaji Pothunoori
2021-01-23 20:43:45 +05:30
committed by snandini
parent f33de00449
commit e64a36609f
6 changed files with 33 additions and 6 deletions

View File

@@ -197,6 +197,27 @@
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
@@ -567,6 +588,7 @@
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_TX_IOT_AGGR) \
CFG(CFG_REJECT_ADDBA_REQ)
#endif /* __CFG_MLME_QOS_H */