mac80211: add the new 802.11n minstrel rate control implementation (optional, not...
[openwrt-10.03/.git] / package / mac80211 / Config.in.ath9k
1 # mac80211 configuration
2
3 config PACKAGE_ATH9K_DEBUG
4         bool "ath9k debugging"
5         depends PACKAGE_kmod-ath9k && KERNEL_DEBUG_FS
6         ---help---
7           Say Y, if you need ath9k to display debug messages.
8           Pass the debug mask as a module parameter:
9
10           modprobe ath9k debug=0x00002000
11
12           Look in ath9k/core.h for possible debug masks
13
14 config PACKAGE_ATH9K_USE_MINSTREL
15         bool "use the new minstrel_ht rate control for ath9k"
16         depends PACKAGE_kmod-ath9k