dect
/
linux-2.6
Archived
13
0
Fork 0

ath9k: fix compile error in non-debug ath_debug_stat_tx() stub

"ath9k: fix tx queue index confusion in debugfs code" changed the debug
function but not the stub.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Felix Fietkau 2011-01-28 17:52:49 +01:00 committed by John W. Linville
parent 9f60e7ee42
commit 3bf63e59e5
1 changed files with 2 additions and 1 deletions

View File

@ -192,7 +192,8 @@ static inline void ath_debug_stat_interrupt(struct ath_softc *sc,
static inline void ath_debug_stat_tx(struct ath_softc *sc,
struct ath_buf *bf,
struct ath_tx_status *ts)
struct ath_tx_status *ts,
struct ath_txq *txq)
{
}