--- zzzz-none-000/linux-5.4.213/net/atm/mpc.c 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/net/atm/mpc.c 2024-05-29 11:20:02.000000000 +0000 @@ -34,7 +34,7 @@ #include "lec.h" #include "mpc.h" #include "resources.h" - +#include "common.h" /* * mpc.c: Implementation of MPOA client kernel part */ @@ -644,6 +644,10 @@ vcc->proto_data = mpc->dev; vcc->push = mpc_push; +#if IS_ENABLED(CONFIG_ATM_MPOA_INTEL_DSL_PHY_SUPPORT) + if (atm_hook_mpoa_setup) /* IPoA, LLC */ + atm_hook_mpoa_setup(vcc, 3, 1, mpc->dev); +#endif return 0; }