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 à :

révisé par
Madan Koyyalamudi

Parent
34d203945e
révision
f0521aa1ea
@@ -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")
|
||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur