From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mga14.intel.com ([192.55.52.115]:30491 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750954AbcFWIJx (ORCPT ); Thu, 23 Jun 2016 04:09:53 -0400 Date: Thu, 23 Jun 2016 11:09:48 +0300 From: Mika Westerberg To: "Valo, Kalle" Cc: "linux-wireless@vger.kernel.org" , Miaoqing Pan Subject: Re: WARNING: CPU: 1 PID: 103 at drivers/net/wireless/ath/ath9k/hw.c:2778 Message-ID: <20160623080948.GH1718@lahna.fi.intel.com> (sfid-20160623_101003_298613_61FD8908) References: <20160622162151.GD1718@lahna.fi.intel.com> <87eg7ofr5c.fsf@kamboji.qca.qualcomm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <87eg7ofr5c.fsf@kamboji.qca.qualcomm.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, Jun 23, 2016 at 04:47:12AM +0000, Valo, Kalle wrote: > Mika Westerberg writes: > > > After upgrading from v4.6 to v4.7-rc3 I'm starting to see following > > warnings constantly being printed by ath driver: > > > > [ 6.761789] ath: phy0: ASPM enabled: 0x43 > > [ 6.761794] ath: EEPROM regdomain: 0x6a > > [ 6.761796] ath: EEPROM indicates we should expect a direct regpair map > > [ 6.761799] ath: Country alpha2 being used: 00 > > [ 6.761800] ath: Regpair used: 0x6a > > [ 6.773482] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' > > [ 6.774048] ieee80211 phy0: Atheros AR9462 Rev:3 mem=0xffffc90000b00000, irq=19 > > [ 6.774054] ------------[ cut here ]------------ > > [ 6.774070] WARNING: CPU: 1 PID: 103 at drivers/net/wireless/ath/ath9k/hw.c:2778 ath9k_hw_gpio_get+0x161/0x1b0 [ath9k_hw] > > Should be fixed by this: > > ath9k: fix GPIO mask for AR9462 and AR9565 > > https://git.kernel.org/cgit/linux/kernel/git/kvalo/wireless-drivers.git/commit/?id=e024111f6946f45cf1559a8c6fd48d2d0f696d07 > Indeed, that fixes it. Thanks :)