diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-03-01 21:48:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-03-01 21:48:55 +0000 |
commit | cbd858715da1a766154d8125373d7e2dc5d4eb95 (patch) | |
tree | ba2361f70898e52b06bc89f5b66570264609abb7 /package/mac80211/Config.in.ath9k | |
parent | 6a11bbbac947fc2f1b29280b824dc21b0ae8d85c (diff) | |
download | upstream-cbd858715da1a766154d8125373d7e2dc5d4eb95.tar.gz upstream-cbd858715da1a766154d8125373d7e2dc5d4eb95.tar.bz2 upstream-cbd858715da1a766154d8125373d7e2dc5d4eb95.zip |
mac80211: add the new 802.11n minstrel rate control implementation (optional, not used by default)
SVN-Revision: 19943
Diffstat (limited to 'package/mac80211/Config.in.ath9k')
-rw-r--r-- | package/mac80211/Config.in.ath9k | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/mac80211/Config.in.ath9k b/package/mac80211/Config.in.ath9k index 91e5984c65..70a36c97ce 100644 --- a/package/mac80211/Config.in.ath9k +++ b/package/mac80211/Config.in.ath9k @@ -10,3 +10,7 @@ config PACKAGE_ATH9K_DEBUG modprobe ath9k debug=0x00002000 Look in ath9k/core.h for possible debug masks + +config PACKAGE_ATH9K_USE_MINSTREL + bool "use the new minstrel_ht rate control for ath9k" + depends PACKAGE_kmod-ath9k |