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:
parent
b17b86da47
commit
1d0ee1908b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue