]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: fix wowlan suspend
authorJohannes Berg <johannes.berg@intel.com>
Sun, 4 Mar 2012 16:31:35 +0000 (08:31 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 5 Mar 2012 19:44:39 +0000 (14:44 -0500)
commit1286e5d5f7767330e2939846379f9bfd2ca20a6b
treec0ee9a66d73ee7e439120267db8edefdfebec130
parent6a1a15f2bdb1e28ec1f4832e14c81b9b1905269e
iwlwifi: fix wowlan suspend

This was broken by the commit 952f93053
"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>
drivers/net/wireless/iwlwifi/iwl-agn-lib.c