parent
39643cdbed
commit
2973b2dc9c
1 changed files with 10 additions and 0 deletions
10
package/madwifi/patches/412-fragmentation_fix.patch
Normal file
10
package/madwifi/patches/412-fragmentation_fix.patch
Normal 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)
|
Loading…
Reference in a new issue