move a few unmaintained packages from trunk to /packages
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33634 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
10
net/madwifi/patches/412-fragmentation_fix.patch
Normal file
10
net/madwifi/patches/412-fragmentation_fix.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- a/ath/if_ath.c
|
||||
+++ b/ath/if_ath.c
|
||||
@@ -3684,6 +3684,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)
|
Reference in New Issue
Block a user