aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/chan.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/wireless/chan.c')
-rw-r--r--net/wireless/chan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireless/chan.c b/net/wireless/chan.c
index 59cabc9bce69..a6631fb319c1 100644
--- a/net/wireless/chan.c
+++ b/net/wireless/chan.c
@@ -768,7 +768,7 @@ static bool cfg80211_ir_permissive_chan(struct wiphy *wiphy,
768 if (chan == other_chan) 768 if (chan == other_chan)
769 return true; 769 return true;
770 770
771 if (chan->band != IEEE80211_BAND_5GHZ) 771 if (chan->band != NL80211_BAND_5GHZ)
772 continue; 772 continue;
773 773
774 r1 = cfg80211_get_unii(chan->center_freq); 774 r1 = cfg80211_get_unii(chan->center_freq);