projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e46841
)
madwifi: napi polling fix - fix u_int negative comparison - add some reserve for...
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 11 Aug 2008 14:36:50 +0000
(14:36 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 11 Aug 2008 14:36:50 +0000
(14:36 +0000)
SVN-Revision: 12280
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 609e74cd217127de3dcab928049dd1d8c0e36f22..0d7b566b8d7a7396c4721c445bcceba9ad19dcb8 100644
(file)
--- a/
package/madwifi/patches/300-napi_polling.patch
+++ b/
package/madwifi/patches/300-napi_polling.patch
@@
-234,7
+234,7
@@
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)
+ processed++;
+#endif
-+ if (rx_limit-- <
0
) {
++ if (rx_limit-- <
2
) {
+ early_stop = 1;
+ break;
+ }