From: Johannes Berg Date: Sun, 4 Mar 2012 16:31:35 +0000 (-0800) Subject: iwlwifi: fix wowlan suspend X-Git-Tag: v3.3-rc7~11^2~10^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=182ada1c712a4ebe14d6a023cfab3559b2527d69;p=pandora-kernel.git iwlwifi: fix wowlan suspend This was broken by the commit 023ca58f1 "iwlwifi: Move the core suspend function to iwl-agn-lib" where for some reason the code changed while moving, from .len[0] = sizeof(*key_data.rsc_tsc), to .len[0] = sizeof(key_data.rsc_tsc), Cc: stable@kernel.org Signed-off-by: Johannes Berg Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed