Explorar el Código

qcacmn: Change value of MOB_DRV_LEGACY_DP macro

Original value of MOB_DRV_LEGACY_DP of 0xffff is colliding
with value of QCA8074_DEVICE_ID macro which is for Hawkeye
platform due to which soc context is not getting allocated
for legacy platforms.

Change the value of MOB_DRV_LEGACY_DP to 0xdeed.

Change-Id: I73325fef287d0a3fa0ce145957a70d20b60e12e0
CRs-Fixed: 1106160
Himanshu Agarwal hace 8 años
padre
commit
f064db935d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dp/inc/cdp_txrx_cmn_reg.h

+ 1 - 1
dp/inc/cdp_txrx_cmn_reg.h

@@ -26,7 +26,7 @@
 
 #include "hif_main.h"
 
-#define MOB_DRV_LEGACY_DP	0xffff/*FIXME Add MCL device IDs */
+#define MOB_DRV_LEGACY_DP	0xdeed/*FIXME Add MCL device IDs */
 #define LITHIUM_DP		0xfffe/*FIXME Add Litium device ID */
 /* Use these device IDs for attach in future */