From: Felix Fietkau Date: Sun, 7 Nov 2010 13:53:06 +0000 (+0000) Subject: ath9k: merge compile error fix from r23912 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=35b5905582d72c6c53732f3cbd5a8f5c245bc1c8;p=openwrt%2Fsvn-archive%2Farchive.git ath9k: merge compile error fix from r23912 SVN-Revision: 23913 --- diff --git a/package/mac80211/patches/572-ath9k_xmit_queue_cleanup.patch b/package/mac80211/patches/572-ath9k_xmit_queue_cleanup.patch index 359cf5d035..3e99c080af 100644 --- a/package/mac80211/patches/572-ath9k_xmit_queue_cleanup.patch +++ b/package/mac80211/patches/572-ath9k_xmit_queue_cleanup.patch @@ -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) + {