提交 55300a13 编写于 作者: V Vladimir Kondratiev 提交者: Johannes Berg

cfg80211: add 60GHz regulatory class

Add regulatory class for 60GHz band, according
to the last specification.
Signed-off-by: NVladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
上级 ef0621e8
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册