]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix vendor attribute numbering and relocate attribute accordingly
authorShivani Baranwal <quic_shivbara@quicinc.com>
Fri, 14 Apr 2023 09:52:08 +0000 (15:22 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 20 Apr 2023 07:44:24 +0000 (10:44 +0300)
commit6422b0d72dc9750674a56004d811067c169c5b04
tree7165cb9a741f2d1ff1544d0077e95e31b74a6d9e
parentc858a6360b5a3eceabcf455015837bf005e28576
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: 1491fc64a820 ("Define QCA vendor per-enum 64-bit pad attributes")
Signed-off-by: Shivani Baranwal <quic_shivbara@quicinc.com>
src/common/qca-vendor.h