blob: eb83b7b4d0e3c96339b114166c26adbc5a164c11 [file] [log] [blame]
Luis R. Rodrigueze9ddc0f2008-02-04 09:56:32 -05001config ATH5K
2 tristate "Atheros 5xxx wireless cards support"
John W. Linville133d7c62009-10-28 16:29:30 -04003 depends on PCI && MAC80211
Bob Copeland3a078872008-06-25 22:35:28 -04004 select MAC80211_LEDS
5 select LEDS_CLASS
6 select NEW_LEDS
Luis R. Rodrigueze9ddc0f2008-02-04 09:56:32 -05007 ---help---
8 This module adds support for wireless adapters based on
9 Atheros 5xxx chipset.
10
11 Currently the following chip versions are supported:
12
13 MAC: AR5211 AR5212
14 PHY: RF5111/2111 RF5112/2112 RF5413/2413
15
16 This driver uses the kernel's mac80211 subsystem.
17
18 If you choose to build a module, it'll be called ath5k. Say M if
19 unsure.
Luis R. Rodriguezb4461972008-02-04 10:03:54 -050020
21config ATH5K_DEBUG
22 bool "Atheros 5xxx debugging"
23 depends on ATH5K
24 ---help---
25 Atheros 5xxx debugging messages.
26
27 Say Y, if and you will get debug options for ath5k.
28 To use this, you need to mount debugfs:
29
GeunSik Lim156f5a72009-06-02 15:01:37 +090030 mount -t debugfs debug /sys/kernel/debug
Luis R. Rodriguezb4461972008-02-04 10:03:54 -050031
32 You will get access to files under:
GeunSik Lim156f5a72009-06-02 15:01:37 +090033 /sys/kernel/debug/ath5k/phy0/
Luis R. Rodriguezb4461972008-02-04 10:03:54 -050034
35 To enable debug, pass the debug level to the debug module
36 parameter. For example:
37
38 modprobe ath5k debug=0x00000400
39