Loading net/wireless/util.c +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
net/wireless/util.c +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading