projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
9fd5ecb74c45accd00df4250ebd13ee6c60be78f
[openwrt.git]
/
package
/
madwifi
/
patches
/
449-fix_txbuf_leak.patch
1
--- a/ath/if_ath.c
2
+++ b/ath/if_ath.c
3
@@ -3725,6 +3725,7 @@ ff_bypass:
4
*/
5
skb = ieee80211_encap(ni, skb, &framecnt);
6
if (skb == NULL) {
7
+ STAILQ_INSERT_TAIL(&bf_head, bf, bf_list);
8
DPRINTF(sc, ATH_DEBUG_XMIT,
9
"Dropping; encapsulation failure\n");
10
sc->sc_stats.ast_tx_encap++;
This page took
0.041246 seconds
and
3
git commands to generate.