Kconfig (dfef948ed2ba69cf041840b5e860d6b4e16fa0b1) | Kconfig (a830df0714117574fd0d5fe98477059b3e9fd5bf) |
---|---|
1config ATH9K_HW 2 tristate 3config ATH9K_COMMON 4 tristate 5 6config ATH9K 7 tristate "Atheros 802.11n wireless cards support" 8 depends on PCI && MAC80211 --- 9 unchanged lines hidden (view full) --- 18 cards, laptops that already ship with these cards and 19 APs that come with these cards refer to to ath9k wiki 20 products page: 21 22 http://wireless.kernel.org/en/users/Drivers/ath9k/products 23 24 If you choose to build a module, it'll be called ath9k. 25 | 1config ATH9K_HW 2 tristate 3config ATH9K_COMMON 4 tristate 5 6config ATH9K 7 tristate "Atheros 802.11n wireless cards support" 8 depends on PCI && MAC80211 --- 9 unchanged lines hidden (view full) --- 18 cards, laptops that already ship with these cards and 19 APs that come with these cards refer to to ath9k wiki 20 products page: 21 22 http://wireless.kernel.org/en/users/Drivers/ath9k/products 23 24 If you choose to build a module, it'll be called ath9k. 25 |
26if ATH_DEBUG 27 28config ATH9K_DEBUG | 26config ATH9K_DEBUGFS |
29 bool "Atheros ath9k debugging" 30 depends on ATH9K 31 ---help--- | 27 bool "Atheros ath9k debugging" 28 depends on ATH9K 29 ---help--- |
32 Say Y, if you need ath9k to display debug messages. 33 Pass the debug mask as a module parameter: | 30 Say Y, if you need access to ath9k's statistics for 31 interrupts, rate control, etc. |
34 | 32 |
35 modprobe ath9k debug=0x00000200 | 33 Also required for changing debug message flags at run time. |
36 | 34 |
37 Look in ath9k/debug.h for possible debug masks 38 39endif # ATH_DEBUG | |