From 9ded5b25e4936008603ec842e3121e95a061a6b1 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 25 Nov 2010 20:55:46 +0000 Subject: uip_arp_ipin needs a struct uip_driver_s as an input git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3132 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/drivers/net/skeleton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/drivers/net/skeleton.c') diff --git a/nuttx/drivers/net/skeleton.c b/nuttx/drivers/net/skeleton.c index 991500710..ec9877bd5 100644 --- a/nuttx/drivers/net/skeleton.c +++ b/nuttx/drivers/net/skeleton.c @@ -264,7 +264,7 @@ static void skel_receive(FAR struct skel_driver_s *skel) if (BUF->type == HTONS(UIP_ETHTYPE_IP)) #endif { - uip_arp_ipin(); + uip_arp_ipin(&skel->sk_dev); uip_input(&skel->sk_dev); /* If the above function invocation resulted in data that should be -- cgit v1.2.3