Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Felix Fietkau and committed by
John W. Linville
3bf63e59 9f60e7ee

+2 -1
+2 -1
drivers/net/wireless/ath/ath9k/debug.h
··· 192 192 193 193 static inline void ath_debug_stat_tx(struct ath_softc *sc, 194 194 struct ath_buf *bf, 195 - struct ath_tx_status *ts) 195 + struct ath_tx_status *ts, 196 + struct ath_txq *txq) 196 197 { 197 198 } 198 199