]> git.baikalelectronics.ru Git - kernel.git/commit
wifi: mac80211: use only channel width in ieee80211_parse_bitrates()
authorJohannes Berg <johannes.berg@intel.com>
Fri, 1 Jul 2022 12:01:59 +0000 (14:01 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Jul 2022 09:43:18 +0000 (11:43 +0200)
commit725e09a4f16b8cc2a25f4dc4210855e5105917ae
tree7948dace4c28fd57158bd7ce22e566b50648cb18
parent436b0ab040b796dbf4d61bfba6c0fc1fc2e7661f
wifi: mac80211: use only channel width in ieee80211_parse_bitrates()

For MLO, we may not have a full chandef here later, so change
the API to pass only the width.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c
net/mac80211/util.c