From: Jouni Malinen Date: Thu, 3 Nov 2022 17:22:53 +0000 (+0200) Subject: Fix the vendor ID assignment for configuring periodic sounding X-Git-Tag: hostap_2_11~1614 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d0ee1908b1ea61ae2639feef9342d2f5d941d74;p=thirdparty%2Fhostap.git Fix the vendor ID assignment for configuring periodic sounding 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 --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 2a8d42930..eec7060be 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -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,