diff options
author | Oleksij Rempel <linux@rempel-privat.de> | 2014-05-11 12:04:37 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-05-13 23:56:41 +0400 |
commit | 87ea9b0b3ce1200ef5900e561ffdfea9702af9cd (patch) | |
tree | 9d170b8caa33408c609cd693ca892e039a9ec54c /drivers/net/wireless/ath/ath9k/common-debug.h | |
parent | b5a0c86a56e4494eab84b142ab5501eb62685150 (diff) | |
download | linux-87ea9b0b3ce1200ef5900e561ffdfea9702af9cd.tar.xz |
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.h | 2 |
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); |