diff options
Diffstat (limited to 'src/net/arp.c')
-rw-r--r-- | src/net/arp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/arp.c b/src/net/arp.c index 8bc83958a..124a856eb 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; |