mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-20 20:16:16 +02:00
mac80211/compat-wireless: don't patch a generated file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12895 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a0e1d415a4
commit
58c6fe352d
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user