NET: Misc naming clean-up

This commit is contained in:
Gregory Nutt
2014-07-02 17:23:25 -06:00
parent c22420c3fb
commit 8e9df8ade0
4 changed files with 86 additions and 15 deletions
+2 -2
View File
@@ -1303,7 +1303,7 @@ static void enc_txif(FAR struct enc_driver_s *priv)
wd_cancel(priv->txtimeout);
/* Poll for uip packets */
/* Poll for TX packets from the networking layer */
devif_poll(&priv->dev, enc_txpoll);
}
@@ -1319,7 +1319,7 @@ static void enc_txif(FAR struct enc_driver_s *priv)
* Function: enc_rxldpkt
*
* Description:
* Load packet from the enc's RX buffer to the uip d_buf.
* Load packet from the enc's RX buffer to the driver d_buf.
*
* Parameters:
* priv - Reference to the driver state structure