From: Mohamed Abbas Date: Wed, 11 Mar 2009 18:17:59 +0000 (-0700) Subject: iwlagn: fix warning when set WEP key X-Git-Tag: v2.6.30-rc1~662^2~195^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48676eb3c3de9013de7d9a63fb8ffb70cd540d95;p=pandora-kernel.git iwlagn: fix warning when set WEP key iwl_clear_station_table will be called every time rxon called. In this function ucode_key_table is set to 0 even though a static WEP security is set. This will cause in many warning and might be an issue if dynamic WEP is set. This patch make sure we keep track of all existing static WEP when this function is called. Signed-off-by: Mohamed Abbas Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed