aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath5k/Kconfig
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2009-03-30 22:30:33 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-04-22 16:54:38 -0400
commit203c4805e91786f9a010bc7945a0fde70c9da28e (patch)
tree00415276b2fe65713f066ffe07b11ad2d8b6bea8 /drivers/net/wireless/ath5k/Kconfig
parent1878f77e13b9d720b78c4f818b94bfd4a7f596e5 (diff)
atheros: put atheros wireless drivers into ath/
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath5k/Kconfig')
-rw-r--r--drivers/net/wireless/ath5k/Kconfig41
1 files changed, 0 insertions, 41 deletions
diff --git a/drivers/net/wireless/ath5k/Kconfig b/drivers/net/wireless/ath5k/Kconfig
deleted file mode 100644
index 509b6f94f73b..000000000000
--- a/drivers/net/wireless/ath5k/Kconfig
+++ /dev/null
@@ -1,41 +0,0 @@
1config ATH5K
2 tristate "Atheros 5xxx wireless cards support"
3 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
4 select ATH_COMMON
5 select MAC80211_LEDS
6 select LEDS_CLASS
7 select NEW_LEDS
8 ---help---
9 This module adds support for wireless adapters based on
10 Atheros 5xxx chipset.
11
12 Currently the following chip versions are supported:
13
14 MAC: AR5211 AR5212
15 PHY: RF5111/2111 RF5112/2112 RF5413/2413
16
17 This driver uses the kernel's mac80211 subsystem.
18
19 If you choose to build a module, it'll be called ath5k. Say M if
20 unsure.
21
22config ATH5K_DEBUG
23 bool "Atheros 5xxx debugging"
24 depends on ATH5K
25 ---help---
26 Atheros 5xxx debugging messages.
27
28 Say Y, if and you will get debug options for ath5k.
29 To use this, you need to mount debugfs:
30
31 mkdir /debug/
32 mount -t debugfs debug /debug/
33
34 You will get access to files under:
35 /debug/ath5k/phy0/
36
37 To enable debug, pass the debug level to the debug module
38 parameter. For example:
39
40 modprobe ath5k debug=0x00000400
41