Define a new QCA vendor attribute for Optimized Power Management
Define a new attribute configuring Optimized Power Management. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
725d98a513
commit
ffc8ae507e
1 changed files with 4 additions and 0 deletions
|
@ -2216,6 +2216,10 @@ enum qca_wlan_vendor_attr_config {
|
|||
* higher value configuration shall be returned with a failure.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_CONFIG_NSS = 70,
|
||||
/* 8-bit unsigned value to trigger Optimized Power Management:
|
||||
* 1-Enable, 0-Disable
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_CONFIG_OPTIMIZED_POWER_MANAGEMENT = 71,
|
||||
|
||||
/* keep last */
|
||||
QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
|
||||
|
|
Loading…
Reference in a new issue