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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5C98CC433EF for ; Thu, 28 Oct 2021 07:32:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 34ACA61037 for ; Thu, 28 Oct 2021 07:32:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229823AbhJ1Heo (ORCPT ); Thu, 28 Oct 2021 03:34:44 -0400 Received: from m43-7.mailgun.net ([69.72.43.7]:44734 "EHLO m43-7.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229640AbhJ1Heo (ORCPT ); Thu, 28 Oct 2021 03:34:44 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1635406337; h=Date: Message-ID: Cc: To: References: In-Reply-To: From: Subject: Content-Transfer-Encoding: MIME-Version: Content-Type: Sender; bh=vDZFU7aNoLVPwXqLYBWvaxkPdbRXXeyxXXfWbZBdcJ8=; b=Vq7M3GUMrJZ7sjv+HJgZ+MRyVkIJptZz38iHwc7ophfbKGef9V3jyPW5BO6SRNIHrV1qGH4e mEhuLlpxiDwBXldDOtU4Fsd+FWZns4va/ydt0CSgaEoDtlcrFhNt7/0oc/k43FDdV6+aWXSK f1J2a41gk9SSXc+QoJibjCuSmHE= X-Mailgun-Sending-Ip: 69.72.43.7 X-Mailgun-Sid: WyI1MzIzYiIsICJsaW51eC1hcm0tbXNtQHZnZXIua2VybmVsLm9yZyIsICJiZTllNGEiXQ== Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n03.prod.us-east-1.postgun.com with SMTP id 617a5201900d71ea1ec9a354 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Thu, 28 Oct 2021 07:32:17 GMT Sender: kvalo=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id D6209C43618; Thu, 28 Oct 2021 07:32:16 +0000 (UTC) Received: from tykki.adurom.net (tynnyri.adurom.net [51.15.11.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: kvalo) by smtp.codeaurora.org (Postfix) with ESMTPSA id BECDEC4338F; Thu, 28 Oct 2021 07:32:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.codeaurora.org BECDEC4338F 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=fail smtp.mailfrom=codeaurora.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH v2 1/2] wcn36xx: switch on antenna diversity feature bit From: Kalle Valo In-Reply-To: <20211025175359.3591048-2-benl@squareup.com> References: <20211025175359.3591048-2-benl@squareup.com> To: Benjamin Li Cc: Bryan O'Donoghue , Loic Poulain , linux-arm-msm@vger.kernel.org, Benjamin Li , "David S. Miller" , Jakub Kicinski , wcn36xx@lists.infradead.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org User-Agent: pwcli/0.1.0-git (https://github.com/kvalo/pwcli/) Python/3.7.3 Message-ID: <163540633052.24978.17040826925100086760.kvalo@codeaurora.org> Date: Thu, 28 Oct 2021 07:32:16 +0000 (UTC) Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Benjamin Li wrote: > The official feature-complete WCN3680B driver (known as prima, open source > but not upstream) sends this feature bit. > > As we wish to support the antenna diversity feature in upstream, we need > to set this bit as well. > > Signed-off-by: Benjamin Li > Signed-off-by: Kalle Valo 2 patches applied to ath-next branch of ath.git, thanks. d8e12f315f81 wcn36xx: switch on antenna diversity feature bit c9a4f2dd4cb2 wcn36xx: add missing 5GHz channels 136 and 144 -- https://patchwork.kernel.org/project/linux-wireless/patch/20211025175359.3591048-2-benl@squareup.com/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches