wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()
authorRyder Lee <ryder.lee@mediatek.com>
Mon, 27 Mar 2023 17:07:41 +0000 (01:07 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 30 Mar 2023 09:18:37 +0000 (11:18 +0200)
commitdd01579e5ed922dcfcb8fec53fa03b81c7649a04
tree5e7dec47440f6e4d162b7b62a72a6335a6717cfc
parenta16fc38315f2c69c520ee769976ecb9c706b8560
wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()

Here should return the size of ieee80211_eht_cap_elem_fixed, so fix it.

Fixes: 820acc810fb6 ("mac80211: Add EHT capabilities to association/probe request")
Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
Link: https://lore.kernel.org/r/06c13635fc03bcff58a647b8e03e9f01a74294bd.1679935259.git.ryder.lee@mediatek.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/util.c