Skip to content

Commit

Permalink
cfg80211: add 60GHz regulatory class
Browse files Browse the repository at this point in the history
Add regulatory class for 60GHz band, according
to the last specification.

Signed-off-by: Vladimir Kondratiev <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
  • Loading branch information
Vladimir Kondratiev authored and jmberg-intel committed May 16, 2013
1 parent ef0621e commit 55300a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions net/wireless/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 55300a1

Please sign in to comment.