Return-path: Received: from ogre.sisk.pl ([217.79.144.158]:52571 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752325Ab0LZSgP (ORCPT ); Sun, 26 Dec 2010 13:36:15 -0500 From: "Rafael J. Wysocki" To: "Ohad Ben-Cohen" Subject: Re: [linux-pm] subtle pm_runtime_put_sync race and sdio functions Date: Sun, 26 Dec 2010 19:35:13 +0100 Cc: Alan Stern , linux-pm@lists.linux-foundation.org, Johannes Berg , linux-wireless@vger.kernel.org, linux-mmc@vger.kernel.org, Ido Yariv , Kevin Hilman References: <201012261245.29680.rjw@sisk.pl> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Message-Id: <201012261935.13238.rjw@sisk.pl> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Sunday, December 26, 2010, Ohad Ben-Cohen wrote: > On Sun, Dec 26, 2010 at 1:45 PM, Rafael J. Wysocki wrote: > > Why does the driver need the device to be reset even though it hasn't > > been suspeneded yet? > > Because it is asked to stop the hardware by mac80211. So I guess the mac80211 layer should ask it to start it again. Thanks, Rafael