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