WPI_TXQ_UNLOCK
#define WPI_TXQ_UNLOCK(_sc) lockmgr(&(_sc)->txq_mtx, LK_RELEASE)
#define WPI_TXQ_UNLOCK(_sc) mtx_unlock(&(_sc)->txq_mtx)