projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65b6a27
)
[PATCH] ieee80211: remove ieee80211_tx() is_queue_full warning
author
Zhu Yi
<yi.zhu@intel.com>
Mon, 21 Aug 2006 03:32:47 +0000
(11:32 +0800)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 29 Aug 2006 21:06:30 +0000
(17:06 -0400)
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/ieee80211/ieee80211_tx.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ieee80211/ieee80211_tx.c
b/net/ieee80211/ieee80211_tx.c
index f2e61311552b82c3d0bfed619a9da2b9a8df3dac..ae254497ba3d8dac57a3521fab214936f6847e2a 100644
(file)
--- a/
net/ieee80211/ieee80211_tx.c
+++ b/
net/ieee80211/ieee80211_tx.c
@@
-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);
}