]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ieee80211/ieee80211_tx.c
[PATCH] ieee80211: remove ieee80211_tx() is_queue_full warning
[linux-2.6-omap-h63xx.git] / net / ieee80211 / ieee80211_tx.c
index f2e61311552b82c3d0bfed619a9da2b9a8df3dac..ae254497ba3d8dac57a3521fab214936f6847e2a 100644 (file)
@@ -532,13 +532,6 @@ int ieee80211_xmit(struct sk_buff *skb, struct net_device *dev)
                        return 0;
                }
 
-               if (ret == NETDEV_TX_BUSY) {
-                       printk(KERN_ERR "%s: NETDEV_TX_BUSY returned; "
-                              "driver should report queue full via "
-                              "ieee_device->is_queue_full.\n",
-                              ieee->dev->name);
-               }
-
                ieee80211_txb_free(txb);
        }