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
Cette révision appartient à :
Balaji Pothunoori
2021-07-28 15:06:54 +05:30
révisé par Madan Koyyalamudi
Parent 34d203945e
révision f0521aa1ea
2 fichiers modifiés avec 45 ajouts et 35 suppressions

Voir le fichier

@@ -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")