qcacmn: [11AX] Add vendor command for userspace to get HE capabilities
Add new vendor command for userspace to get HE capabilities from host driver. Change-Id: Id01b8b97c932bdcfb6b86ce578feabae0d913ea9 CRs-Fixed: 1073481
This commit is contained in:

committed by
Sandeep Puligilla

parent
8952b58382
commit
526307e52a
@@ -174,6 +174,7 @@
|
||||
* @QCA_NL80211_VENDOR_SUBCMD_CONFIGURE_TDLS: Configure the TDLS behavior
|
||||
* in the host driver. The different TDLS configurations are defined
|
||||
* by the attributes in enum qca_wlan_vendor_attr_tdls_configuration.
|
||||
* @QCA_NL80211_VENDOR_SUBCMD_GET_HE_CAPABILITIES: Get HE related capabilities
|
||||
* @QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS:Set the Specific Absorption Rate
|
||||
* (SAR) power limits. A critical regulation for FCC compliance, OEMs
|
||||
* require methods to set SAR limits on TX power of WLAN/WWAN.
|
||||
@@ -327,6 +328,8 @@ enum qca_nl80211_vendor_subcmds {
|
||||
/* Configure the TDLS mode from user space */
|
||||
QCA_NL80211_VENDOR_SUBCMD_CONFIGURE_TDLS = 143,
|
||||
|
||||
QCA_NL80211_VENDOR_SUBCMD_GET_HE_CAPABILITIES = 144,
|
||||
|
||||
/* Vendor abort scan command */
|
||||
QCA_NL80211_VENDOR_SUBCMD_ABORT_SCAN = 145,
|
||||
|
||||
|
Reference in New Issue
Block a user