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
这个提交包含在:
Balaji Pothunoori
2021-07-28 15:06:54 +05:30
提交者 Madan Koyyalamudi
父节点 34d203945e
当前提交 f0521aa1ea
修改 2 个文件,包含 45 行新增35 行删除

查看文件

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