summaryrefslogtreecommitdiffstats
path: root/package/mac80211
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-01-28 16:58:05 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-01-28 16:58:05 +0000
commit60c0cecdea809c8b286e60050c798cd4a366303a (patch)
tree7d14eb06d816838d431bd72f0bc03c3c4384600f /package/mac80211
parent3aa06b8113dc7a12291e939e625c341cd82da4e3 (diff)
ath9k: fix a compile error in the debug stubs (fixes #8737, #8745)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25204 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211')
-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 f2d784640..4dea506ae 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