diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2008-11-28 22:21:08 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-12-05 09:35:09 -0500 |
commit | 2a163c6de452c0b321396caceac5d163949b4cf2 (patch) | |
tree | a1541dec446e68806c353637d768f93cb395cc38 /drivers/net/wireless/ath9k/main.c | |
parent | 826d268091f0e0ecc50103f648b6183eb3efe04d (diff) | |
download | lwn-2a163c6de452c0b321396caceac5d163949b4cf2.tar.gz lwn-2a163c6de452c0b321396caceac5d163949b4cf2.zip |
ath9k: Add a debugfs file for dumping DMA status
Debugfs file location: ath9k/<wiphy>/dma
Contains values in DMA debug registers.
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/main.c')
-rw-r--r-- | drivers/net/wireless/ath9k/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath9k/main.c b/drivers/net/wireless/ath9k/main.c index 71389643b1b1..ac37605d65af 100644 --- a/drivers/net/wireless/ath9k/main.c +++ b/drivers/net/wireless/ath9k/main.c @@ -17,6 +17,7 @@ #include <linux/nl80211.h> #include "core.h" #include "reg.h" +#include "hw.h" #define ATH_PCI_VERSION "0.1" |