We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190cde1 commit 45cde66Copy full SHA for 45cde66
drivers/ethernet/nxp_imx_netc/eth_nxp_imx_netc.c
@@ -314,6 +314,7 @@ int netc_eth_init_common(const struct device *dev)
314
ep_config.si = config->si_idx;
315
ep_config.siConfig.txRingUse = 1;
316
ep_config.siConfig.rxRingUse = 1;
317
+ ep_config.siConfig.vlanCtrl = kNETC_ENETC_StanCVlan | kNETC_ENETC_StanSVlan;
318
ep_config.userData = data;
319
ep_config.reclaimCallback = NULL;
320
ep_config.msixEntry = &msix_entry[0];
0 commit comments