freebsd-dev/sys/dev/ipw
Sam Leffler 29aca94080 Eliminate ic_myaddr so changing the mac address of a device works correctly:
o remove ic_myaddr from ieee80211com
o change ieee80211_ifattach to take the mac address of the physical device
  and use that to setup the lladdr.
o replace all references to ic_myaddr in drivers by IF_LLADDR
o related cleanups (e.g. kill dead code)

PR:		kern/133178
Reviewed by:	thompsa, rpaulo
2009-03-29 17:59:14 +00:00
..
if_ipw.c Eliminate ic_myaddr so changing the mac address of a device works correctly: 2009-03-29 17:59:14 +00:00
if_ipwreg.h
if_ipwvar.h Multi-bss (aka vap) support for 802.11 devices. 2008-04-20 20:35:46 +00:00