aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/299-compat_minstrel.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-10-06 12:04:04 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-10-06 12:04:04 +0000
commitdaf544953f197856868cb3b0c79c809dc84de837 (patch)
tree0a2c7b4cdbdf7c3ab80547d8da05fc804b9ba3d5 /package/mac80211/patches/299-compat_minstrel.patch
parentc4cda8c48ac8df985226f232bc3ca4a3d773a1ff (diff)
downloadupstream-daf544953f197856868cb3b0c79c809dc84de837.tar.gz
upstream-daf544953f197856868cb3b0c79c809dc84de837.tar.bz2
upstream-daf544953f197856868cb3b0c79c809dc84de837.zip
add the new compat-wireless for 2.6.27 + multi-rate retry and minstrel patches, rename patches/ for old compat-wireless to patches-old/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12865 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/299-compat_minstrel.patch')
-rw-r--r--package/mac80211/patches/299-compat_minstrel.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/package/mac80211/patches/299-compat_minstrel.patch b/package/mac80211/patches/299-compat_minstrel.patch
new file mode 100644
index 0000000000..7f50197806
--- /dev/null
+++ b/package/mac80211/patches/299-compat_minstrel.patch
@@ -0,0 +1,32 @@
+--- a/config.mk
++++ b/config.mk
+@@ -47,8 +47,9 @@
+ endif # build check
+ endif # kernel Makefile check
+
+-CONFIG_MAC80211_RC_DEFAULT=pid
++CONFIG_MAC80211_RC_DEFAULT=minstrel
+ CONFIG_MAC80211_RC_PID=y
++CONFIG_MAC80211_RC_MINSTREL=y
+
+ # 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 */