summaryrefslogtreecommitdiffstats
path: root/src/net/arp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/arp.c')
-rw-r--r--src/net/arp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/arp.c b/src/net/arp.c
index 8bc83958..124a856e 100644
--- a/src/net/arp.c
+++ b/src/net/arp.c
@@ -156,7 +156,7 @@ int arp_resolve ( struct net_device *netdev, struct net_protocol *net_protocol,
/* Transmit ARP request */
if ( ( rc = net_tx ( iobuf, netdev, &arp_protocol,
- ll_protocol->ll_broadcast ) ) != 0 )
+ netdev->ll_broadcast ) ) != 0 )
return rc;
return -ENOENT;