From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755552Ab0EWWj7 (ORCPT ); Sun, 23 May 2010 18:39:59 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:60503 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754511Ab0EWWj5 (ORCPT ); Sun, 23 May 2010 18:39:57 -0400 From: "Rafael J. Wysocki" To: "John W. Linville" Subject: Re: [linux-pm] [Regression][git head f4b87dee9] ath9k doesn't work correctly after resume from suspend to RAM Date: Mon, 24 May 2010 00:40:57 +0200 User-Agent: KMail/1.12.4 (Linux/2.6.34-rjw; KDE/4.3.5; x86_64; ; ) Cc: linux-pm@lists.linux-foundation.org, linux-wireless@vger.kernel.org, "Luis R. Rodriguez" , LKML , Linus Torvalds , Andrew Morton , Maciej Rutecki , Daniel Yingqiang ma , David Miller References: <201005222353.26920.rjw@sisk.pl> <201005230013.37578.rjw@sisk.pl> In-Reply-To: <201005230013.37578.rjw@sisk.pl> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201005240040.57443.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sunday 23 May 2010, Rafael J. Wysocki wrote: > On Saturday 22 May 2010, Rafael J. Wysocki wrote: > > Hi, > > > > With current -git on Acer Ferrari One the ath9k driver doesn't seem to work > > after resume from suspend to RAM. NetworkManager seems to think that it works, > > but it doesn't really connect with the AP and doesn't try to obtain an IP > > address. > > Sorry, this was incorrect. It actually tries to obtain an IP address, but > fails. Apparently, it can't obtain the address without being reloaded. This issue can be fixed by reverting: commit 03ceedea972a82d343fa5c2528b3952fa9e615d5 Author: Daniel Yingqiang Ma Date: Tue Apr 13 15:12:07 2010 +0800 ath9k: Group Key fix for VAPs Thanks, Rafael