summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/debug.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-03-31 15:41:36 -0700
committerJohn W. Linville <linville@tuxdriver.com>2010-04-06 16:55:09 -0400
commit32ffb1f4488b0727bcfc67a025becc0db3df7a17 (patch)
tree73ad51c785816afe2ab6c17702ad5ce3dd7e9509 /drivers/net/wireless/ath/ath9k/debug.h
parent152d530d9edbb08424dc1b6561252597a7932c49 (diff)
downloadlinux-stable-32ffb1f4488b0727bcfc67a025becc0db3df7a17.tar.gz
linux-stable-32ffb1f4488b0727bcfc67a025becc0db3df7a17.tar.bz2
linux-stable-32ffb1f4488b0727bcfc67a025becc0db3df7a17.zip
ath9k: fix compile error without debug enabled
commits 8e6f5aa250d6013ec0d66f9f45f376678d3fc4ab and db1a052b73f7c97f9e8b21f3f19a92313ed2acb1 accidentally introduced compile errors that happens when ath9k debug is not enabled. This patch fixes the declaration of the inline stubs to resolve this. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/debug.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/debug.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/debug.h b/drivers/net/wireless/ath/ath9k/debug.h
index 9551d8eb9453..b2af9de755e6 100644
--- a/drivers/net/wireless/ath/ath9k/debug.h
+++ b/drivers/net/wireless/ath/ath9k/debug.h
@@ -204,12 +204,13 @@ static inline void ath_debug_stat_rc(struct ath_softc *sc,
static inline void ath_debug_stat_tx(struct ath_softc *sc,
struct ath_txq *txq,
- struct ath_buf *bf)
+ struct ath_buf *bf,
+ struct ath_tx_status *ts)
{
}
static inline void ath_debug_stat_rx(struct ath_softc *sc,
- struct ath_buf *bf)
+ struct ath_rx_status *rs)
{
}