]> git.baikalelectronics.ru Git - kernel.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)
commitac836c3cc2ce0375df579519ec094c197f324465
tree45c0885467ca472c70168c88e2af8d114840314d
parent20a4f55b01d7ba4d5d7c8ee546deecbefbda5d13
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