diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-02-21 02:13:49 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-02-21 02:13:49 +0000 |
commit | aec0714fc8bf19055e608870eeb042f419ca622a (patch) | |
tree | 930bd643cc88bd94d590da3c63b163795eef68fc /package/madwifi/patches | |
parent | 892f613a79d3e249ea9730e25b5b2b89fa29c384 (diff) |
madwifi: minor ap scanning bugfix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10513 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches')
-rw-r--r-- | package/madwifi/patches/333-apscan_mode.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/package/madwifi/patches/333-apscan_mode.patch b/package/madwifi/patches/333-apscan_mode.patch new file mode 100644 index 000000000..75a89fcfa --- /dev/null +++ b/package/madwifi/patches/333-apscan_mode.patch @@ -0,0 +1,18 @@ +Index: madwifi-trunk-r3314/net80211/ieee80211_scan_ap.c +=================================================================== +--- madwifi-trunk-r3314.orig/net80211/ieee80211_scan_ap.c 2008-02-21 02:42:12.885287851 +0100 ++++ madwifi-trunk-r3314/net80211/ieee80211_scan_ap.c 2008-02-21 02:42:34.718532055 +0100 +@@ -781,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) { + |