Kconfig (9938b04472d5c59f8bd8152a548533a8599596a2) | Kconfig (e7ae328961ffcf78bb18d0ecdb1e5a50d1185336) |
---|---|
1config ATH9K_HW 2 tristate 3config ATH9K_COMMON 4 tristate 5 select ATH_COMMON 6 select DEBUG_FS 7 select RELAY 8config ATH9K_DFS_DEBUGFS --- 61 unchanged lines hidden (view full) --- 70config ATH9K_STATION_STATISTICS 71 bool "Detailed station statistics" 72 depends on ATH9K && ATH9K_DEBUGFS && DEBUG_FS 73 select MAC80211_DEBUGFS 74 default n 75 ---help--- 76 This option enables detailed statistics for association stations. 77 | 1config ATH9K_HW 2 tristate 3config ATH9K_COMMON 4 tristate 5 select ATH_COMMON 6 select DEBUG_FS 7 select RELAY 8config ATH9K_DFS_DEBUGFS --- 61 unchanged lines hidden (view full) --- 70config ATH9K_STATION_STATISTICS 71 bool "Detailed station statistics" 72 depends on ATH9K && ATH9K_DEBUGFS && DEBUG_FS 73 select MAC80211_DEBUGFS 74 default n 75 ---help--- 76 This option enables detailed statistics for association stations. 77 |
78config ATH9K_TX99 79 bool "Atheros ath9k TX99 testing support" 80 depends on ATH9K_DEBUGFS && CFG80211_CERTIFICATION_ONUS 81 default n 82 ---help--- 83 Say N. This should only be enabled on systems undergoing 84 certification testing and evaluation in a controlled environment. 85 Enabling this will only enable TX99 support, all other modes of 86 operation will be disabled. 87 88 TX99 support enables Specific Absorption Rate (SAR) testing. 89 SAR is the unit of measurement for the amount of radio frequency(RF) 90 absorbed by the body when using a wireless device. The RF exposure 91 limits used are expressed in the terms of SAR, which is a measure 92 of the electric and magnetic field strength and power density for 93 transmitters operating at frequencies from 300 kHz to 100 GHz. 94 Regulatory bodies around the world require that wireless device 95 be evaluated to meet the RF exposure limits set forth in the 96 governmental SAR regulations. 97 |
|
78config ATH9K_DFS_CERTIFIED 79 bool "Atheros DFS support for certified platforms" 80 depends on ATH9K && CFG80211_CERTIFICATION_ONUS 81 default n 82 ---help--- 83 This option enables DFS support for initiating radiation on 84 ath9k. There is no way to dynamically detect if a card was DFS 85 certified and as such this is left as a build time option. This --- 12 unchanged lines hidden (view full) --- 98 bool "Atheros ath9k ACK timeout estimation algorithm (EXPERIMENTAL)" 99 depends on ATH9K 100 default n 101 ---help--- 102 This option enables ath9k dynamic ACK timeout estimation algorithm 103 based on ACK frame RX timestamp, TX frame timestamp and frame 104 duration 105 | 98config ATH9K_DFS_CERTIFIED 99 bool "Atheros DFS support for certified platforms" 100 depends on ATH9K && CFG80211_CERTIFICATION_ONUS 101 default n 102 ---help--- 103 This option enables DFS support for initiating radiation on 104 ath9k. There is no way to dynamically detect if a card was DFS 105 certified and as such this is left as a build time option. This --- 12 unchanged lines hidden (view full) --- 118 bool "Atheros ath9k ACK timeout estimation algorithm (EXPERIMENTAL)" 119 depends on ATH9K 120 default n 121 ---help--- 122 This option enables ath9k dynamic ACK timeout estimation algorithm 123 based on ACK frame RX timestamp, TX frame timestamp and frame 124 duration 125 |
106config ATH9K_TX99 107 bool "Atheros ath9k TX99 testing support" 108 depends on ATH9K_DEBUGFS && CFG80211_CERTIFICATION_ONUS 109 default n 110 ---help--- 111 Say N. This should only be enabled on systems undergoing 112 certification testing and evaluation in a controlled environment. 113 Enabling this will only enable TX99 support, all other modes of 114 operation will be disabled. 115 116 TX99 support enables Specific Absorption Rate (SAR) testing. 117 SAR is the unit of measurement for the amount of radio frequency(RF) 118 absorbed by the body when using a wireless device. The RF exposure 119 limits used are expressed in the terms of SAR, which is a measure 120 of the electric and magnetic field strength and power density for 121 transmitters operating at frequencies from 300 kHz to 100 GHz. 122 Regulatory bodies around the world require that wireless device 123 be evaluated to meet the RF exposure limits set forth in the 124 governmental SAR regulations. 125 | |
126config ATH9K_WOW 127 bool "Wake on Wireless LAN support (EXPERIMENTAL)" 128 depends on ATH9K && PM 129 default n 130 ---help--- 131 This option enables Wake on Wireless LAN support for certain cards. 132 Currently, AR9462 is supported. 133 --- 56 unchanged lines hidden --- | 126config ATH9K_WOW 127 bool "Wake on Wireless LAN support (EXPERIMENTAL)" 128 depends on ATH9K && PM 129 default n 130 ---help--- 131 This option enables Wake on Wireless LAN support for certain cards. 132 Currently, AR9462 is supported. 133 --- 56 unchanged lines hidden --- |