From c10a6f9414be8cf967d5486608779c28eecc27f8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 30 Jun 2014 18:11:17 -0600 Subject: Rename uip_input to devif_input --- misc/drivers/rtl8187x/rtl8187x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/drivers/rtl8187x/rtl8187x.c b/misc/drivers/rtl8187x/rtl8187x.c index d056a7750..81bd40a22 100644 --- a/misc/drivers/rtl8187x/rtl8187x.c +++ b/misc/drivers/rtl8187x/rtl8187x.c @@ -2242,7 +2242,7 @@ static inline void rtl8187x_rxdispatch(FAR struct rtl8187x_state_s *priv, { RTL8187X_STATS(priv, rxippackets); arp_ipin(&priv->ethdev); - uip_input(&priv->ethdev); + devif_input(&priv->ethdev); /* If the above function invocation resulted in data that should be * sent out on the network, the field d_len will set to a value > 0. -- cgit v1.2.3