diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-09-29 13:13:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-09-29 13:13:16 +0000 |
commit | 92e5e35c77ea8beb9ede93446bf1186409365bd7 (patch) | |
tree | f1a4681c27449667f397c8ca3f26fb45e732d17a /package/mac80211/patches/016-remove_pid_algo.patch | |
parent | faf45b7316d4864d52bc3efb01c3b3c9d395b8e2 (diff) | |
download | upstream-92e5e35c77ea8beb9ede93446bf1186409365bd7.tar.gz upstream-92e5e35c77ea8beb9ede93446bf1186409365bd7.tar.bz2 upstream-92e5e35c77ea8beb9ede93446bf1186409365bd7.zip |
mac80211: update to wireless-testing 2010-09-28
SVN-Revision: 23149
Diffstat (limited to 'package/mac80211/patches/016-remove_pid_algo.patch')
-rw-r--r-- | package/mac80211/patches/016-remove_pid_algo.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/016-remove_pid_algo.patch b/package/mac80211/patches/016-remove_pid_algo.patch index 02527b6a86..99b19d81ed 100644 --- a/package/mac80211/patches/016-remove_pid_algo.patch +++ b/package/mac80211/patches/016-remove_pid_algo.patch @@ -3,7 +3,7 @@ @@ -112,7 +112,7 @@ CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y # This is the one used by our compat-wireless net/mac80211/rate.c # in case you have and old kernel which is overriding this to pid. - CONFIG_COMPAT_MAC80211_RC_DEFAULT=minstrel + CONFIG_COMPAT_MAC80211_RC_DEFAULT=minstrel_ht -CONFIG_MAC80211_RC_PID=y +# CONFIG_MAC80211_RC_PID=y CONFIG_MAC80211_RC_MINSTREL=y |