Kconfig (f445d05328a2d627c2fb70c79d8b01455c254609) Kconfig (5efac94999ff218e0101f67a059e44abb4b0b523)
1config ATH9K_HW
2 tristate
3config ATH9K_COMMON
4 tristate
5 select ATH_COMMON
6config ATH9K_DFS_DEBUGFS
7 def_bool y
8 depends on ATH9K_DEBUGFS && ATH9K_DFS_CERTIFIED

--- 78 unchanged lines hidden (view full) ---

87config ATH9K_MAC_DEBUG
88 bool "Atheros MAC statistics"
89 depends on ATH9K_DEBUGFS
90 default y
91 ---help---
92 This option enables collection of statistics for Rx/Tx status
93 data and some other MAC related statistics
94
1config ATH9K_HW
2 tristate
3config ATH9K_COMMON
4 tristate
5 select ATH_COMMON
6config ATH9K_DFS_DEBUGFS
7 def_bool y
8 depends on ATH9K_DEBUGFS && ATH9K_DFS_CERTIFIED

--- 78 unchanged lines hidden (view full) ---

87config ATH9K_MAC_DEBUG
88 bool "Atheros MAC statistics"
89 depends on ATH9K_DEBUGFS
90 default y
91 ---help---
92 This option enables collection of statistics for Rx/Tx status
93 data and some other MAC related statistics
94
95config ATH9K_RATE_CONTROL
95config ATH9K_LEGACY_RATE_CONTROL
96 bool "Atheros ath9k rate control"
97 depends on ATH9K
96 bool "Atheros ath9k rate control"
97 depends on ATH9K
98 default y
98 default n
99 ---help---
100 Say Y, if you want to use the ath9k specific rate control
99 ---help---
100 Say Y, if you want to use the ath9k specific rate control
101 module instead of minstrel_ht.
101 module instead of minstrel_ht. Be warned that there are various
102 issues with the ath9k RC and minstrel is a more robust algorithm.
103 Note that even if this option is selected, "ath9k_rate_control"
104 has to be passed to mac80211 using the module parameter,
105 ieee80211_default_rc_algo.
102
103config ATH9K_HTC
104 tristate "Atheros HTC based wireless cards support"
105 depends on USB && MAC80211
106 select ATH9K_HW
107 select MAC80211_LEDS
108 select LEDS_CLASS
109 select NEW_LEDS

--- 14 unchanged lines hidden ---
106
107config ATH9K_HTC
108 tristate "Atheros HTC based wireless cards support"
109 depends on USB && MAC80211
110 select ATH9K_HW
111 select MAC80211_LEDS
112 select LEDS_CLASS
113 select NEW_LEDS

--- 14 unchanged lines hidden ---