summaryrefslogtreecommitdiff
path: root/nuttx/net/netdev_ioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/netdev_ioctl.c')
-rw-r--r--nuttx/net/netdev_ioctl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/net/netdev_ioctl.c b/nuttx/net/netdev_ioctl.c
index b5828ed3f..d4be2b64a 100644
--- a/nuttx/net/netdev_ioctl.c
+++ b/nuttx/net/netdev_ioctl.c
@@ -158,6 +158,8 @@ static int netdev_ifrioctl(FAR struct socket *psock, int cmd, struct ifreq *req)
FAR struct uip_driver_s *dev;
int ret = OK;
+ nvdbg("cmd: %d\n", cmd);
+
/* Find the network device associated with the device name
* in the request data.
*/
@@ -268,6 +270,8 @@ static int netdev_imsfioctl(FAR struct socket *psock, int cmd, struct ip_msfilte
FAR struct uip_driver_s *dev;
int ret = OK;
+ nvdbg("cmd: %d\n", cmd);
+
/* Find the network device associated with the device name
* in the request data.
*/