commit | addc98519207fb8ca0609da720469e415f784d0c | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Fri Oct 28 12:17:49 2011 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Nov 02 15:23:13 2011 -0400 |
tree | 20623e1b7ad8f9eb592a5f83babd90d256261f45 | |
parent | 05cb91085760ca378f28fc274fbf77fc4fd9886c [diff] |
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>