aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/449-fix_txbuf_leak.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/madwifi/patches/449-fix_txbuf_leak.patch')
-rw-r--r--package/madwifi/patches/449-fix_txbuf_leak.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/madwifi/patches/449-fix_txbuf_leak.patch b/package/madwifi/patches/449-fix_txbuf_leak.patch
new file mode 100644
index 000000000..31f2fef3a
--- /dev/null
+++ b/package/madwifi/patches/449-fix_txbuf_leak.patch
@@ -0,0 +1,10 @@
+--- a/ath/if_ath.c
++++ b/ath/if_ath.c
+@@ -3697,6 +3697,7 @@ ff_bypass:
+ */
+ skb = ieee80211_encap(ni, skb, &framecnt);
+ if (skb == NULL) {
++ STAILQ_INSERT_TAIL(&bf_head, bf, bf_list);
+ DPRINTF(sc, ATH_DEBUG_XMIT,
+ "Dropping; encapsulation failure\n");
+ sc->sc_stats.ast_tx_encap++;