X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Fmadwifi%2Fpatches%2F343-txqueue_races.patch;h=a2b14d69a8abd2e04117f03ab93af06c89105e0a;hb=f1993df80dde82d293847be1805767a053254875;hp=a49f5376c2a454c6a76c290e953533f25a6e1153;hpb=93f00c0eb55a54b43b9a17fb95ae1ebb0971186b;p=openwrt.git diff --git a/package/madwifi/patches/343-txqueue_races.patch b/package/madwifi/patches/343-txqueue_races.patch index a49f5376c2..a2b14d69a8 100644 --- a/package/madwifi/patches/343-txqueue_races.patch +++ b/package/madwifi/patches/343-txqueue_races.patch @@ -2,7 +2,7 @@ Merged from madwifi trunk r3551, r3552 --- a/ath/if_ath.c +++ b/ath/if_ath.c -@@ -8251,6 +8251,17 @@ +@@ -8253,6 +8253,17 @@ ath_tx_processq(struct ath_softc *sc, st goto bf_fail; } @@ -22,7 +22,7 @@ Merged from madwifi trunk r3551, r3552 --- a/ath/if_athvar.h +++ b/ath/if_athvar.h -@@ -586,7 +586,8 @@ +@@ -586,7 +586,8 @@ struct ath_vap { } while (0) #define ATH_TXQ_REMOVE_HEAD(_tq, _field) do { \ STAILQ_REMOVE_HEAD(&(_tq)->axq_q, _field); \