qcacld-3.0: Increase buff size for ADDBA resp for EHT
The current maximum buffer size for an ADDBA response action frame is 256 bytes. This needs to be increased in case of EHT session. Change-Id: I4e4dbe1dbe5c69954d26f73cf51177358c411083 CRs-Fixed: 3185336
This commit is contained in:

کامیت شده توسط
Madan Koyyalamudi

والد
9c959bdc3a
کامیت
6226c7ead9
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -170,7 +171,7 @@
|
||||
* gRxAggregationSize - Gives an option to configure Rx aggregation size
|
||||
* in no of MPDUs
|
||||
* @Min: 1
|
||||
* @Max: 256
|
||||
* @Max: 1024
|
||||
* @Default: 256
|
||||
*
|
||||
* gRxAggregationSize gives an option to configure Rx aggregation size
|
||||
@@ -187,7 +188,7 @@
|
||||
#define CFG_RX_AGGREGATION_SIZE CFG_INI_UINT( \
|
||||
"gRxAggregationSize", \
|
||||
1, \
|
||||
256, \
|
||||
1024, \
|
||||
256, \
|
||||
CFG_VALUE_OR_DEFAULT, \
|
||||
"Rx Aggregation size value")
|
||||
|
مرجع در شماره جدید
Block a user