cvs commit: src/sys/dev/iwi if_iwi.c
John Baldwin
jhb at FreeBSD.org
Tue Nov 7 19:03:43 UTC 2006
jhb 2006-11-07 19:03:42 UTC
FreeBSD src repository
Modified files:
sys/dev/iwi if_iwi.c
Log:
Fix some edge cases in detach (including attach failures):
- Only call iwi_stop() if we got far enough along in iwi_attach() to
alloc an ifnet.
- Release the firmware after stopping the interface and detaching the
ifnet.
MFC after: 1 month
Reviewed by: sam
Revision Changes Path
1.42 +2 -3 src/sys/dev/iwi/if_iwi.c
More information about the cvs-src
mailing list