freebsd-dev/sys/dev/wpi
Benjamin Close 8b92cdc94c Fix up a race condition with the callout_stop method in newstate.
The call should happen with the driver lock held. We don't hold the driver
lock in newstate as it's a separate thread where we can't sleep (and we only
call wpi_cmd in async mode).

Discovered By: Attillo's callout rework
Approved By: mlaier (comentor)
2007-11-27 09:09:09 +00:00
..
if_wpi.c Fix up a race condition with the callout_stop method in newstate. 2007-11-27 09:09:09 +00:00
if_wpireg.h Handle missed beacons correctly 2007-11-27 08:58:32 +00:00
if_wpivar.h