freebsd-dev/sys/dev/if_ndis
Coleman Kane 093d7be50e Fix a mutex LOR introduced by the conversion of if_ndis from spinlocks to
mutexes and replacing the obsolete if_watchdog interface. The ndis_ticktask
function calls into ieee80211_new_state under one condition with NDIS_LOCK
held. The ieee80211_new_state would call into ndis_start in some cases too,
resulting in the occasional case where ndis_start acquires NDIS_LOCK from
inside the NDIS_LOCK held by ndis_ticktask.

Obtained from:	Paul B. Mahol <onemda@gmail.com>
MFC after:	1 week
2008-07-09 00:10:55 +00:00
..
if_ndis_pccard.c
if_ndis_pci.c
if_ndis_usb.c
if_ndis.c Fix a mutex LOR introduced by the conversion of if_ndis from spinlocks to 2008-07-09 00:10:55 +00:00
if_ndisvar.h Convert ndis_spinlock to ndis_mtx and start using the sleepable 2008-06-11 13:40:15 +00:00