mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
drivers/net/lan91c111.c: Change loopback_out to devif_loopback
This commit is contained in:
@@ -547,7 +547,7 @@ static int lan91c111_txpoll(FAR struct net_driver_s *dev)
|
|||||||
}
|
}
|
||||||
#endif /* CONFIG_NET_IPv6 */
|
#endif /* CONFIG_NET_IPv6 */
|
||||||
|
|
||||||
if (!loopback_out(dev))
|
if (!devif_loopback(dev))
|
||||||
{
|
{
|
||||||
/* Send the packet */
|
/* Send the packet */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user