freebsd-skq/sys/dev/wpi
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_wpi.c Eliminate ic_myaddr so changing the mac address of a device works correctly: 2009-03-29 17:59:14 +00:00
if_wpireg.h o) Check that no overrun or CRC errors were encountered in receiving a 2009-03-27 03:17:25 +00:00
if_wpivar.h The beacon miss notification must run without locks held has it calls back into 2008-05-16 04:15:54 +00:00