Skip to content
Snippets Groups Projects
Commit a195b6d8 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

mac80211/compat-wireless: don't patch a generated file

SVN-Revision: 12895
parent 5ca14092
No related branches found
No related tags found
No related merge requests found
...@@ -11,22 +11,3 @@ ...@@ -11,22 +11,3 @@
# enable mesh networking too # enable mesh networking too
CONFIG_MAC80211_MESH=y 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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment