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
这个提交包含在:
Paul Zhang
2022-05-03 10:55:08 +08:00
提交者 Madan Koyyalamudi
父节点 9c959bdc3a
当前提交 6226c7ead9
修改 3 个文件,包含 64 行新增27 行删除

查看文件

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