Add QCA vendor attributes for ELNA bypass
Add attributes QCA_WLAN_VENDOR_ATTR_CONFIG_ELNA_BYPASS under the enum qca_wlan_vendor_attr_config to support set and get the ELNA bypass. Signed-off-by: Paul Zhang <paulz@codeaurora.org>
This commit is contained in:
parent
176c133e91
commit
6a4406c015
1 changed files with 5 additions and 0 deletions
|
@ -1874,6 +1874,11 @@ enum qca_wlan_vendor_attr_config {
|
|||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_DISCONNECT_IES = 58,
|
||||
|
||||
/* 8-bit unsigned value for ELNA bypass.
|
||||
* 1-Enable, 0-Disable
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_CONFIG_ELNA_BYPASS = 59,
|
||||
|
||||
/* keep last */
|
||||
QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
|
||||
QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =
|
||||
|
|
Loading…
Reference in a new issue