aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-01-28 16:58:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-01-28 16:58:05 +0000
commit0a54236bea1343ba01e6fb82a1c82f723c56c212 (patch)
tree534f017ecb624e4cf1a63c441e50f6f2b7d4901c /package
parentbf51ee3572daea746088dbc30cd888fc25602e6d (diff)
downloadupstream-0a54236bea1343ba01e6fb82a1c82f723c56c212.tar.gz
upstream-0a54236bea1343ba01e6fb82a1c82f723c56c212.tar.bz2
upstream-0a54236bea1343ba01e6fb82a1c82f723c56c212.zip
ath9k: fix a compile error in the debug stubs (fixes #8737, #8745)
SVN-Revision: 25204
Diffstat (limited to 'package')
-rw-r--r--package/mac80211/patches/540-ath9k_fix_queue_debug.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/mac80211/patches/540-ath9k_fix_queue_debug.patch b/package/mac80211/patches/540-ath9k_fix_queue_debug.patch
index f2d7846402..4dea506ae6 100644
--- a/package/mac80211/patches/540-ath9k_fix_queue_debug.patch
+++ b/package/mac80211/patches/540-ath9k_fix_queue_debug.patch
@@ -88,6 +88,16 @@
void ath_debug_stat_rx(struct ath_softc *sc, struct ath_rx_status *rs);
#else
+@@ -192,7 +192,8 @@ static inline void ath_debug_stat_interr
+
+ static inline void ath_debug_stat_tx(struct ath_softc *sc,
+ struct ath_buf *bf,
+- struct ath_tx_status *ts)
++ struct ath_tx_status *ts,
++ struct ath_txq *txq)
+ {
+ }
+
--- a/drivers/net/wireless/ath/ath9k/xmit.c
+++ b/drivers/net/wireless/ath/ath9k/xmit.c
@@ -1913,7 +1913,7 @@ static void ath_tx_complete_buf(struct a