URTWN_NT_UNLOCK
#define URTWN_NT_UNLOCK(sc) lockmgr(&(sc)->nt_mtx, LK_RELEASE)
#define URTWN_NT_UNLOCK(sc) mtx_unlock(&(sc)->nt_mtx)