Bladeren bron

qcacmn: converge target type defines for both MCL and WIN

Converge definitions of target types for both MCL and WIN.

Change-Id: I501d39ff5989747ddd22b08cb390bb4601c5dd0b
CRs-Fixed: 2484512
Vevek Venkatesan 5 jaren geleden
bovenliggende
commit
ad55b14e32
2 gewijzigde bestanden met toevoegingen van 2 en 33 verwijderingen
  1. 2 25
      hif/inc/target_type.h
  2. 0 8
      target_if/core/inc/target_if.h

+ 2 - 25
hif/inc/target_type.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013-2018 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013-2019 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
@@ -24,35 +24,12 @@ extern "C" {
 #endif /* __cplusplus */
 
 /* Header files */
+#include "bmi_msg.h"
 
 /* TARGET definition needs to be abstracted in fw common
  * header files, below is the placeholder till WIN codebase
  * moved to latest copy of fw common header files.
  */
-#ifdef CONFIG_WIN
-#define TARGET_TYPE_UNKNOWN   0
-#define TARGET_TYPE_AR6001    1
-#define TARGET_TYPE_AR6002    2
-#define TARGET_TYPE_AR6003    3
-#define TARGET_TYPE_AR6004    5
-#define TARGET_TYPE_AR6006    6
-#define TARGET_TYPE_AR9888    7
-#define TARGET_TYPE_AR900B    9
-#define TARGET_TYPE_QCA9984   10
-#define TARGET_TYPE_IPQ4019   11
-#define TARGET_TYPE_QCA9888   12
-/* For attach Peregrine 2.0 board target_reg_tbl only */
-#define TARGET_TYPE_AR9888V2  13
-/* For attach Rome1.0 target_reg_tbl only*/
-#define TARGET_TYPE_AR6320V1    14
-/* For Rome2.0/2.1 target_reg_tbl ID*/
-#define TARGET_TYPE_AR6320V2    15
-/* For Rome3.0 target_reg_tbl ID*/
-#define TARGET_TYPE_AR6320V3    16
-/* For Tufello1.0 target_reg_tbl ID*/
-#define TARGET_TYPE_QCA9377V1   17
-#endif /* CONFIG_WIN */
-#define TARGET_TYPE_AR6320    8
 /* For Adrastea target */
 #define TARGET_TYPE_ADRASTEA  19
 #ifndef TARGET_TYPE_QCA8074

+ 0 - 8
target_if/core/inc/target_if.h

@@ -64,14 +64,6 @@
 #define targetif_nofl_debug(params...) \
 	QDF_TRACE_DEBUG_NO_FL(QDF_MODULE_ID_TARGET_IF, params)
 
-#ifdef CONFIG_MCL
-#define TARGET_TYPE_AR900B    9  /* Beeliner */
-#define TARGET_TYPE_QCA9984   15 /* cascade */
-#define TARGET_TYPE_IPQ4019   16 /* dakota */
-#define TARGET_TYPE_QCA9888   17 /* besra */
-#define TARGET_TYPE_AR9888    7  /* Peregrine */
-#endif
-
 typedef struct wlan_objmgr_psoc *(*get_psoc_handle_callback)(
 			void *scn_handle);