ath9k: add debugfs files for reading/writing registers

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Felix Fietkau
2010-05-11 17:23:02 +02:00
committed by John W. Linville
parent 1534069491
commit 9bff0bc401
2 changed files with 90 additions and 0 deletions

View File

@@ -153,6 +153,7 @@ struct ath_stats {
struct ath9k_debug {
struct dentry *debugfs_phy;
u32 regidx;
struct ath_stats stats;
};