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
committed by snandini
parent d6c9f3ad8a
commit 1adba0a413
16 changed files with 66 additions and 66 deletions

View File

@@ -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