1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 20:55:27 +03:00
openwrt-xburst/package/madwifi/patches/449-fix_txbuf_leak.patch
nbd d2478832c9 madwifi: beacon timer fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18045 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-14 08:29:37 +00:00

11 lines
294 B
Diff

--- 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++;