Rename many functions in net/devif from uip_* to devif_*

This commit is contained in:
Gregory Nutt
2014-06-28 18:36:09 -06:00
parent 5790c94ba3
commit 8e706eb4ff
29 changed files with 94 additions and 92 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ uint16_t udp_callback(FAR struct net_driver_s *dev,
{
/* Perform the callback */
flags = uip_callbackexecute(dev, conn, flags, conn->list);
flags = devif_callback_execute(dev, conn, flags, conn->list);
}
return flags;