Squashed commit of the following:

syscalls/:  Add syscall support for if_nametoindex() and if_indextoname()
    net/: Update some comments.
This commit is contained in:
Gregory Nutt
2018-06-25 12:41:28 -06:00
parent 7c1394d814
commit c65e1aa3df
22 changed files with 735 additions and 239 deletions
-3
View File
@@ -68,9 +68,6 @@
* Returned Value:
* Pointer to default network driver on success; null on failure
*
* Assumptions:
* Called from normal user mode
*
****************************************************************************/
FAR struct net_driver_s *netdev_default(void)