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: b17b86da47 ("QCA vendor attribute to configure periodic sounding")
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
Jouni Malinen 2022-11-03 19:22:53 +02:00 committed by Jouni Malinen
parent b17b86da47
commit 1d0ee1908b

View 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,