mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 07:55:21 -04:00
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. |
||
|---|---|---|
| .. | ||
| if_iwn.c | ||
| if_iwnreg.h | ||
| if_iwnvar.h | ||