added 2.6.29.6 aldebaran kernel
[nao-ulib.git] / kernel / 2.6.29.6-aldebaran-rt / drivers / net / wireless / ath5k / Kconfig
blob75383a5df992da8626471bcd9244e632f8fa8917
1 config ATH5K
2         tristate "Atheros 5xxx wireless cards support"
3         depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
4         select MAC80211_LEDS
5         select LEDS_CLASS
6         select NEW_LEDS
7         ---help---
8           This module adds support for wireless adapters based on
9           Atheros 5xxx chipset.
11           Currently the following chip versions are supported:
13           MAC: AR5211 AR5212
14           PHY: RF5111/2111 RF5112/2112 RF5413/2413
16           This driver uses the kernel's mac80211 subsystem.
18           If you choose to build a module, it'll be called ath5k. Say M if
19           unsure.
21 config ATH5K_DEBUG
22         bool "Atheros 5xxx debugging"
23         depends on ATH5K
24         ---help---
25           Atheros 5xxx debugging messages.
27           Say Y, if and you will get debug options for ath5k.
28           To use this, you need to mount debugfs:
30           mkdir /debug/
31           mount -t debugfs debug /debug/
33           You will get access to files under:
34           /debug/ath5k/phy0/
36           To enable debug, pass the debug level to the debug module
37           parameter. For example:
39           modprobe ath5k debug=0x00000400