svn commit: r190508 - head/sys/net

[ Available lists | Index of svn-src-all | Month of Mar 2009 | Week of 28 Mar 2009 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Sam Leffler <sam@FreeBSD.org>
Date
28 Mar 2009 17:36:56
Subject
svn commit: r190508 - head/sys/net
Message-ID
200903281736.n2SHauPE008442@svn.freebsd.org


[ Hide this part ]
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:


Elapsed time: 0.058 seconds