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
This commit is contained in:
Vevek Venkatesan
2019-07-17 12:18:39 +05:30
committed by nshrivas
parent a46da42b53
commit ad55b14e32
2 changed files with 2 additions and 33 deletions

View File

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