From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from wolverine02.qualcomm.com ([199.106.114.251]:24729 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757809Ab2DITNU (ORCPT ); Mon, 9 Apr 2012 15:13:20 -0400 From: Sujith Manoharan MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-ID: <20355.13473.382563.281929@gargle.gargle.HOWL> (sfid-20120409_211325_137409_888112E1) Date: Tue, 10 Apr 2012 00:42:33 +0530 To: Michael Leun CC: Ben Greear , Kelly Anderson , linux-wireless Mailing List , Linux Kernel Mailing List , , "ath9k-devel@lists.ath9k.org" Subject: [ath9k-devel] 3.4-rc ath9k regression (Re: 3.3.1 ath9k regression) In-Reply-To: <20120409010816.36244f17@xenia.leun.net> References: <4F7A8EB7.4060200@silka.with-linux.com> <4F7A923D.5000002@candelatech.com> <4F7A9D5C.8040402@silka.with-linux.com> <4F7AAAD9.2040307@silka.with-linux.com> <4F7AB6FE.3080009@silka.with-linux.com> <20120403200306.0afbb48b@xenia.leun.net> <20120404235104.682cfad3@xenia.leun.net> <4F7DE3A4.1040705@candelatech.com> <4F7F52BD.7060906@candelatech.com> <20120409010816.36244f17@xenia.leun.net> Sender: linux-wireless-owner@vger.kernel.org List-ID: Michael Leun wrote: > After an suspend to disk / resume cycle (in kernel suspend to disk, > openSuSE) with 3.4-rc2 my ath9k wireless does not ping > anymore. > > Output of iwconfig wlan0 looks just as usual (associated to AP). > > iwconfig wlan0 essid fixes this (causes an > deauthenticate/authenticate with AP) - then connectivity is there again. > > Guess what: "Of course" does not happen when reverting > c1afdaff90538ef085b756454f12b29575411214 ath9k: fix going to full-sleep > on PS idle. > > So, in my opinion it should be seriously considered to revert that patch > until it is fully understood what is going on and why. > > It may look theoretically correct (I've no knowledge that would enable > me assess that), but it seems to have caused 3 more or less different > problems to various people. The patch in question should just be reverted for 3.3.1-stable. It would mean that power-saving would take a hit on that kernel - but it's impact would be much lesser than a broken driver, one that fails in basic connection. I'll send a patch reverting c1afdaff90538ef085b756454f12b29575411214. For 3.4, can you build the driver with debugging enabled [1] , load the driver with debug=0x801 and post the log here (before/after resume) ? Thanks. [1] : http://linuxwireless.org/en/users/Drivers/ath9k/debug Sujith From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sujith Manoharan Date: Tue, 10 Apr 2012 00:42:33 +0530 Subject: [ath9k-devel] 3.4-rc ath9k regression (Re: 3.3.1 ath9k regression) In-Reply-To: <20120409010816.36244f17@xenia.leun.net> References: <4F7A8EB7.4060200@silka.with-linux.com> <4F7A923D.5000002@candelatech.com> <4F7A9D5C.8040402@silka.with-linux.com> <4F7AAAD9.2040307@silka.with-linux.com> <4F7AB6FE.3080009@silka.with-linux.com> <20120403200306.0afbb48b@xenia.leun.net> <20120404235104.682cfad3@xenia.leun.net> <4F7DE3A4.1040705@candelatech.com> <4F7F52BD.7060906@candelatech.com> <20120409010816.36244f17@xenia.leun.net> Message-ID: <20355.13473.382563.281929@gargle.gargle.HOWL> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Michael Leun wrote: > After an suspend to disk / resume cycle (in kernel suspend to disk, > openSuSE) with 3.4-rc2 my ath9k wireless does not ping > anymore. > > Output of iwconfig wlan0 looks just as usual (associated to AP). > > iwconfig wlan0 essid fixes this (causes an > deauthenticate/authenticate with AP) - then connectivity is there again. > > Guess what: "Of course" does not happen when reverting > c1afdaff90538ef085b756454f12b29575411214 ath9k: fix going to full-sleep > on PS idle. > > So, in my opinion it should be seriously considered to revert that patch > until it is fully understood what is going on and why. > > It may look theoretically correct (I've no knowledge that would enable > me assess that), but it seems to have caused 3 more or less different > problems to various people. The patch in question should just be reverted for 3.3.1-stable. It would mean that power-saving would take a hit on that kernel - but it's impact would be much lesser than a broken driver, one that fails in basic connection. I'll send a patch reverting c1afdaff90538ef085b756454f12b29575411214. For 3.4, can you build the driver with debugging enabled [1] , load the driver with debug=0x801 and post the log here (before/after resume) ? Thanks. [1] : http://linuxwireless.org/en/users/Drivers/ath9k/debug Sujith