diff options
author | Oleksij Rempel <linux@rempel-privat.de> | 2014-05-11 10:04:39 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-05-13 15:56:42 -0400 |
commit | e02912cdd6b364a61fe80353d293c66faee30bba (patch) | |
tree | 290b12621c8f117f7f3391f02ca13326d6ec98c4 /drivers/net/wireless/ath/ath9k/common-debug.h | |
parent | f14c17cc5c17fd423b7cdc5c05f7e71bbb6b576c (diff) | |
download | lwn-e02912cdd6b364a61fe80353d293c66faee30bba.tar.gz lwn-e02912cdd6b364a61fe80353d293c66faee30bba.zip |
ath9k: move phy_err to ath9k_cmn_debug_phy_err
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 32b89f68ccaf..7c9788490f7f 100644 --- a/drivers/net/wireless/ath/ath9k/common-debug.h +++ b/drivers/net/wireless/ath/ath9k/common-debug.h @@ -68,3 +68,5 @@ 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); +void ath9k_cmn_debug_phy_err(struct dentry *debugfs_phy, + struct ath_rx_stats *rxstats); |