svn commit: r190508 - head/sys/net
Sam Leffler
sam at FreeBSD.org
Sat Mar 28 10:36:57 PDT 2009
Author: sam
Date: Sat Mar 28 17:36:56 2009
New Revision: 190508
URL: http://svn.freebsd.org/changeset/base/190508
Log:
enable setting the mac address of 802.11 devices
Modified:
head/sys/net/if.c
Modified: head/sys/net/if.c
==============================================================================
--- head/sys/net/if.c Sat Mar 28 17:20:08 2009 (r190507)
+++ head/sys/net/if.c Sat Mar 28 17:36:56 2009 (r190508)
@@ -2749,6 +2749,7 @@ if_setlladdr(struct ifnet *ifp, const u_
case IFT_BRIDGE:
case IFT_ARCNET:
case IFT_IEEE8023ADLAG:
+ case IFT_IEEE80211:
bcopy(lladdr, LLADDR(sdl), len);
break;
default:
More information about the svn-src-all
mailing list