diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-11-07 13:51:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-11-07 13:51:48 +0000 |
commit | 1e671ef49c1066d59d66b0bf639415019ad35ceb (patch) | |
tree | 915877e72a9b37b6abc6612dff5506d440cfe337 /package/mac80211/patches | |
parent | 4e797b62787c7fbb36d5b4c936cf8bc9a382f4d4 (diff) | |
download | upstream-1e671ef49c1066d59d66b0bf639415019ad35ceb.tar.gz upstream-1e671ef49c1066d59d66b0bf639415019ad35ceb.tar.bz2 upstream-1e671ef49c1066d59d66b0bf639415019ad35ceb.zip |
ath9k: fix a compile error with debugging disabled (#8189)
SVN-Revision: 23912
Diffstat (limited to 'package/mac80211/patches')
-rw-r--r-- | package/mac80211/patches/572-ath9k_xmit_queue_cleanup.patch | 8 |
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) + { |