From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-lj1-x231.google.com ([2a00:1450:4864:20::231]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1i44hZ-0006WC-Ac for ath10k@lists.infradead.org; Sat, 31 Aug 2019 14:50:07 +0000 Received: by mail-lj1-x231.google.com with SMTP id e27so9019871ljb.7 for ; Sat, 31 Aug 2019 07:50:02 -0700 (PDT) Subject: Re: problems with a 9377 based SDIO module References: <176a3a2d-ff81-3b72-86af-73c70df729f4@kernel.org> From: Erik Stromdahl Message-ID: <8748427f-c4cd-a223-d635-2b628ee2cfb3@gmail.com> Date: Sat, 31 Aug 2019 16:49:59 +0200 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "ath10k" Errors-To: ath10k-bounces+kvalo=adurom.com@lists.infradead.org To: Greg Ungerer Cc: ath10k@lists.infradead.org Hi Greg, On 8/30/19 4:52 PM, Greg Ungerer wrote: > > On 29/8/19 4:33 pm, Greg Ungerer wrote: >> I have a Compex WSD377 WiFi module with SDIO interface on a new >> iMX6 based platform. I am trying to get the module going but am >> having problems with it at probe/init time. >> >> Ultimately what I see at ath10k_sdio module load time is: >> >> <4>ath10k_sdio mmc0:0001:1: WARNING: ath10k SDIO support is incomplete, don't expect anything to work! >> <6>ath10k_sdio mmc0:0001:1: qca9377 hw1.1 sdio target 0x05020001 chip_id 0x00000000 sub 0000:0000 >> <6>ath10k_sdio mmc0:0001:1: kconfig debug 1 debugfs 0 tracing 0 dfs 0 testmode 0 >> <6>ath10k_sdio mmc0:0001:1: firmware ver WLAN.TF.1.1.1-00061-QCATFSWPZ-1 api 5 features ignore-otp crc32 7746e551 >> <3>ath10k_sdio mmc0:0001:1: failed to fetch board data for bus=sdio,vendor=0271,device=0701,subsystem-vendor=0000,subsystem-device=0000 from ath10k/QCA9377/hw1.0/board-2.bin >> <6>ath10k_sdio mmc0:0001:1: board_file api 1 bmi_id N/A crc32 78c48ff6 >> <4>ath10k_sdio mmc0:0001:1: failed to write to address 0x828: -84 >> <4>ath10k_sdio mmc0:0001:1: unable to disable sdio interrupts: -84 >> <3>ath10k_sdio mmc0:0001:1: could not start HIF: -84 >> <3>ath10k_sdio mmc0:0001:1: could not init core (-84) >> <4>mmc0: queuing unknown CIS tuple 0x01 (3 bytes) >> <4>mmc0: queuing unknown CIS tuple 0x1a (5 bytes) >> <4>mmc0: queuing unknown CIS tuple 0x1b (8 bytes) >> <4>mmc0: queuing unknown CIS tuple 0x14 (0 bytes) >> <3>ath10k_sdio mmc0:0001:1: could not probe fw (-84) >> >> Tracing I can see that a fair bit of IO has gone on when it finally >> gets to the "failed to write to address 0x828: -84". I assume the >> bulk writes up to that point are the firmware download. >> >> I am using a linux-5.2 kernel with your patches at >> https://github.com/erstrom/linux-ath.git, v5.2-ath10k-sdio branch. > > Problem mostly solved by also patching with the changes at > https://kernel.googlesource.com/pub/scm/linux/kernel/git/kvalo/ath. > Applying the v5.2-ath10k-sdio changes on top of them. > > Now it successfully probes the device. But after configuring wlan0 > and sending/receiving a few packets I started to see: > > ath10k_sdio mmc0:0001:1: msdu_id allocation failed -28^M > ath10k_sdio mmc0:0001:1: failed to transmit packet, dropping: -28^M > ath10k_sdio mmc0:0001:1: failed to submit frame: -28^M > ath10k_sdio mmc0:0001:1: failed to push frame: -28^M > I was actually trying my v5.2 branch with my QCA9377 SDIO device today, and everything was running without any problems. I don't recognize your errors. The error message you get is because the driver is not able to allocate an MSDU ID for the TX MSDU. It looks as if your hardware does not notify the driver that it has consumed the MSDUs (with a TX_COMPL_IND). Then the MSDU ID never gets freed and the driver will run out of IDs. > > >> My primary concern is if I am using the write firmware. >> >> I have a firmware-sdio-5.bin which is the QCA9377/hw1.0/untested/firmware-sdio-5.bin_WLAN.TF.1.1.1-00061-QCATFSWPZ-1 >> file from the ath10k-firmware tree at https://github.com/kvalo/ath10k-firmware.git. >> And the board-sdio.bin which is the bdwlan30.bin from https://github.com/boundarydevices/qca-firmware.git. This firmware should work. I am using it as well. >> >> I ended up with those from comments made in >> https://ath10k.infradead.narkive.com/lgpFutCZ/patch-00-11-sdio-support-for-ath10k >> But maybe I am off-track here? >> >> Does the kernel trace give any clues as what the problem may be? >> Any other ideas? The only thing I can think of is that something is wrong with your SDIO/MMC setup (device tree?) or your actual hardware. -- Erik _______________________________________________ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k