projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22d3405
)
[PATCH] zd1211rw: Remove noisy debug message
author
Daniel Drake
<dsd@gentoo.org>
Mon, 29 Jan 2007 01:00:30 +0000
(
01:00
+0000)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 7 Feb 2007 20:23:54 +0000
(15:23 -0500)
This causes a lot of uninteresting output in noisy environments, and
doesn't really serve any purpose.
Signed-off-by: Daniel Drake <dsd@gentoo.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/zd1211rw/zd_mac.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/zd1211rw/zd_mac.c
b/drivers/net/wireless/zd1211rw/zd_mac.c
index
7070781
..
4c5f78e
100644
(file)
--- a/
drivers/net/wireless/zd1211rw/zd_mac.c
+++ b/
drivers/net/wireless/zd1211rw/zd_mac.c
@@
-1114,8
+1114,6
@@
static void zd_mac_rx(struct zd_mac *mac, struct sk_buff *skb)
{
ieee->stats.rx_errors++;
ieee->stats.rx_length_errors++;
- dev_dbg_f(zd_mac_dev(mac), "Packet with length %u to small.\n",
- skb->len);
goto free_skb;
}