aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/arping.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/arping.c b/networking/arping.c
index 39dcb7cc2..2b7a43cb6 100644
--- a/networking/arping.c
+++ b/networking/arping.c
@@ -75,7 +75,6 @@ static int send_pack(struct in_addr *src_addr,
75 struct arphdr *ah = (struct arphdr *) buf; 75 struct arphdr *ah = (struct arphdr *) buf;
76 unsigned char *p = (unsigned char *) (ah + 1); 76 unsigned char *p = (unsigned char *) (ah + 1);
77 77
78 ah->ar_hrd = htons(ME->sll_hatype);
79 ah->ar_hrd = htons(ARPHRD_ETHER); 78 ah->ar_hrd = htons(ARPHRD_ETHER);
80 ah->ar_pro = htons(ETH_P_IP); 79 ah->ar_pro = htons(ETH_P_IP);
81 ah->ar_hln = ME->sll_halen; 80 ah->ar_hln = ME->sll_halen;