]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix the vendor ID assignment for configuring periodic sounding
authorJouni Malinen <quic_jouni@quicinc.com>
Thu, 3 Nov 2022 17:22:53 +0000 (19:22 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 3 Nov 2022 17:22:53 +0000 (19:22 +0200)
This was supposed to update the requested value to the next available
one, not to duplicate the already assigned value.

Fixes: b17b86da4765 ("QCA vendor attribute to configure periodic sounding")
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/common/qca-vendor.h

index 2a8d42930517405ccb5ac7fa8f8320018f8db689..eec7060be6e42ab957080b6c742d1deee5817687 100644 (file)
@@ -2822,7 +2822,7 @@ enum qca_wlan_vendor_attr_config {
         * 0 - Default behavior.
         * 1 - Enable the periodic sounding for Tx beamformer.
         */
-       QCA_WLAN_VENDOR_ATTR_CONFIG_BEAMFORMER_PERIODIC_SOUNDING = 84,
+       QCA_WLAN_VENDOR_ATTR_CONFIG_BEAMFORMER_PERIODIC_SOUNDING = 85,
 
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,