Skip to content

Commit 256caff

Browse files
ilanpeer2jmberg-intel
authored andcommitted
wifi: cfg80211: Include operating class 137 in 6GHz band
Draft P802.11be_D3.1 added operating class to describe 320 MHz operation in the 6GHz band. Include this new operating class in ieee80211_operating_class_to_band(). Signed-off-by: Ilan Peer <[email protected]> Signed-off-by: Gregory Greenman <[email protected]> Link: https://lore.kernel.org/r/20230928172905.bed4a007d81b.I3eb4b8fe39c0c1a988c98a103b11a9f45a92b038@changeid Signed-off-by: Johannes Berg <[email protected]>
1 parent 00f823b commit 256caff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net/wireless/util.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1999,6 +1999,7 @@ bool ieee80211_operating_class_to_band(u8 operating_class,
19991999
*band = NL80211_BAND_5GHZ;
20002000
return true;
20012001
case 131 ... 135:
2002+
case 137:
20022003
*band = NL80211_BAND_6GHZ;
20032004
return true;
20042005
case 81:

0 commit comments

Comments
 (0)