From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luis R. Rodriguez Date: Tue, 3 Feb 2009 09:28:18 -0800 Subject: [ath9k-devel] ath9k dies on resume In-Reply-To: References: Message-ID: <20090203172818.GA9713@tesla> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On Mon, Feb 02, 2009 at 07:28:03PM -0800, nornagon at nornagon.net wrote: > Hi all, > > I have an AR5418 (in a Macbook Pro Santa Rosa). I'm running Debian unstable, with a custom-compiled kernel version 2.6.28.1. When I resume from suspend to ram, the interface fails to associate with the AP, and the following line is printed in dmesg: > > Jan 29 21:06:41 motoko kernel: [31601.244160] ath0: No ProbeResp from current AP 00:1e:e5:7f:0d:1f - assume out of range > > If the wifi signal is weak, sometimes ath9k will deassociate and then produce the same message, then refuse to reassociate. > > Removing the module and reprobing it fixes the problem, but is not a solution. On old kernels removing the module would be the right approach, mac80211 only got suspend/resume support unti recently in the wireless-testing git tree. Please see this on how to get the latest ath9k: http://wireless.kernel.org/en/users/Drivers/ath9k#Getthelatestath9kdriver pm-suspend is working here. Luis