remove /etc/functions.sh call from led hotplug script
[openwrt.git] / package / madwifi / patches / 300-napi_polling.patch
index 609e74c..0d7b566 100644 (file)
 +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)
 +              processed++;
 +#endif
-+              if (rx_limit-- < 0) {
++              if (rx_limit-- < 2) {
 +                      early_stop = 1;
 +                      break;
 +              }
This page took 0.021191 seconds and 4 git commands to generate.