commit | dc1580ddfc1f70636f6ef80a385902f7e8278deb | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Aug 10 09:46:40 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Aug 16 16:45:21 2010 -0400 |
tree | 45c0885467ca472c70168c88e2af8d114840314d | |
parent | 60ae0f20058d19ada94093dc3ef7ae0737597fba [diff] |
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>