mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 10:18:21 -05:00
Vendor attributes for ssetting TX A-MSDU and RX A-MSDU parameters
Define QCA vendor attributes for SET(GET)_WIFI_CONFIGURATION to dynamically configure capabilities for TX A-MSDU and RX A-MSDU. Signed-off-by: Min Liu <minliu@codeaurora.org>
This commit is contained in:
parent
f7a904a283
commit
5ab8ad4cfe
@ -2135,6 +2135,18 @@ enum qca_wlan_vendor_attr_config {
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_CONFIG_PHY_MODE = 62,
|
||||
|
||||
/* 8-bit unsigned value to configure the maximum number of subframes of
|
||||
* TX MSDU for aggregation. Possible values are 0-31. When set to 0,
|
||||
* it is decided by the hardware.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_CONFIG_TX_MSDU_AGGREGATION = 65,
|
||||
|
||||
/* 8-bit unsigned value to configure the maximum number of subframes of
|
||||
* RX MSDU for aggregation. Possible values are 0-31. When set to 0,
|
||||
* it is decided by the hardware.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_CONFIG_RX_MSDU_AGGREGATION = 66,
|
||||
|
||||
/* keep last */
|
||||
QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
|
||||
QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =
|
||||
|
Loading…
Reference in New Issue
Block a user