summaryrefslogtreecommitdiff
path: root/nuttx/net/netdev/netdev_rxnotify.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/netdev/netdev_rxnotify.c')
-rw-r--r--nuttx/net/netdev/netdev_rxnotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/netdev/netdev_rxnotify.c b/nuttx/net/netdev/netdev_rxnotify.c
index c14409c3c..bb8d90368 100644
--- a/nuttx/net/netdev/netdev_rxnotify.c
+++ b/nuttx/net/netdev/netdev_rxnotify.c
@@ -90,7 +90,7 @@
*
****************************************************************************/
-void netdev_rxnotify(const uip_ipaddr_t raddr)
+void netdev_rxnotify(const net_ipaddr_t raddr)
{
/* Find the device driver that serves the subnet of the remote address */