1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-28 00:39:23 +02:00

madwifi: add fragmentation fix from #4817

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14989 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-03-23 12:11:47 +00:00
parent d5a2654453
commit ef34afda18

View File

@ -0,0 +1,10 @@
--- a/ath/if_ath.c
+++ b/ath/if_ath.c
@@ -3675,6 +3675,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)