This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / net / wireless / orinoco.c
index 8161a1c..11af430 100644 (file)
@@ -1519,8 +1519,7 @@ static void __orinoco_ev_wterr(struct net_device *dev, hermes_t *hw)
 
 static void __orinoco_ev_infdrop(struct net_device *dev, hermes_t *hw)
 {
-       if (net_ratelimit())
-               printk(KERN_WARNING "%s: Information frame lost.\n", dev->name);
+       printk(KERN_WARNING "%s: Information frame lost.\n", dev->name);
 }
 
 static void print_linkstatus(struct net_device *dev, u16 status)