K 10 svn:author V 7 delphij K 8 svn:date V 27 2008-05-26T07:40:14.000000Z K 7 svn:log V 394 We can not call iwn_start directly in the interrupt context, where the iwn mutex is being held, and iwn_start assumes that we do not have that mutex held. Resolve this issue with what we do for other NICs by splitting the iwn_start procedure into two parts, iwn_start() do the locking, and iwn_start_locked() assumes that the mutex is being held. This resolves panic when WITNESS is enabled. END