From 6a3b9375311631f9e0f94d24e53848551db157e4 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 31 Mar 2010 15:41:36 -0700 Subject: [PATCH] --- yaml --- r: 194193 b: refs/heads/master c: 32ffb1f4488b0727bcfc67a025becc0db3df7a17 h: refs/heads/master i: 194191: 67b5ca395b2a706041799d8bd00e94036e77bac5 v: v3 --- [refs] | 2 +- trunk/drivers/net/wireless/ath/ath9k/debug.h | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index fbcf431a7740..5130930a4af5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 152d530d9edbb08424dc1b6561252597a7932c49 +refs/heads/master: 32ffb1f4488b0727bcfc67a025becc0db3df7a17 diff --git a/trunk/drivers/net/wireless/ath/ath9k/debug.h b/trunk/drivers/net/wireless/ath/ath9k/debug.h index 9551d8eb9453..b2af9de755e6 100644 --- a/trunk/drivers/net/wireless/ath/ath9k/debug.h +++ b/trunk/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) { }