Author: nbd Date: 2015-12-05 10:52:36 +0100 (Sat, 05 Dec 2015) New Revision: 47784
Modified: trunk/package/kernel/lantiq/ltq-vdsl-mei/Makefile trunk/package/kernel/lantiq/ltq-vdsl-mei/patches/100-compat.patch Log: lantiq: ltq-vdsl-mei: enable vectoring support Dynamic Spectrum Management is a precondition for G.993.5 (VDSL2 vectoring). Signed-off-by: Mathias Kresin <[email protected]> Modified: trunk/package/kernel/lantiq/ltq-vdsl-mei/Makefile =================================================================== --- trunk/package/kernel/lantiq/ltq-vdsl-mei/Makefile 2015-12-05 09:52:30 UTC (rev 47783) +++ trunk/package/kernel/lantiq/ltq-vdsl-mei/Makefile 2015-12-05 09:52:36 UTC (rev 47784) @@ -62,7 +62,7 @@ --enable-error_print \ --enable-ifxos-include="-I$(STAGING_DIR)/usr/include/ifxos/" \ --enable-ifxos-library="-L$(STAGING_DIR)/usr/lib" \ - --enable-add_drv_cflags="-DMEI_SUPPORT_DSM=0 -DMEI_DRV_ATM_PTM_INTERFACE_ENABLE=1 -fno-pic -mlong-calls -O2 -g0" \ + --enable-add_drv_cflags="-DMEI_DRV_ATM_PTM_INTERFACE_ENABLE=1 -fno-pic -mlong-calls -O2 -g0" \ --enable-linux-26 \ --enable-kernelbuild="$(LINUX_DIR)" \ --enable-drv_test_appl=yes \ Modified: trunk/package/kernel/lantiq/ltq-vdsl-mei/patches/100-compat.patch =================================================================== --- trunk/package/kernel/lantiq/ltq-vdsl-mei/patches/100-compat.patch 2015-12-05 09:52:30 UTC (rev 47783) +++ trunk/package/kernel/lantiq/ltq-vdsl-mei/patches/100-compat.patch 2015-12-05 09:52:36 UTC (rev 47784) @@ -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, _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
