enable setting the mac address of 802.11 devices

This commit is contained in:
sam 2009-03-28 17:36:56 +00:00
parent 14e3eb7296
commit fdfdc43f6d

View File

@ -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: