summaryrefslogtreecommitdiffstats
path: root/sys/dev/re/if_re.c
diff options
context:
space:
mode:
authorcokane <cokane@FreeBSD.org>2008-07-09 00:10:55 +0000
committercokane <cokane@FreeBSD.org>2008-07-09 00:10:55 +0000
commit798aa25682441d77c93888a4e20d5084742fa74d (patch)
tree45e782aed1aff8cd47ef7c7e38108c10365006e9 /sys/dev/re/if_re.c
parente80b338f3b688d4192426fc44dd65e3d065dd500 (diff)
downloadFreeBSD-src-798aa25682441d77c93888a4e20d5084742fa74d.zip
FreeBSD-src-798aa25682441d77c93888a4e20d5084742fa74d.tar.gz
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
Diffstat (limited to 'sys/dev/re/if_re.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud