aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-11-07 13:51:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-11-07 13:51:48 +0000
commitfec470a1de4a6bab792ffbc5057d88fb8149dafd (patch)
tree2a6e1606fd52f8bf86778c8f2155652cc15a7756 /package
parentb9454a94c5f4538653461123abcfc96739f17075 (diff)
downloadmaster-187ad058-fec470a1de4a6bab792ffbc5057d88fb8149dafd.tar.gz
master-187ad058-fec470a1de4a6bab792ffbc5057d88fb8149dafd.tar.bz2
master-187ad058-fec470a1de4a6bab792ffbc5057d88fb8149dafd.zip
ath9k: fix a compile error with debugging disabled (#8189)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23912 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/mac80211/patches/572-ath9k_xmit_queue_cleanup.patch8
1 files changed, 8 insertions, 0 deletions
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)
+ {