On 02/05/2008 11:01 AM, bruno randolf wrote: > On Tuesday 05 February 2008 00:03:54 Luis R. Rodriguez wrote: >> diff --git a/drivers/net/wireless/ath5k/Kconfig >> b/drivers/net/wireless/ath5k/Kconfig index af1b6b8..31d570e 100644 >> --- a/drivers/net/wireless/ath5k/Kconfig >> +++ b/drivers/net/wireless/ath5k/Kconfig >> @@ -14,3 +14,24 @@ config ATH5K >> >> If you choose to build a module, it'll be called ath5k. Say M if >> unsure. >> + >> +config ATH5K_DEBUG >> + bool "Atheros 5xxx debugging" >> + depends on ATH5K
To avoid this for each config option, it can be closed in if ATH5K config ATH5K_DEBUG ... endif block >> + ---help--- >> + Atheros 5xxx debugging messages. >> + >> + Say Y, if and you will get debug options for ath5k. >> + To use this, you need to mount debugfs: >> + >> + mkdir /debug/ >> + mount -t debugfs debug /debug/ >> + >> + You will get access to files under: >> + /debug/ath5k/phy0/ >> + >> + To enable debug, pass the debug level to the debug module >> + parameter. For example: >> + _______________________________________________ ath5k-devel mailing list [email protected] https://lists.ath5k.org/mailman/listinfo/ath5k-devel
