freebsd-dev/sys/dev/wi
Robert Watson eb956cd041 Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
IF_ADDR_UNLOCK() across network device drivers when accessing the
per-interface multicast address list, if_multiaddrs.  This will
allow us to change the locking strategy without affecting our driver
programming interface or binary interface.

For two wireless drivers, remove unnecessary locking, since they
don't actually access the multicast address list.

Approved by:	re (kib)
MFC after:	6 weeks
2009-06-26 11:45:06 +00:00
..
if_wavelan_ieee.h Revert last junk... 2009-05-20 22:28:55 +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 Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ 2009-06-26 11:45:06 +00:00
if_wireg.h Overhaul monitor mode handling: 2009-05-20 20:00:40 +00:00
if_wivar.h strict kobj sigs: fix assortment of device_detach and device_shutdown impls 2009-06-11 17:14:28 +00:00