From: Aaradhana Sahu <quic_aarasahu@quicinc.com>
To: Jeff Johnson <jeff.johnson@oss.qualcomm.com>,
<ath12k@lists.infradead.org>
Cc: <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH v6 1/5] wifi: ath: create common testmode_i.h file for ath drivers
Date: Fri, 10 Jan 2025 11:28:27 +0530 [thread overview]
Message-ID: <3fcec012-49cc-4408-9f9b-a4eadd253c8d@quicinc.com> (raw)
In-Reply-To: <70242ecc-c353-4973-bc04-e85b89a1aabb@oss.qualcomm.com>
On 1/10/2025 2:23 AM, Jeff Johnson wrote:
> On 1/9/2025 10:35 AM, Aaradhana Sahu wrote:
>> User space application requires that the testmode interface
>> is exactly same between ath drivers. Move testmode_i.h file
>> in ath directory to ensure that all ath driver uses same testmode
>> interface instead of duplicating testmode_i.h for each ath drivers.
>>
>> Tested-on: IPQ8074 hw2.0 AHB WLAN.HK.2.7.0.1-01744-QCAHKSWPL_SILICONZ-1
>> Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.3.1-00173-QCAHKSWPL_SILICONZ-1
>>
>> Signed-off-by: Aaradhana Sahu <quic_aarasahu@quicinc.com>
>> ---
>> drivers/net/wireless/ath/ath11k/testmode.c | 80 +++++++++----------
>> .../wireless/ath/{ath11k => }/testmode_i.h | 54 ++++++-------
>> 2 files changed, 67 insertions(+), 67 deletions(-)
>> rename drivers/net/wireless/ath/{ath11k => }/testmode_i.h (50%)
>>
>> diff --git a/drivers/net/wireless/ath/ath11k/testmode.c b/drivers/net/wireless/ath/ath11k/testmode.c
>> index 302d66092b97..9d1613723601 100644
>> --- a/drivers/net/wireless/ath/ath11k/testmode.c
>> +++ b/drivers/net/wireless/ath/ath11k/testmode.c
>> @@ -1,7 +1,7 @@
>> // SPDX-License-Identifier: BSD-3-Clause-Clear
>> /*
>> * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
>> - * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
>> + * Copyright (c) 2023, 2025 Qualcomm Innovation Center, Inc. All rights reserved.
>
> should be 2023-2025 to account for the patches posted but not merged in 2024
>
Sure, will address in the next version.
>> diff --git a/drivers/net/wireless/ath/ath11k/testmode_i.h b/drivers/net/wireless/ath/testmode_i.h
>> similarity index 50%
>> rename from drivers/net/wireless/ath/ath11k/testmode_i.h
>> rename to drivers/net/wireless/ath/testmode_i.h
>> index 91b83873d660..b8fa5092e6ca 100644
>> --- a/drivers/net/wireless/ath/ath11k/testmode_i.h
>> +++ b/drivers/net/wireless/ath/testmode_i.h
>> @@ -1,59 +1,59 @@
>> /* SPDX-License-Identifier: BSD-3-Clause-Clear */
>> /*
>> * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
>> - * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
>> + * Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
>
> should be 2023-2025 for the same reason
>
Sure, will address in the next version.
>
next prev parent reply other threads:[~2025-01-10 5:58 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-09 18:35 [PATCH v6 0/5] wifi: ath12k: Factory test mode support Aaradhana Sahu
2025-01-09 18:35 ` [PATCH v6 1/5] wifi: ath: create common testmode_i.h file for ath drivers Aaradhana Sahu
2025-01-09 20:53 ` Jeff Johnson
2025-01-10 5:58 ` Aaradhana Sahu [this message]
2025-01-09 18:35 ` [PATCH v6 2/5] wifi: ath12k: export ath12k_wmi_tlv_hdr for testmode Aaradhana Sahu
2025-01-09 18:35 ` [PATCH v6 3/5] wifi: ath12k: add factory test mode support Aaradhana Sahu
2025-01-09 18:35 ` [PATCH v6 4/5] wifi: ath12k: Fill pdev id for fw test cmd Aaradhana Sahu
2025-01-09 18:35 ` [PATCH v6 5/5] wifi: ath12k: Disable MLO in Factory Test Mode Aaradhana Sahu
2025-01-09 21:00 ` Jeff Johnson
2025-01-10 5:58 ` Aaradhana Sahu
2025-01-10 4:59 ` Aditya Kumar Singh
2025-01-10 5:59 ` Aaradhana Sahu
2025-01-09 21:02 ` [PATCH v6 0/5] wifi: ath12k: Factory test mode support Jeff Johnson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3fcec012-49cc-4408-9f9b-a4eadd253c8d@quicinc.com \
--to=quic_aarasahu@quicinc.com \
--cc=ath12k@lists.infradead.org \
--cc=jeff.johnson@oss.qualcomm.com \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox