summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/common-debug.h
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2014-05-11 10:04:37 +0200
committerJohn W. Linville <linville@tuxdriver.com>2014-05-13 15:56:41 -0400
commit87ea9b0b3ce1200ef5900e561ffdfea9702af9cd (patch)
tree9d170b8caa33408c609cd693ca892e039a9ec54c /drivers/net/wireless/ath/ath9k/common-debug.h
parentb5a0c86a56e4494eab84b142ab5501eb62685150 (diff)
downloadlinux-87ea9b0b3ce1200ef5900e561ffdfea9702af9cd.tar.gz
linux-87ea9b0b3ce1200ef5900e561ffdfea9702af9cd.tar.bz2
linux-87ea9b0b3ce1200ef5900e561ffdfea9702af9cd.zip
ath9k: move recv to ath9k_cmn_debug_recv
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 2fcd307a9a8a..32b89f68ccaf 100644
--- a/drivers/net/wireless/ath/ath9k/common-debug.h
+++ b/drivers/net/wireless/ath/ath9k/common-debug.h
@@ -66,3 +66,5 @@ void ath9k_cmn_debug_base_eeprom(struct dentry *debugfs_phy,
struct ath_hw *ah);
void ath9k_cmn_debug_stat_rx(struct ath_rx_stats *rxstats,
struct ath_rx_status *rs);
+void ath9k_cmn_debug_recv(struct dentry *debugfs_phy,
+ struct ath_rx_stats *rxstats);