]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
QCA vendor attribute to configure periodic sounding
authorKiran Kumar Lokere <quic_klokere@quicinc.com>
Thu, 13 Oct 2022 06:34:10 +0000 (23:34 -0700)
committerJouni Malinen <j@w1.fi>
Thu, 3 Nov 2022 15:53:32 +0000 (17:53 +0200)
Add a new QCA vendor attribute to configure the periodic sounding
for Tx beamformer functionality.

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

index de06ee1c3013b061ad66762d05e62b34332273b9..2a8d42930517405ccb5ac7fa8f8320018f8db689 100644 (file)
@@ -2815,6 +2815,15 @@ enum qca_wlan_vendor_attr_config {
         */
        QCA_WLAN_VENDOR_ATTR_CONFIG_UDP_QOS_UPGRADE_FOR_BE_BK = 84,
 
+       /* 8-bit unsigned value to configure the driver to enable/disable the
+        * periodic sounding for Tx beamformer functionality. The default
+        * behavior uses algorithm to do sounding based on packet stats.
+        *
+        * 0 - Default behavior.
+        * 1 - Enable the periodic sounding for Tx beamformer.
+        */
+       QCA_WLAN_VENDOR_ATTR_CONFIG_BEAMFORMER_PERIODIC_SOUNDING = 84,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =