freebsd-nq/sys/dev/wi
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_wavelan_ieee.h Multi-bss (aka vap) support for 802.11 devices. 2008-04-20 20:35:46 +00:00
if_wi_pccard.c Remove opt_wi.h 2008-08-27 05:39:44 +00:00
if_wi_pci.c Minor tweaks to names and comments now that I understand what's going 2008-08-02 20:45:28 +00:00
if_wi.c Eliminate ic_myaddr so changing the mac address of a device works correctly: 2009-03-29 17:59:14 +00:00
if_wireg.h Minor tweaks to names and comments now that I understand what's going 2008-08-02 20:45:28 +00:00
if_wivar.h Export the hardware type (as number and name), the secondary firmware 2008-07-28 17:00:37 +00:00