qcacmn: Define new config attribute for MU EDCA param override
Define new wifi test config attribute to override the MU EDCA params with defaults in the driver. Change-Id: Ic12e322a82a558a5b01e13d6d5e288eb6933c1cc CRs-Fixed: 2290381
This commit is contained in:

committed by
nshrivas

parent
61a21697f6
commit
cb0c0a1d8b
@@ -6101,6 +6101,14 @@ enum qca_wlan_vendor_attr_wifi_test_config {
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MAC_PADDING_DUR = 20,
|
||||
|
||||
/* 8-bit unsigned value to override the MU EDCA params to defaults
|
||||
* regardless of the AP beacon MU EDCA params. If it is enabled use
|
||||
* the default values else use the MU EDCA params from AP beacon.
|
||||
* This attribute is used to configure the testbed device.
|
||||
* 1 - enable override, 0 - disable.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_OVERRIDE_MU_EDCA = 21,
|
||||
|
||||
/* keep last */
|
||||
QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
|
||||
QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =
|
||||
|
Reference in New Issue
Block a user