Module Name: src Committed By: dyoung Date: Mon Aug 15 18:24:34 UTC 2011
Modified Files: src/sys/dev/ic: wi.c wivar.h Log Message: Use a recursive lock to ensure that only on thread is in wi_ioctl() at one time. It's a recursive lock because sometimes wi_ioctl() recurses through the network stack (ick). To generate a diff of this commit: cvs rdiff -u -r1.234 -r1.235 src/sys/dev/ic/wi.c cvs rdiff -u -r1.64 -r1.65 src/sys/dev/ic/wivar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.