ath9k: fix a compile error with debugging disabled (#8189)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23912 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2010-11-07 13:51:48 +00:00
parent b9454a94c5
commit fec470a1de
1 changed files with 8 additions and 0 deletions

View File

@ -704,3 +704,11 @@
void ath_debug_stat_rx(struct ath_softc *sc, struct ath_rx_status *rs); void ath_debug_stat_rx(struct ath_softc *sc, struct ath_rx_status *rs);
#else #else
@@ -199,7 +199,6 @@ static inline void ath_debug_stat_interr
}
static inline void ath_debug_stat_tx(struct ath_softc *sc,
- struct ath_txq *txq,
struct ath_buf *bf,
struct ath_tx_status *ts)
{