aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq/ltq-vdsl-mei/patches/100-compat.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-12-05 09:52:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-12-05 09:52:36 +0000
commitee7f0ec473a66da2e95e168e054d498e26f419bd (patch)
treecfbbe2e85c61d95ba38c708d0a1dcce5700ba079 /package/kernel/lantiq/ltq-vdsl-mei/patches/100-compat.patch
parente82404ce6ce2f2845e745b42218694c3749dec3c (diff)
downloadupstream-ee7f0ec473a66da2e95e168e054d498e26f419bd.tar.gz
upstream-ee7f0ec473a66da2e95e168e054d498e26f419bd.tar.bz2
upstream-ee7f0ec473a66da2e95e168e054d498e26f419bd.zip
lantiq: ltq-vdsl-mei: enable vectoring support
Dynamic Spectrum Management is a precondition for G.993.5 (VDSL2 vectoring). Signed-off-by: Mathias Kresin <openwrt@kresin.me> SVN-Revision: 47784
Diffstat (limited to 'package/kernel/lantiq/ltq-vdsl-mei/patches/100-compat.patch')
-rw-r--r--package/kernel/lantiq/ltq-vdsl-mei/patches/100-compat.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/kernel/lantiq/ltq-vdsl-mei/patches/100-compat.patch b/package/kernel/lantiq/ltq-vdsl-mei/patches/100-compat.patch
index 0273d19850..c401378052 100644
--- a/package/kernel/lantiq/ltq-vdsl-mei/patches/100-compat.patch
+++ b/package/kernel/lantiq/ltq-vdsl-mei/patches/100-compat.patch
@@ -308,3 +308,14 @@
}
IFX_int32_t MEI_PLL_ConfigInit(MEI_DEV_T *pMeiDev)
+--- a/src/drv_mei_cpe_dsm.c
++++ b/src/drv_mei_cpe_dsm.c
+@@ -138,7 +138,7 @@ IFX_void_t MEI_VRX_DSM_DataInit(MEI_DEV_
+ memset((IFX_uint8_t *)&pMeiDev->firmwareFeatures, 0x00, sizeof(IOCTL_MEI_firmwareFeatures_t));
+ pMeiDev->meiFwDlCount = 0;
+
+- pMeiDev->meiERBbuf.pCallBackFunc = mei_dsm_cb_func_hook;
++ pMeiDev->meiERBbuf.pCallBackFunc = NULL;
+
+ PRN_DBG_USR_NL( MEI_DRV, MEI_DRV_PRN_LEVEL_NORMAL,
+ ("MEI_DRV: PP callback function addr = 0x%08X" MEI_DRV_CRLF,