cfg80211: only allow S1G channels on S1G band
authorThomas Pedersen <thomas@adapt-ip.com>
Mon, 5 Oct 2020 16:51:22 +0000 (09:51 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 8 Oct 2020 08:41:24 +0000 (10:41 +0200)
commitc1cd35c6060140cebf85f43f8c702abef9eca997
tree61745484d1da727b1d4a24249e0f309f7362dd70
parent12bf8fad4ca3cf712f80766be017a521757e14c7
cfg80211: only allow S1G channels on S1G band

As discovered by syzbot, cfg80211 was accepting S1G
channel widths on non-S1G bands. Add a check for this, and
consolidate the 1MHz frequency check as it ends up being a
subset of the others.

Reported-by: syzbot+92715a0eccd6c881bc32@syzkaller.appspotmail.com
Fixes: 11b34737b18a ("nl80211: support setting S1G channels")
Signed-off-by: Thomas Pedersen <thomas@adapt-ip.com>
Link: https://lore.kernel.org/r/20201005165122.17583-1-thomas@adapt-ip.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/chan.c