]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbe6f30db25ff7326ab488d8afa33dccfb56eae16
tree1556dbab26c37c438ea6bc980bc05143a10c4c86
parent7231e93b253ff0434610994c1a570d7916d65ef4
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