mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
Rename NET_LL_MTU to NET_DEV_MTU; rename d_llmtu to d_mtu
This commit is contained in:
@@ -319,7 +319,7 @@ static int netdev_ifrioctl(FAR struct socket *psock, int cmd,
|
||||
dev = netdev_ifrdev(req);
|
||||
if (dev)
|
||||
{
|
||||
req->ifr_mtu = NET_LL_MTU(dev);
|
||||
req->ifr_mtu = NET_DEV_MTU(dev);
|
||||
ret = OK;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user