CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/05/05 13:47:43
Modified files:
sys/dev/pci : if_iwn.c if_iwnvar.h
Log message:
Prevent a process from entering iwn_ioctl while another process is
tsleep'ing (for example waiting for the firmware to become alive)
in iwn_init.
I believe this might fix a crash reported by dhill@
This is a temporary fix until I find something better that I will
apply to my other drivers that can tsleep in if_init (wpi, run etc...)
