lwIP | Add GRETH/GRETH_GBIT driver (!40)
Kinsey Moore (@opticron)
gitlab at rtems.org
Mon Jun 15 22:29:08 UTC 2026
Kinsey Moore started a new discussion on rtemslwip/greth/greth_lwip.c: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/40#note_152376
> + netif,
> + &ip_addr,
> + &net_mask,
> + &gw_addr,
> + greth_state,
> + greth_init_dev_and_lwip_netif,
> + tcpip_input
> + );
> +
> + if ( netif_tmp == NULL ) {
> + return NETIF_ADD_ERR;
> + }
> +
> + netif_set_default( netif );
> +
> +#if LWIP_NETIF_API
This check is unnecessary as this is guaranteed in the rtems-lwip integration.
--
View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/40#note_152376
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260615/17f2fb79/attachment.htm>
More information about the bugs
mailing list