commit | 9bff0bc4012c7f079b297eb45b47780e3713f367 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Tue May 11 17:23:02 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed May 12 16:39:07 2010 -0400 |
tree | 039a4148df1a3cc8c64f81f87f1e4d835a1f8d8b | |
parent | 1534069491c67619bfaeb25368a1249b669503c3 [diff] [blame] |
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>
diff --git a/drivers/net/wireless/ath/ath9k/debug.h b/drivers/net/wireless/ath/ath9k/debug.h index 7314360..5147b87 100644 --- a/drivers/net/wireless/ath/ath9k/debug.h +++ b/drivers/net/wireless/ath/ath9k/debug.h
@@ -153,6 +153,7 @@ struct ath9k_debug { struct dentry *debugfs_phy; + u32 regidx; struct ath_stats stats; };