Fix vendor attribute numbering and relocate attribute accordingly
The attributes QCA_WLAN_VENDOR_ATTR_LL_STATS_PAD and
QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_NF_CAL_VAL were allocated the same
attribute number in error. QCA_WLAN_VENDOR_ATTR_LL_STATS_PAD attribute
is known to not be used; thus, it is safe to be renumbered.
Fixes: 1491fc64a8
("Define QCA vendor per-enum 64-bit pad attributes")
Signed-off-by: Shivani Baranwal <quic_shivbara@quicinc.com>
This commit is contained in:
parent
c858a6360b
commit
6422b0d72d
1 changed files with 3 additions and 2 deletions
|
@ -4477,14 +4477,15 @@ enum qca_wlan_vendor_attr_ll_stats_results {
|
|||
* after STA has indicated power save exit by QoS Null Data frame.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_LL_STATS_TIM_BEACON_ERR = 89,
|
||||
/* Attribute used for padding for 64-bit alignment */
|
||||
QCA_WLAN_VENDOR_ATTR_LL_STATS_PAD = 90,
|
||||
|
||||
/* Signed 32 bit value. It represents the noise floor calibration value.
|
||||
* Possible values are -120~-50 dBm.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_NF_CAL_VAL = 90,
|
||||
|
||||
/* Attribute used for padding for 64-bit alignment */
|
||||
QCA_WLAN_VENDOR_ATTR_LL_STATS_PAD = 91,
|
||||
|
||||
/* keep last */
|
||||
QCA_WLAN_VENDOR_ATTR_LL_STATS_AFTER_LAST,
|
||||
QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX =
|
||||
|
|
Loading…
Add table
Reference in a new issue