From: Sunil Dutt Date: Tue, 9 Aug 2016 04:58:35 +0000 (+0530) Subject: Define an attribute QCA_WLAN_VENDOR_ATTR_CONFIG_QPOWER X-Git-Tag: hostap_2_6~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc24a3616ab1baba88a6fda76974ec38948c3933;p=thirdparty%2Fhostap.git Define an attribute QCA_WLAN_VENDOR_ATTR_CONFIG_QPOWER This can be used to enable/disable QPOWER. Signed-off-by: Jouni Malinen --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index be5e3b15e..e84e27571 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -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,