Networking: Remove bogus references to PPP as a link layer protocol

This commit is contained in:
Gregory Nutt
2015-08-24 08:29:07 -06:00
parent 3743d3d84a
commit 569ff602ea
3 changed files with 5 additions and 14 deletions
+1 -2
View File
@@ -77,7 +77,6 @@ enum net_lltype_e
{
NET_LL_ETHERNET = 0, /* Ethernet */
NET_LL_SLIP, /* Serial Line Internet Protocol (SLIP) */
NET_LL_PPP, /* Point-to-Point Protocol (PPP) */
NET_LL_TUN, /* TUN Virtual Network Device */
};
@@ -1078,7 +1077,7 @@ int net_vfcntl(int sockfd, int cmd, va_list ap);
*
* Parameters:
* dev - The device driver structure to be registered.
* lltype - Link level protocol used by the driver (Ethernet, SLIP, PPP, ...
* lltype - Link level protocol used by the driver (Ethernet, SLIP, TUN, ...
*
* Returned Value:
* 0:Success; negated errno on failure