fix madwifi napi polling packet counting final fix for #3880
SVN-Revision: 12323
This commit is contained in:
parent
a3a37d0bb1
commit
3f9fcf1c06
1 changed files with 3 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue