Add a QCA vendor command attribute to enable/disable GTX
This commit adds a new vendor command attribute QCA_WLAN_VENDOR_ATTR_CONFIG_GTX in QCA_NL80211_VENDOR_SUBCMD_SET_WIFI_CONFIGURATION to enable/disable green Tx power saving feature. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
62566bc23d
commit
b829e4b694
1 changed files with 5 additions and 0 deletions
|
@ -1638,6 +1638,11 @@ enum qca_wlan_vendor_attr_config {
|
|||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_CONFIG_RSN_IE = 56,
|
||||
|
||||
/* 8-bit unsigned value to trigger green Tx power saving.
|
||||
* 1-Enable, 0-Disable
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_CONFIG_GTX = 57,
|
||||
|
||||
/* keep last */
|
||||
QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
|
||||
QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =
|
||||
|
|
Loading…
Reference in a new issue