qcacmn: change qcn9100 to qcn6122 in hif and umac

Change the name of target type qcn9100
to qcn6122 in hif and umac.

Change-Id: Ia473c531a0903fd514dacf645d23bec3886fd719
CRs-Fixed: 2849577
This commit is contained in:
Pavankumar Nandeshwar
2021-01-06 08:02:02 -08:00
gecommit door snandini
bovenliggende d6c9f3ad8a
commit 1adba0a413
16 gewijzigde bestanden met toevoegingen van 66 en 66 verwijderingen

Bestand weergeven

@@ -68,7 +68,7 @@ typedef void *hif_handle_t;
#define HIF_TYPE_QCA6490 22
#define HIF_TYPE_QCA6750 23
#define HIF_TYPE_QCA5018 24
#define HIF_TYPE_QCN9100 25
#define HIF_TYPE_QCN6122 25
#define DMA_COHERENT_MASK_DEFAULT 37

Bestand weergeven

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2016,2018-2020 The Linux Foundation. All rights reserved.
* Copyright (c) 2013-2016,2018-2021 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -46,5 +46,5 @@ extern struct hostdef_s *QCA8074V2_HOSTDEF;
extern struct hostdef_s *QCA6018_HOSTDEF;
extern struct hostdef_s *QCA5018_HOSTDEF;
extern struct hostdef_s *QCN9000_HOSTDEF;
extern struct hostdef_s *QCN9100_HOSTDEF;
extern struct hostdef_s *QCN6122_HOSTDEF;
#endif

Bestand weergeven

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2020 The Linux Foundation. All rights reserved.
* Copyright (c) 2013-2021 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -66,8 +66,8 @@ extern "C" {
#define TARGET_TYPE_QCA5018 29
#endif
#ifndef TARGET_TYPE_QCN9100
#define TARGET_TYPE_QCN9100 30
#ifndef TARGET_TYPE_QCN6122
#define TARGET_TYPE_QCN6122 30
#endif
#ifdef __cplusplus

Bestand weergeven

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2016,2018-2020 The Linux Foundation. All rights reserved.
* Copyright (c) 2013-2016,2018-2021 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -46,7 +46,7 @@ extern struct targetdef_s *QCA8074V2_TARGETDEF;
extern struct targetdef_s *QCA6018_TARGETDEF;
extern struct targetdef_s *QCA5018_TARGETDEF;
extern struct targetdef_s *QCN9000_TARGETDEF;
extern struct targetdef_s *QCN9100_TARGETDEF;
extern struct targetdef_s *QCN6122_TARGETDEF;
extern struct ce_reg_def *AR6002_CE_TARGETdef;
extern struct ce_reg_def *AR6003_CE_TARGETdef;
@@ -69,7 +69,7 @@ extern struct ce_reg_def *QCA8074V2_CE_TARGETDEF;
extern struct ce_reg_def *QCA6018_CE_TARGETDEF;
extern struct ce_reg_def *QCA5018_CE_TARGETDEF;
extern struct ce_reg_def *QCN9000_CE_TARGETDEF;
extern struct ce_reg_def *QCN9100_CE_TARGETDEF;
extern struct ce_reg_def *QCN6122_CE_TARGETDEF;
#endif