projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] kernel: add kmod-acpi-button
[openwrt.git]
/
package
/
madwifi
/
patches
/
412-fragmentation_fix.patch
1
--- a/ath/if_ath.c
2
+++ b/ath/if_ath.c
3
@@ -3684,6 +3684,7 @@ ff_bypass:
4
* already alloc'd
5
*/
6
ATH_TXBUF_LOCK_IRQ(sc);
7
+ STAILQ_INSERT_TAIL(&bf_head, bf, bf_list);
8
for (bfcnt = 1; bfcnt < framecnt; ++bfcnt) {
9
tbf = ath_take_txbuf_locked(sc);
10
if (tbf == NULL)
This page took
0.039223 seconds
and
5
git commands to generate.