Commit 852f0462 authored by Arend van Spriel's avatar Arend van Spriel Committed by Johannes Berg
Browse files

cfg80211: extend ieee80211_operating_class_to_band() for 6GHz

parent fa1f1085
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1474,6 +1474,9 @@ bool ieee80211_operating_class_to_band(u8 operating_class,
	case 128 ... 130:
		*band = NL80211_BAND_5GHZ;
		return true;
	case 131 ... 135:
		*band = NL80211_BAND_6GHZ;
		return true;
	case 81:
	case 82:
	case 83: