config [31mCONFIG_ATH5K[0m tristate "Atheros 5xxx wireless cards support" depends on ([31mCONFIG_PCI[0m || [31mCONFIG_ATH25[0m) && [31mCONFIG_MAC80211[0m select [31mCONFIG_ATH_COMMON[0m select [31mCONFIG_MAC80211_LEDS[0m select [31mCONFIG_LEDS_CLASS[0m select [31mCONFIG_NEW_LEDS[0m select [31mCONFIG_ATH5K_AHB[0m if [31mCONFIG_ATH25[0m select [31mCONFIG_ATH5K_PCI[0m if ![31mCONFIG_ATH25[0m ---help--- This module adds support for wireless adapters based on Atheros 5xxx chipset. Currently the following chip versions are supported: [31mCONFIG_MAC[0m: AR5211 AR5212 PHY: RF5111/2111 RF5112/2112 RF5413/2413 This driver uses the kernel's mac80211 subsystem. If you choose to build a module, it'll be called ath5k. Say [31mCONFIG_M[0m if unsure. config [31mCONFIG_ATH5K_DEBUG[0m bool "Atheros 5xxx debugging" depends on [31mCONFIG_ATH5K[0m ---help--- Atheros 5xxx debugging messages. Say Y, if and you will get debug options for ath5k. To use this, you need to mount debugfs: mount -t debugfs debug /sys/kernel/debug You will get access to files under: /sys/kernel/debug/ath5k/phy0/ To enable debug, pass the debug level to the debug module parameter. For example: modprobe ath5k debug=0x00000400 config [31mCONFIG_ATH5K_TRACER[0m bool "Atheros 5xxx tracer" depends on [31mCONFIG_ATH5K[0m depends on [31mCONFIG_EVENT_TRACING[0m ---help--- Say Y here to enable tracepoints for the ath5k driver using the kernel tracing infrastructure. Select this option if you are interested in debugging the driver. If unsure, say N. config [31mCONFIG_ATH5K_AHB[0m bool "Atheros 5xxx AHB bus support" depends on [31mCONFIG_ATH25[0m ---help--- This adds support for WiSoC type chipsets of the 5xxx Atheros family. config [31mCONFIG_ATH5K_PCI[0m bool "Atheros 5xxx PCI bus support" depends on (![31mCONFIG_ATH25[0m && [31mCONFIG_PCI[0m) ---help--- This adds support for [31mCONFIG_PCI[0m type chipsets of the 5xxx Atheros family. config [31mCONFIG_ATH5K_TEST_CHANNELS[0m bool "Enables testing channels on ath5k" depends on [31mCONFIG_ATH5K[0m && [31mCONFIG_CFG80211_CERTIFICATION_ONUS[0m ---help--- This enables non-standard IEEE 802.11 channels on ath5k, which can be used for research purposes. This option should be disabled unless doing research. |