From: Johannes Berg Date: Tue, 30 Mar 2010 17:11:46 +0000 (-0700) Subject: iwlwifi: make WEP key restoring explicit X-Git-Tag: v2.6.35-rc1~473^2~460^2^2~19^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=335348b1702cf78c9e79987a3d66e85a05c98b5c;p=pandora-kernel.git iwlwifi: make WEP key restoring explicit The firmware clears default WEP keys on transitions to !associated, so we need to restore them just like stations. This is rather implicit as part of sending a station right now, which is odd. Make it explicit instead and only for agn since 3945 doesn't use hw crypto for WEP. Due to that, iwl_send_static_wepkey_cmd is now only used in iwl-sta.c and can be static. Signed-off-by: Johannes Berg Signed-off-by: Reinette Chatre --- Reading git-diff-tree failed