mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 07:46:48 +00:00
ath9k: fix a compile error with debugging disabled (#8189)
SVN-Revision: 23912
This commit is contained in:
parent
4e797b6278
commit
1e671ef49c
@ -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)
|
||||||
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user