Clean-up packet socket naming

This commit is contained in:
Gregory Nutt
2014-06-25 10:34:52 -06:00
parent 57383ea2f3
commit ff97ad1245
+1 -1
View File
@@ -1595,7 +1595,7 @@ static void stm32_receive(FAR struct stm32_ethmac_s *priv)
#ifdef CONFIG_NET_PKT
/* When packet sockets are enabled, feed the frame into the packet tap */
uip_pktinput(&priv->dev);
pkt_input(&priv->dev);
#endif
/* Check if the packet is a valid size for the uIP buffer configuration