wifi: cfg80211: remove scan_width support
authorJohannes Berg <johannes.berg@intel.com>
Tue, 29 Aug 2023 10:17:43 +0000 (12:17 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 13 Sep 2023 09:10:50 +0000 (11:10 +0200)
commit5add321c329b1746589b51359259666ca3dbe219
tree7576e4e3775f1fb43e8d20a2456b7eb95d47e532
parent22446b7ee2bb44fe7a61d8eda6d83bdc726bbbd9
wifi: cfg80211: remove scan_width support

There really isn't any support for scanning at different
channel widths than 20 MHz since there's no way to set it.
Remove this support for now, if somebody wants to maintain
this whole thing later we can revisit how it should work.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
13 files changed:
drivers/net/wireless/ath/wil6210/wmi.c
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/mac80211/ibss.c
net/mac80211/ieee80211_i.h
net/mac80211/ocb.c
net/mac80211/scan.c
net/wireless/mesh.c
net/wireless/nl80211.c
net/wireless/scan.c
net/wireless/trace.h
net/wireless/util.c