]> bbs.cooldavid.org Git - net-next-2.6.git/commit
mac80211: remove unused status flag checks
authorJohannes Berg <johannes.berg@intel.com>
Tue, 10 Aug 2010 07:46:40 +0000 (09:46 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 16 Aug 2010 20:45:21 +0000 (16:45 -0400)
commitdc1580ddfc1f70636f6ef80a385902f7e8278deb
tree45c0885467ca472c70168c88e2af8d114840314d
parent60ae0f20058d19ada94093dc3ef7ae0737597fba
mac80211: remove unused status flag checks

The decryption code verifies whether or not
a given frame was decrypted and verified by
hardware. This is unnecessary, as the crypto
RX handler already does it long before the
decryption code is even invoked, so remove
that code to avoid confusion.

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