Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1 | config ATH9K |
| 2 | tristate "Atheros 802.11n wireless cards support" |
| 3 | depends on PCI && MAC80211 && WLAN_80211 |
Randy Dunlap | d203b8e | 2008-09-02 12:07:56 -0700 | [diff] [blame] | 4 | select MAC80211_LEDS |
| 5 | select LEDS_CLASS |
| 6 | select NEW_LEDS |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 7 | ---help--- |
| 8 | This module adds support for wireless adapters based on |
| 9 | Atheros IEEE 802.11n AR5008 and AR9001 family of chipsets. |
| 10 | |
| 11 | If you choose to build a module, it'll be called ath9k. |
Sujith | 88b126a | 2008-11-28 22:19:02 +0530 | [diff] [blame] | 12 | |
| 13 | config ATH9K_DEBUG |
| 14 | bool "Atheros ath9k debugging" |
| 15 | depends on ATH9K |
| 16 | ---help--- |
| 17 | Say Y, if you need ath9k to display debug messages. |
| 18 | Pass the debug mask as a module parameter: |
| 19 | |
Sujith | c49fd52 | 2009-07-23 15:32:25 +0530 | [diff] [blame] | 20 | modprobe ath9k debug=0x00000200 |
Sujith | 88b126a | 2008-11-28 22:19:02 +0530 | [diff] [blame] | 21 | |
Sujith | c49fd52 | 2009-07-23 15:32:25 +0530 | [diff] [blame] | 22 | Look in ath9k/debug.h for possible debug masks |