Commit 051562f7e980b53f7bc6529f2e55b68e20f5d0e6
Committed by
John W. Linville
1 parent
65b6a27751
Exists in
master
and in
7 other branches
[PATCH] ieee80211: remove ieee80211_tx() is_queue_full warning
Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Showing 1 changed file with 0 additions and 7 deletions Side-by-side Diff
net/ieee80211/ieee80211_tx.c
... | ... | @@ -532,13 +532,6 @@ |
532 | 532 | return 0; |
533 | 533 | } |
534 | 534 | |
535 | - if (ret == NETDEV_TX_BUSY) { | |
536 | - printk(KERN_ERR "%s: NETDEV_TX_BUSY returned; " | |
537 | - "driver should report queue full via " | |
538 | - "ieee_device->is_queue_full.\n", | |
539 | - ieee->dev->name); | |
540 | - } | |
541 | - | |
542 | 535 | ieee80211_txb_free(txb); |
543 | 536 | } |
544 | 537 |