]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: cfg80211: restrict cfg80211_chandef_create() to only HT-based bands
authorLachlan Hodges <lachlan.hodges@morsemicro.com>
Thu, 12 Mar 2026 04:58:03 +0000 (15:58 +1100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 13 Mar 2026 06:14:26 +0000 (07:14 +0100)
commit92d77e06e73ca987b030cfed322e8421db1d6f41
tree00606759429ab6438e333bc7b5d9d92647662c14
parenta6d4291eae0409e63525d3b26f44feae6f6f4659
wifi: cfg80211: restrict cfg80211_chandef_create() to only HT-based bands

cfg80211_chandef_create() should only be used by bands that are
HT-based and the chantype argument makes sense. Insert a WARN such
that it isn't used on 60GHz and S1GHz bands and to catch any
potential existing uses by those bands.

Suggested-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Lachlan Hodges <lachlan.hodges@morsemicro.com>
Link: https://patch.msgid.link/20260312045804.362974-3-lachlan.hodges@morsemicro.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/chan.c