projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
openssl: update to 1.0.0c
[openwrt.git]
/
package
/
mac80211
/
patches
/
540-ath9k_fix_queue_debug.patch
diff --git
a/package/mac80211/patches/540-ath9k_fix_queue_debug.patch
b/package/mac80211/patches/540-ath9k_fix_queue_debug.patch
index
f2d7846
..
4dea506
100644
(file)
--- 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
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
--- 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
This page took
0.02391 seconds
and
4
git commands to generate.