From: Zhu Yi Date: Thu, 19 Jan 2006 08:20:42 +0000 (+0800) Subject: [PATCH] ieee80211: Fix problem with not decrypting broadcast packets X-Git-Tag: v2.6.16-rc2~250^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6daa25d653f23252b340cbd7d2153d0b338e44c;p=pandora-kernel.git [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 Signed-off-by: James Ketrenos Signed-off-by: Zhu Yi Signed-off-by: John W. Linville --- Reading git-diff-tree failed