rename patches-r3776 to patches-testing
[openwrt.git] / package / madwifi / patches-r3776 / 329-turbo_chansearch.patch
diff --git a/package/madwifi/patches-r3776/329-turbo_chansearch.patch b/package/madwifi/patches-r3776/329-turbo_chansearch.patch
deleted file mode 100644 (file)
index ba8b01c..0000000
+++ /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 &&
This page took 0.019456 seconds and 4 git commands to generate.