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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 56A00C6FD19 for ; Mon, 13 Mar 2023 12:21:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229568AbjCMMVX (ORCPT ); Mon, 13 Mar 2023 08:21:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40564 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229543AbjCMMVV (ORCPT ); Mon, 13 Mar 2023 08:21:21 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F011351FA8 for ; Mon, 13 Mar 2023 05:21:13 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 47926CE1048 for ; Mon, 13 Mar 2023 12:21:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 22855C433D2; Mon, 13 Mar 2023 12:21:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678710069; bh=JgDvYzN6YxVum9eHZ/d+wPLy0NmyaZFS6qgpGnpgco4=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=KJge0beXo2uL/yrcI8ua9XHPjDY1TJdyegpdrGH4RuBV8hPk2X3Meos5ulorbqQIm 5QNA9FdRJ1BH5utGkoANI1AHJ3QZlM2acsTK01xhvWkk/GeiYiadv2HXIVmFEukAOD F6/xf5JotXimwtzVK4S/FzcTiF3QgsBc6q/iuxj5+0C0i3ivLAkfvUseaHYusqslGO 1EyhaquQfjs/kp6xGdaUzpi+qH3w+bmxodvF7CsEQpwcgTdc5P4ncoxq744bY1oGj6 zIeNfzQqlbzpt79MHNBxtUhTJRRlkuqFspfdYG6vu0eYD05SSt825Jf63ikQzwEOJE fZFDXF9WjrI6w== From: Kalle Valo To: Raj Kumar Bhagat Cc: , Subject: Re: [PATCH 0/2] ath11k: factory test mode support References: <20230213130854.2473-1-quic_rajkbhag@quicinc.com> Date: Mon, 13 Mar 2023 14:21:07 +0200 In-Reply-To: <20230213130854.2473-1-quic_rajkbhag@quicinc.com> (Raj Kumar Bhagat's message of "Mon, 13 Feb 2023 18:38:52 +0530") Message-ID: <87edpson9o.fsf@kernel.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Raj Kumar Bhagat writes: > Device is booted in factory test mode to calibrate the board. > The commands are sent from a userspace application, which is > sent to firmware using wmi commands. Firmware will send the > response back to the application which stores the calibration > data in caldata.bin file. This file will be loaded when the > device boots up normally next time. > > Govindaraj Saminathan (1): > wifi: ath11k: factory test mode support > > Sowmiya Sree Elavalagan (1): > wifi: ath11k: Allow ath11k to boot without caldata in ftm mode While reviewing the patches I made quite a few style cleanup to patches (too many to list): https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/commit/?h=master-pending&id=4a5ca29c396ace5c46b208a8c15a3ba53eabaddd https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/commit/?h=master-pending&id=ba74c7478f5d15ce38e609b9ad4810db7511a3dd I only compile tested them. Please use these as the baseline for v2. -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches