Return-path: Received: from fep19.mx.upcmail.net ([62.179.121.39]:42574 "EHLO fep19.mx.upcmail.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755476Ab3GOTzh (ORCPT ); Mon, 15 Jul 2013 15:55:37 -0400 Message-ID: <51E4501D.3010001@odi.ch> (sfid-20130715_215554_162803_18C9D239) Date: Mon, 15 Jul 2013 21:40:13 +0200 From: =?ISO-8859-1?Q?Ortwin_Gl=FCck?= MIME-Version: 1.0 To: linux-kernel@vger.kernel.org, sgruszka@redhat.com, linux-wireless@vger.kernel.org Subject: [BUG] 3.10 regression: hang on suspend Content-Type: text/plain; charset=ISO-8859-1; format=flowed Sender: linux-wireless-owner@vger.kernel.org List-ID: Hi, My Samsung ultrabook hangs when suspending to RAM since this commit (bisected). Disabling wifi before suspend works around the issue. All works fine with 3.9.y. 12e7f517029dad819c45eca9ca01fdb9ba57616b Author: Stanislaw Gruszka Date: Thu Feb 28 10:55:26 2013 +0100 mac80211: cleanup generic suspend/resume procedures Since now we disconnect before suspend, various code which save connection state can now be removed from suspend and resume procedure. Cleanup on resume side is smaller as ieee80211_reconfig() is also used for H/W restart. Signed-off-by: Stanislaw Gruszka Signed-off-by: Johannes Berg Hardware: 01:00.0 Network controller: Intel Corporation Centrino Advanced-N 6235 (rev 24) Sorry for not noticing this earlier. Ortwin