Return-path: Received: from arrakis.dune.hu ([78.24.191.176]:42266 "EHLO arrakis.dune.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754766AbbHFH7U (ORCPT ); Thu, 6 Aug 2015 03:59:20 -0400 Subject: Re: [PATCH] ath10k: Add QCA99X0 to supported device list To: Vasanthakumar Thiagarajan , ath10k@lists.infradead.org References: <1437478567-11339-1-git-send-email-vthiagar@qti.qualcomm.com> <55C1FFBC.7070905@openwrt.org> <55C31039.6030201@qti.qualcomm.com> Cc: linux-wireless@vger.kernel.org, Kalle Valo From: Felix Fietkau Message-ID: <55C313D3.4080004@openwrt.org> (sfid-20150806_095930_384056_2189D218) Date: Thu, 6 Aug 2015 09:59:15 +0200 MIME-Version: 1.0 In-Reply-To: <55C31039.6030201@qti.qualcomm.com> Content-Type: text/plain; charset=windows-1252 Sender: linux-wireless-owner@vger.kernel.org List-ID: On 2015-08-06 09:43, Vasanthakumar Thiagarajan wrote: > On Wednesday 05 August 2015 05:51 PM, Felix Fietkau wrote: >> On 2015-07-21 13:36, Vasanthakumar Thiagarajan wrote: >>> Add vendor/device id of QCA99X0 V2.0 to pci id table and >>> QCA99X0_HW_2_0_CHIP_ID_REV to ath10k_pci_supp_chips[] for >>> QCA99X0 to get detected by the driver. >>> >>> Signed-off-by: Vasanthakumar Thiagarajan >> I just tested a 99X0 card, and I'm getting this: >> >> [ 8.742514] ath10k_pci 0000:01:00.0: enabling device (0140 -> 0142) >> [ 8.747173] ath10k_pci 0000:01:00.0: pci irq msi interrupts 1 irq_mode 0 reset_mode 0 >> [ 11.793314] ath10k_pci 0000:01:00.0: failed to receive initialized event from target: 00000000 >> [ 11.793344] ath10k_pci 0000:01:00.0: failed to wait for target after cold reset: -110 >> [ 11.800814] ath10k_pci 0000:01:00.0: failed to reset chip: -110 >> [ 11.809228] ath10k_pci: probe of 0000:01:00.0 failed with error -110 >> >> This is on an AP148 board with Linux 3.18, backports generated from >> latest wireless-testing (2015-08-03) + all patches from kvalo's ath >> tree. > > Any idea about the version of AP148 that you are using?. By any chance did > you check if QCA988X is working on the same board?. No idea about the version, but QCA988X is working in the same slot. - Felix