summaryrefslogtreecommitdiff
path: root/nuttx/drivers/net/skeleton.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-25 20:55:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-25 20:55:46 +0000
commit9ded5b25e4936008603ec842e3121e95a061a6b1 (patch)
tree8c5cb8b592e2f3865588a4f917010c3d5c05e4bb /nuttx/drivers/net/skeleton.c
parentbc2bd8db0a30ec061da8bbe6f2cb66ba1f18823a (diff)
downloadpx4-nuttx-9ded5b25e4936008603ec842e3121e95a061a6b1.tar.gz
px4-nuttx-9ded5b25e4936008603ec842e3121e95a061a6b1.tar.bz2
px4-nuttx-9ded5b25e4936008603ec842e3121e95a061a6b1.zip
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
Diffstat (limited to 'nuttx/drivers/net/skeleton.c')
-rw-r--r--nuttx/drivers/net/skeleton.c2
1 files changed, 1 insertions, 1 deletions
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