blob: 993c52090f07eff1247cdded6e52b5a0e52b1f66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
http://git.musl-libc.org/cgit/musl/commit/include/net/if_arp.h?id=2607e39a04b50b8072227db1e08542d6659b927f
--- ./device-linux.c.orig
+++ ./device-linux.c
@@ -371,8 +371,8 @@
case ARPHRD_IEEE802154:
rc = "ARPHRD_IEEE802154";
break;
- case ARPHRD_IEEE802154_PHY:
- rc = "ARPHRD_IEEE802154_PHY";
+ case ARPHRD_IEEE802154_MONITOR:
+ rc = "ARPHRD_IEEE802154_MONITOR";
break;
case ARPHRD_VOID:
rc = "ARPHRD_VOID";
|