Skip to content

Commit

Permalink
ath9k: fix compile error in non-debug ath_debug_stat_tx() stub
Browse files Browse the repository at this point in the history
"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>
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Jan 28, 2011
1 parent 9f60e7e commit 3bf63e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/net/wireless/ath/ath9k/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
}

Expand Down

0 comments on commit 3bf63e5

Please sign in to comment.