qcacld-3.0: update ini configured rx aggregation size in addba response

Currently addba response is not updated with ini configured rx aggregation
size.
This change is to reject peer addba request if rx aggr size is 1 and
for other sizes select min value of peer and configured sizes.

Change-Id: Ia375b1e031dfecf948429e0baea19faa8fe42ffa
CRs-Fixed: 2962314
This commit is contained in:
Balaji Pothunoori
2021-07-28 15:06:54 +05:30
committed by Madan Koyyalamudi
parent 34d203945e
commit f0521aa1ea
2 changed files with 45 additions and 35 deletions

View File

@@ -170,7 +170,7 @@
* gRxAggregationSize - Gives an option to configure Rx aggregation size
* in no of MPDUs
* @Min: 1
* @Max: 64
* @Max: 256
* @Default: 64
*
* gRxAggregationSize gives an option to configure Rx aggregation size
@@ -187,7 +187,7 @@
#define CFG_RX_AGGREGATION_SIZE CFG_INI_UINT( \
"gRxAggregationSize", \
1, \
64, \
256, \
64, \
CFG_VALUE_OR_DEFAULT, \
"Rx Aggregation size value")