Define an attribute QCA_WLAN_VENDOR_ATTR_CONFIG_QPOWER
authorSunil Dutt <usdutt@qti.qualcomm.com>
Tue, 9 Aug 2016 04:58:35 +0000 (10:28 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 9 Aug 2016 16:23:25 +0000 (19:23 +0300)
This can be used to enable/disable QPOWER.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/common/qca-vendor.h

index be5e3b1..e84e275 100644 (file)
@@ -728,6 +728,8 @@ enum qca_wlan_vendor_attr_config {
         * not specified, the configurations are attributed to the respective
         * wiphy. */
        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 */
        QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,