NET: More renaming

This commit is contained in:
Gregory Nutt
2014-07-03 17:53:16 -06:00
parent 44988c6ca6
commit 9f5418e5d3
9 changed files with 65 additions and 67 deletions
+2 -2
View File
@@ -82,7 +82,7 @@
* Function: netdev_carrier_on
*
* Description:
* Notifies the uip layer about an available carrier.
* Notifies the networking layer about an available carrier.
* (e.g. a cable was plugged in)
*
* Parameters:
@@ -108,7 +108,7 @@ int netdev_carrier_on(FAR struct net_driver_s *dev)
* Function: netdev_carrier_off
*
* Description:
* Notifies the uip layer about an disappeared carrier.
* Notifies the networking layer about an disappeared carrier.
* (e.g. a cable was unplugged)
*
* Parameters: