Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55300a13 authored by Vladimir Kondratiev's avatar Vladimir Kondratiev Committed by Johannes Berg
Browse files

cfg80211: add 60GHz regulatory class



Add regulatory class for 60GHz band, according
to the last specification.

Signed-off-by: default avatarVladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent ef0621e8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1169,6 +1169,9 @@ bool ieee80211_operating_class_to_band(u8 operating_class,
	case 84:
		*band = IEEE80211_BAND_2GHZ;
		return true;
	case 180:
		*band = IEEE80211_BAND_60GHZ;
		return true;
	}

	return false;