projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
627b34f
)
fix madwifi napi polling packet counting
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 16 Aug 2008 17:00:13 +0000
(17:00 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 16 Aug 2008 17:00:13 +0000
(17:00 +0000)
final fix for #3880
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12323
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/madwifi/patches/300-napi_polling.patch
patch
|
blob
|
history
diff --git
a/package/madwifi/patches/300-napi_polling.patch
b/package/madwifi/patches/300-napi_polling.patch
index
0d7b566
..
fae35b5
100644
(file)
--- a/
package/madwifi/patches/300-napi_polling.patch
+++ b/
package/madwifi/patches/300-napi_polling.patch
@@
-231,13
+231,13
@@
break;
}
+
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)
-+ processed++;
-+#endif
+ if (rx_limit-- < 2) {
+ early_stop = 1;
+ break;
+ }
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)
++ processed++;
++#endif
+
skb = bf->bf_skb;
if (skb == NULL) {