summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/333-apscan_mode.patch
blob: d8497a6d8527207ddc0d16a5504facd7fa2f3c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/net80211/ieee80211_scan_ap.c
+++ b/net80211/ieee80211_scan_ap.c
@@ -783,12 +783,6 @@
 				/* break the loop as the subsequent chans won't be 
 				 * better */
 				break;
-
-			if (!IEEE80211_ARE_CHANS_SAME_MODE(c->chan,
-				ic->ic_bsschan))
-				/* break the loop as the subsequent chans won't be 
-				 * better */
-				break;
 		}
 
 		if (sta_assoc != 0) {