Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

b43: Remove unneeded message

The driver can spam the logs with "RX: Packet dropped" messages. These drops
originate from 1. a correpted PLCP, 2. decryption errors, and 3. packet
size underruns. Condition #3 logs a separate message, thus no dropped message
is needed.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by

Larry Finger and committed by
John W. Linville
addc9851 05cb9108

-1
-1
drivers/net/wireless/b43/xmit.c
··· 827 827 #endif 828 828 return; 829 829 drop: 830 - b43dbg(dev->wl, "RX: Packet dropped\n"); 831 830 dev_kfree_skb_any(skb); 832 831 } 833 832