Define an attribute QCA_WLAN_VENDOR_ATTR_CONFIG_QPOWER
This can be used to enable/disable QPOWER. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
42d30e9ea0
commit
dc24a3616a
1 changed files with 2 additions and 0 deletions
|
@ -728,6 +728,8 @@ enum qca_wlan_vendor_attr_config {
|
||||||
* not specified, the configurations are attributed to the respective
|
* not specified, the configurations are attributed to the respective
|
||||||
* wiphy. */
|
* wiphy. */
|
||||||
QCA_WLAN_VENDOR_ATTR_CONFIG_IFINDEX,
|
QCA_WLAN_VENDOR_ATTR_CONFIG_IFINDEX,
|
||||||
|
/* 8-bit unsigned value to trigger QPower: 1-Enable, 0-Disable */
|
||||||
|
QCA_WLAN_VENDOR_ATTR_CONFIG_QPOWER,
|
||||||
|
|
||||||
/* keep last */
|
/* keep last */
|
||||||
QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
|
QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
|
||||||
|
|
Loading…
Add table
Reference in a new issue