summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-10-08 12:06:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-10-08 12:06:47 +0000
commita195b6d8645819fd2f0d87350c1dde8e6e18677d (patch)
tree0d40a36f5bba65d1cff514b10e36e4a7cb91d2a5
parent5ca140920166d49c655765263ec19e45040dfc16 (diff)
downloadmaster-31e0f0ae-a195b6d8645819fd2f0d87350c1dde8e6e18677d.tar.gz
master-31e0f0ae-a195b6d8645819fd2f0d87350c1dde8e6e18677d.tar.bz2
master-31e0f0ae-a195b6d8645819fd2f0d87350c1dde8e6e18677d.zip
mac80211/compat-wireless: don't patch a generated file
SVN-Revision: 12895
-rw-r--r--package/mac80211/patches/299-compat_minstrel.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/package/mac80211/patches/299-compat_minstrel.patch b/package/mac80211/patches/299-compat_minstrel.patch
index 7f50197806..01b01609b6 100644
--- a/package/mac80211/patches/299-compat_minstrel.patch
+++ b/package/mac80211/patches/299-compat_minstrel.patch
@@ -11,22 +11,3 @@
# enable mesh networking too
CONFIG_MAC80211_MESH=y
---- a/include/linux/compat_autoconf.h
-+++ b/include/linux/compat_autoconf.h
-@@ -18,11 +18,14 @@
- #define CONFIG_MAC80211 1
- #endif /* CONFIG_MAC80211 */
- #ifndef CONFIG_MAC80211_RC_DEFAULT
--#define CONFIG_MAC80211_RC_DEFAULT "pid"
--#endif /* CONFIG_MAC80211_RC_DEFAULT */
-+#define CONFIG_MAC80211_RC_DEFAULT "minstrel"
-+#endif /* CONFIG_MAC80211_RC_DEFAULT */
- #ifndef CONFIG_MAC80211_RC_PID
- #define CONFIG_MAC80211_RC_PID 1
- #endif /* CONFIG_MAC80211_RC_PID */
-+#ifndef CONFIG_MAC80211_RC_MINSTREL
-+#define CONFIG_MAC80211_RC_MINSTREL 1
-+#endif /* CONFIG_MAC80211_RC_MINSTREL */
- #ifndef CONFIG_MAC80211_MESH
- #define CONFIG_MAC80211_MESH 1
- #endif /* CONFIG_MAC80211_MESH */