mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-25 22:46:15 +00:00
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>
13 lines
412 B
Diff
13 lines
412 B
Diff
--- a/src/drv_mei_cpe_api_atm_ptm_intern.c
|
|
+++ b/src/drv_mei_cpe_api_atm_ptm_intern.c
|
|
@@ -152,6 +152,9 @@ IFX_int32_t MEI_InternalXtmSwhowtimeExit
|
|
/* Get line number*/
|
|
dslLineNum = pMeiDynCntrl->pMeiDev->meiDrvCntrl.dslLineNum;
|
|
|
|
+ g_tx_link_rate[dslLineNum][0] = 0;
|
|
+ g_tx_link_rate[dslLineNum][1] = 0;
|
|
+
|
|
#ifdef PPA_SUPPORTS_CALLBACKS
|
|
/* get NULL or function pointer */
|
|
mei_showtime_exit =
|