summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/common-debug.h
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2014-05-11 08:04:33 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2014-05-13 19:56:38 (GMT)
commit29bf801e04514929aeec768d237c62ae37564041 (patch)
tree4a5a8fdff64b4148c085ad80698606cf0d107f76 /drivers/net/wireless/ath/ath9k/common-debug.h
parent7e9bed7125760748648be539240d1191227b7bb7 (diff)
downloadlinux-29bf801e04514929aeec768d237c62ae37564041.tar.xz
ath9k: move base_eeprom debug code to ath9k_cmn_debug_base_eeprom
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/common-debug.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/common-debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/common-debug.h b/drivers/net/wireless/ath/ath9k/common-debug.h
index 062c007..78eaf90 100644
--- a/drivers/net/wireless/ath/ath9k/common-debug.h
+++ b/drivers/net/wireless/ath/ath9k/common-debug.h
@@ -16,3 +16,5 @@
void ath9k_cmn_debug_modal_eeprom(struct dentry *debugfs_phy,
struct ath_hw *ah);
+void ath9k_cmn_debug_base_eeprom(struct dentry *debugfs_phy,
+ struct ath_hw *ah);