enable setting the mac address of 802.11 devices
This commit is contained in:
parent
c0b9797aa8
commit
a51f44a7a6
@ -2749,6 +2749,7 @@ if_setlladdr(struct ifnet *ifp, const u_char *lladdr, int len)
|
||||
case IFT_BRIDGE:
|
||||
case IFT_ARCNET:
|
||||
case IFT_IEEE8023ADLAG:
|
||||
case IFT_IEEE80211:
|
||||
bcopy(lladdr, LLADDR(sdl), len);
|
||||
break;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user