1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 20:30:37 +02:00

ath9k: merge compile error fix from r23912

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@23913 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2010-11-07 13:53:06 +00:00
parent 49bab2b905
commit 9fc27c6cb4

View File

@ -704,3 +704,11 @@
void ath_debug_stat_rx(struct ath_softc *sc, struct ath_rx_status *rs);
#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)
{