From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 02589C432C0 for ; Mon, 25 Nov 2019 11:56:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CEF892075C for ; Mon, 25 Nov 2019 11:56:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="key not found in DNS" (0-bit key) header.d=codeaurora.org header.i=@codeaurora.org header.b="TQgEbxnx"; dkim=pass (1024-bit key) header.d=amazonses.com header.i=@amazonses.com header.b="RDpZ1odt" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725868AbfKYL4S (ORCPT ); Mon, 25 Nov 2019 06:56:18 -0500 Received: from a27-56.smtp-out.us-west-2.amazonses.com ([54.240.27.56]:58124 "EHLO a27-56.smtp-out.us-west-2.amazonses.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725828AbfKYL4S (ORCPT ); Mon, 25 Nov 2019 06:56:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=zsmsymrwgfyinv5wlfyidntwsjeeldzt; d=codeaurora.org; t=1574682977; h=Content-Type:MIME-Version:Content-Transfer-Encoding:Subject:From:In-Reply-To:References:To:Cc:Message-Id:Date; bh=cTtwrlGNTkiAUYkuNC9OPAuoAAZBBpmDBW6s3hPB4Xw=; b=TQgEbxnxfaaVpJyfKq/1UJLhvAiHYuIVctLugJHTOIsQMS0e7tIULhu1EGH3D6n8 OKQ2I0jQ8yAeK7cEgBojIaB51ipGu5eqH2srgQBXYqkkJp1JktzJ4nKtfvqez16oMnq ma6wPbEKGqUpwyIJyg/5LS07sBg1nNeBjKVBrmg0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1574682977; h=Content-Type:MIME-Version:Content-Transfer-Encoding:Subject:From:In-Reply-To:References:To:Cc:Message-Id:Date:Feedback-ID; bh=cTtwrlGNTkiAUYkuNC9OPAuoAAZBBpmDBW6s3hPB4Xw=; b=RDpZ1odtrzeBcvyiVgRueZAKUg8Ohpxppv4HOs4Me3dBv/hNzWmJIVZLtGCVSaAO AQmr6yfNOvjSuknunWRk5u7NJpJ3BHtiuRYAKP8SGSp2McXHF9eqzAZtOlbf9bLWhg9 QZGQ+T1otQRCUtBJopRGW+H+o/ZZR124sjYeHaJM= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 958EEC43383 Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=none smtp.mailfrom=kvalo@codeaurora.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH] ath10k: Handle when FW doesn't support QMI_WLFW_HOST_CAP_REQ_V01 From: Kalle Valo In-Reply-To: <20191106233130.2169-1-jeffrey.l.hugo@gmail.com> References: <20191106233130.2169-1-jeffrey.l.hugo@gmail.com> To: Jeffrey Hugo Cc: davem@davemloft.net, ath10k@lists.infradead.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Jeffrey Hugo User-Agent: pwcli/0.0.0-git (https://github.com/kvalo/pwcli/) Python/2.7.12 Message-ID: <0101016ea26b635d-ed1f7406-4ae3-411f-8b1d-47a1a5cc2dd5-000000@us-west-2.amazonses.com> Date: Mon, 25 Nov 2019 11:56:17 +0000 X-SES-Outgoing: 2019.11.25-54.240.27.56 Feedback-ID: 1.us-west-2.CZuq2qbDmUIuT3qdvXlRHZZCpfZqZ4GtG9v3VKgRyF0=:AmazonSES Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Jeffrey Hugo wrote: > Firmware with the build id QC_IMAGE_VERSION_STRING=WLAN.HL.1.0.2-XXXX does > not support the QMI_WLFW_HOST_CAP_REQ_V01 message and will return the > QMI not supported error to the ath10k driver. Since not supporting this > message is not fatal to the firmware nor the ath10k driver, lets catch > this particular scenario and ignore it so that we can still bring up > wifi services successfully. > > Signed-off-by: Jeffrey Hugo > Signed-off-by: Kalle Valo Patch applied to ath-next branch of ath.git, thanks. 501d4152b018 ath10k: Handle when FW doesn't support QMI_WLFW_HOST_CAP_REQ_V01 -- https://patchwork.kernel.org/patch/11231343/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches