[package] iptables: fix multiport match for brcm-2.4
[openwrt.git] / package / madwifi / patches / 452-minstrel_no_timer.patch
index e7f2dea..b9b5c9f 100644 (file)
@@ -32,7 +32,7 @@
                int mrr;
  
 +
-+              if (sn->last_update + msecs_to_jiffies(TIMER_INTERVAL) < jiffies) {
++              if (abs(jiffies - sn->last_update) > msecs_to_jiffies(TIMER_INTERVAL)) {
 +                      ath_rate_statistics(&an->an_node);
 +                      sn->last_update = jiffies;
 +              }
This page took 0.025309 seconds and 4 git commands to generate.