Johannes Berg 182ada1c71 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 <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2012-03-05 14:44:39 -05:00
..
2011-10-14 14:48:13 -04:00
2012-03-05 14:44:39 -05:00
2012-02-21 14:45:26 -05:00
2011-11-11 12:32:53 -05:00
2011-12-16 07:23:20 -08:00
2011-12-19 13:17:44 -08:00
2011-08-29 15:30:28 -04:00
2011-12-08 15:54:46 -08:00