mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 15:03:08 +02:00
70d0796247
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11316 3c298f89-4303-0410-b956-a3cf2f4a3e73
18 lines
534 B
Diff
18 lines
534 B
Diff
Index: madwifi-trunk-r3314/net80211/ieee80211_scan_ap.c
|
|
===================================================================
|
|
--- madwifi-trunk-r3314.orig/net80211/ieee80211_scan_ap.c
|
|
+++ madwifi-trunk-r3314/net80211/ieee80211_scan_ap.c
|
|
@@ -781,12 +781,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) {
|