mac80211: remove message on receiving unexpected unencrypted frames
authorJohannes Berg <johannes@sipsolutions.net>
Sun, 13 Apr 2008 08:12:47 +0000 (10:12 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 15 Apr 2008 19:04:36 +0000 (15:04 -0400)
commitb3fc9c6c58c986f7a24fd8b0794d1e0794935a28
tree1556dbab26c37c438ea6bc980bc05143a10c4c86
parent2dd0f69222c481574baf6a4affb9256a7c7410e7
mac80211: remove message on receiving unexpected unencrypted frames

Some people are getting this message a lot, and we have traced it to
broken access points that much too often send completely empty frames
(all bytes zeroed, which they shouldn't do at all.)

Since we cannot do anything about such frames in any case except the
special case where we're debugging an AP, just remove the message.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rx.c