[PATCH] ieee80211: Fix problem with not decrypting broadcast packets
commitb6daa25d653f23252b340cbd7d2153d0b338e44c
authorZhu Yi <yi.zhu@intel.com>
Thu, 19 Jan 2006 08:20:42 +0000 (19 16:20 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 27 Jan 2006 21:49:58 +0000 (27 16:49 -0500)
treed043a32ab5a7c15fa5e7b5c162cdd031c4b2ced6
parent4f95af5bb546a9e7f46ed10f5e0dbe1e42a77884
[PATCH] ieee80211: Fix problem with not decrypting broadcast packets

The code for pulling the key to use for decrypt was correctly using
the host_mc_decrypt flag.  The code that actually decrypted,
however, was based on host_decrypt.  This patch changes this
behavior.

Signed-off-by: Etay Bogner <etay.bogner@gmail.com>
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/ieee80211/ieee80211_rx.c