commit | b6daa25d653f23252b340cbd7d2153d0b338e44c | [log] [tgz] |
---|---|---|
author | Zhu Yi <yi.zhu@intel.com> | Thu Jan 19 16:20:42 2006 +0800 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jan 27 16:49:58 2006 -0500 |
tree | d043a32ab5a7c15fa5e7b5c162cdd031c4b2ced6 | |
parent | 4f95af5bb546a9e7f46ed10f5e0dbe1e42a77884 [diff] |
[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>