summaryrefslogtreecommitdiff
path: root/nuttx/net/netdev_ioctl.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-07-13 03:43:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-07-13 03:43:06 +0000
commit7569e53f92cc6c313c8642a8cc53dfacea63382b (patch)
tree50917f724a6a70b33050502c1b4bc395528fd460 /nuttx/net/netdev_ioctl.c
parent35a4b3030e7548e6aace209ef8e92a5e2b495d1e (diff)
downloadpx4-nuttx-7569e53f92cc6c313c8642a8cc53dfacea63382b.tar.gz
px4-nuttx-7569e53f92cc6c313c8642a8cc53dfacea63382b.tar.bz2
px4-nuttx-7569e53f92cc6c313c8642a8cc53dfacea63382b.zip
IGMP debug fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2791 42af7a65-404d-4744-a932-0658087f49c3
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.
*/