Kconfig 987 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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.
  10. Currently the following chip versions are supported:
  11. MAC: AR5211 AR5212
  12. PHY: RF5111/2111 RF5112/2112 RF5413/2413
  13. This driver uses the kernel's mac80211 subsystem.
  14. If you choose to build a module, it'll be called ath5k. Say M if
  15. unsure.
  16. config ATH5K_DEBUG
  17. bool "Atheros 5xxx debugging"
  18. depends on ATH5K
  19. ---help---
  20. Atheros 5xxx debugging messages.
  21. Say Y, if and you will get debug options for ath5k.
  22. To use this, you need to mount debugfs:
  23. mkdir /debug/
  24. mount -t debugfs debug /debug/
  25. You will get access to files under:
  26. /debug/ath5k/phy0/
  27. To enable debug, pass the debug level to the debug module
  28. parameter. For example:
  29. modprobe ath5k debug=0x00000400