mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +08:00
net: netdev: Fix netdev_vioctl()
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
4301682fbc
commit
75a8883f07
@@ -1759,7 +1759,7 @@ int netdev_vioctl(int sockfd, int cmd, va_list ap)
|
|||||||
{
|
{
|
||||||
FAR struct socket *psock = sockfd_socket(sockfd);
|
FAR struct socket *psock = sockfd_socket(sockfd);
|
||||||
|
|
||||||
return psock_ioctl(psock, cmd, ap);
|
return psock_vioctl(psock, cmd, ap);
|
||||||
}
|
}
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user