forked from Openwrt/openwrt
bc442076f2
This uses version 1.11.1 of the drv_mei_cpe package from the Intel UGW 8.5.2.10 for the VRX518. Signed-off-by: Martin Schiller <ms.3headeddevs@gmail.com> [updated for kernel 5.10] Signed-off-by: Jan Hoffmann <jan@3e8.eu> [update to 1.11.1, switch to tag tarball, update patches] Signed-off-by: Andre Heider <a.heider@gmail.com> [update for kernel 5.15] Signed-off-by: Jan Hoffmann <jan@3e8.eu> Signed-off-by: Andre Heider <a.heider@gmail.com>
21 lines
742 B
Diff
21 lines
742 B
Diff
--- a/src/drv_mei_cpe_dbg_driver.c
|
|
+++ b/src/drv_mei_cpe_dbg_driver.c
|
|
@@ -309,7 +309,7 @@ MEI_STATIC IFX_void_t MEI_DbgMsgDumpLogW
|
|
IFX_int32_t i;
|
|
unsigned short paylSize;
|
|
union {IFX_uint8_t d8[2]; IFX_uint16_t d16;} temp16;
|
|
- union {IFX_uint8_t d8[4]; IFX_uint16_t d32;} temp32;
|
|
+ union {IFX_uint8_t d8[4]; IFX_uint32_t d32;} temp32;
|
|
|
|
MEI_DbgMsgDumpLogLabel(pCmvMsg, fctOpCode);
|
|
|
|
@@ -368,7 +368,7 @@ MEI_STATIC IFX_void_t MEI_DbgMsgDumpTrcW
|
|
IFX_int32_t i;
|
|
unsigned short paylSize;
|
|
union {IFX_uint8_t d8[2]; IFX_uint16_t d16;} temp16;
|
|
- union {IFX_uint8_t d8[4]; IFX_uint16_t d32;} temp32;
|
|
+ union {IFX_uint8_t d8[4]; IFX_uint32_t d32;} temp32;
|
|
|
|
MEI_DbgMsgDumpTraceLabel(pCmvMsg, fctOpCode);
|
|
|