1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-21 16:11:09 +03:00
openwrt-xburst/package/madwifi/patches/412-fragmentation_fix.patch
nbd 9650bf1563 madwifi: improve autochannel, nuke some dead code, fix scanlist building from channel mode
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15702 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-07 21:00:35 +00:00

11 lines
280 B
Diff

--- a/ath/if_ath.c
+++ b/ath/if_ath.c
@@ -3683,6 +3683,7 @@ ff_bypass:
* already alloc'd
*/
ATH_TXBUF_LOCK_IRQ(sc);
+ STAILQ_INSERT_TAIL(&bf_head, bf, bf_list);
for (bfcnt = 1; bfcnt < framecnt; ++bfcnt) {
tbf = ath_take_txbuf_locked(sc);
if (tbf == NULL)