Refresh modules + plus minor clean-up from previous commits

This commit is contained in:
Gregory Nutt
2016-02-08 15:13:14 -06:00
parent 166ad58849
commit 68ee9bcaed
5 changed files with 4 additions and 17 deletions
-7
View File
@@ -676,13 +676,6 @@ static int netdev_ifrioctl(FAR struct socket *psock, int cmd,
}
break;
#ifdef CONFIG_NET_ARPIOCTLS
case SIOCSARP: /* Set a ARP mapping */
case SIOCDARP: /* Delete an ARP mapping */
case SIOCGARP: /* Get an ARP mapping */
# error "IOCTL Commands not implemented"
#endif
#ifdef CONFIG_NETDEV_PHY_IOCTL
#ifdef CONFIG_ARCH_PHY_INTERRUPT
case SIOCMIINOTIFY: /* Set up for PHY event notifications */