summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/449-fix_txbuf_leak.patch
blob: 9fd5ecb74c45accd00df4250ebd13ee6c60be78f (plain)
1
2
3
4
5
6
7
8
9
10
--- a/ath/if_ath.c
+++ b/ath/if_ath.c
@@ -3725,6 +3725,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++;