From: Sumit Agre Date: Mon, 28 Mar 2022 12:42:17 +0000 (+0530) Subject: QCA vendor command support to reset configuration for eLNA bypass X-Git-Tag: hostap_2_11~2083 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef85328a670fc676b774550efee4f5a858f64b6a;p=thirdparty%2Fhostap.git QCA vendor command support to reset configuration for eLNA bypass Add support to reset eLNA bypass configuration to default behavior. If value of 2 is configured, the driver can choose either to disable/enable eLNA bypass control and there is no enforcement from userspace. Signed-off-by: Jouni Malinen --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 5298e9ebc..b7467cd76 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -2403,7 +2403,10 @@ enum qca_wlan_vendor_attr_config { QCA_WLAN_VENDOR_ATTR_CONFIG_DISCONNECT_IES = 58, /* 8-bit unsigned value for ELNA bypass. - * 1-Enable, 0-Disable + * 0 - Disable eLNA bypass. + * 1 - Enable eLNA bypass. + * 2 - Reset eLNA bypass configuration, the driver should + * revert to the default configuration of eLNA bypass. */ QCA_WLAN_VENDOR_ATTR_CONFIG_ELNA_BYPASS = 59,