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
这个提交包含在:
@@ -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")
|
||||
|
在新工单中引用
屏蔽一个用户