URTWN_NT_LOCK
#define URTWN_NT_LOCK(sc) lockmgr(&(sc)->nt_mtx, LK_EXCLUSIVE)
#define URTWN_NT_LOCK(sc) mtx_lock(&(sc)->nt_mtx)