summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches-testing/329-turbo_chansearch.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-10-16 21:06:30 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-10-16 21:06:30 +0000
commit923a5cc674fe86bc4ef870fca5fba752d13d8592 (patch)
tree1bb26fda41fcd00e742ab310448f60a4c8c4bbd8 /package/madwifi/patches-testing/329-turbo_chansearch.patch
parentf385abf518de49b2db10d2d1c756deff3f65eec2 (diff)
remove madwifi-testing (it confuses users) - it doesn't work, never has, and i'm not going to finish it.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12992 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches-testing/329-turbo_chansearch.patch')
-rw-r--r--package/madwifi/patches-testing/329-turbo_chansearch.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/madwifi/patches-testing/329-turbo_chansearch.patch b/package/madwifi/patches-testing/329-turbo_chansearch.patch
deleted file mode 100644
index ba8b01c12..000000000
--- a/package/madwifi/patches-testing/329-turbo_chansearch.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/net80211/ieee80211.c
-+++ b/net80211/ieee80211.c
-@@ -695,6 +695,7 @@
- int i;
-
- /* Brute force search */
-+ flags &= IEEE80211_CHAN_ALLTURBO;
- for (i = 0; i < ic->ic_nchans; i++) {
- c = &ic->ic_channels[i];
- if (c->ic_freq == freq &&