Kconfig (552c69b36ebd966186573b9c7a286b390935cce1) Kconfig (55bb78d265c6bdebbe2fbfe2c7a30539f3b3412c)
1config ATH9K_HW
2 tristate
3config ATH9K_COMMON
4 tristate
5 select ATH_COMMON
6config ATH9K_COMMON_DEBUG
7 bool
8config ATH9K_DFS_DEBUGFS

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

111 platforms.
112
113 This is currently only a placeholder for future DFS support,
114 as DFS support requires more components that still need to be
115 developed. At this point enabling this option won't do anything
116 except increase code size.
117
118config ATH9K_DYNACK
1config ATH9K_HW
2 tristate
3config ATH9K_COMMON
4 tristate
5 select ATH_COMMON
6config ATH9K_COMMON_DEBUG
7 bool
8config ATH9K_DFS_DEBUGFS

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

111 platforms.
112
113 This is currently only a placeholder for future DFS support,
114 as DFS support requires more components that still need to be
115 developed. At this point enabling this option won't do anything
116 except increase code size.
117
118config ATH9K_DYNACK
119 bool "Atheros ath9k ACK timeout estimation algorithm (EXPERIMENTAL)"
119 bool "Atheros ath9k ACK timeout estimation algorithm"
120 depends on ATH9K
121 default n
122 ---help---
123 This option enables ath9k dynamic ACK timeout estimation algorithm
124 based on ACK frame RX timestamp, TX frame timestamp and frame
125 duration
126
127config ATH9K_WOW

--- 73 unchanged lines hidden ---
120 depends on ATH9K
121 default n
122 ---help---
123 This option enables ath9k dynamic ACK timeout estimation algorithm
124 based on ACK frame RX timestamp, TX frame timestamp and frame
125 duration
126
127config ATH9K_WOW

--- 73 unchanged lines hidden ---