Message ID | 20240617052903.2720292-1-quic_aarasahu@quicinc.com |
---|---|
Headers | show |
Series | wifi: ath12k: Factory test mode support | expand |
On 6/16/2024 10:29 PM, 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.1.1-00210-QCAHKSWPL_SILICONZ-1 > > Signed-off-by: Aaradhana Sahu <quic_aarasahu@quicinc.com> > --- > drivers/net/wireless/ath/ath11k/testmode.c | 78 +++++++++---------- > .../wireless/ath/{ath11k => }/testmode_i.h | 54 ++++++------- > 2 files changed, 66 insertions(+), 66 deletions(-) > rename drivers/net/wireless/ath/{ath11k => }/testmode_i.h (50%) > ... > 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..ac852642bde1 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) 2024 Qualcomm Innovation Center, Inc. All rights reserved. this should be * Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved. > */
On 6/18/2024 3:09 AM, Jeff Johnson wrote: > On 6/16/2024 10:29 PM, 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.1.1-00210-QCAHKSWPL_SILICONZ-1 >> >> Signed-off-by: Aaradhana Sahu <quic_aarasahu@quicinc.com> >> --- >> drivers/net/wireless/ath/ath11k/testmode.c | 78 +++++++++---------- >> .../wireless/ath/{ath11k => }/testmode_i.h | 54 ++++++------- >> 2 files changed, 66 insertions(+), 66 deletions(-) >> rename drivers/net/wireless/ath/{ath11k => }/testmode_i.h (50%) >> > ... >> 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..ac852642bde1 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) 2024 Qualcomm Innovation Center, Inc. All rights reserved. > > this should be > * Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved. > >> */ > Sure, will update in the next version.