WPI_RXON_LOCK
#define WPI_RXON_LOCK(_sc) lockmgr(&(_sc)->rxon_mtx, LK_EXCLUSIVE)
#define WPI_RXON_LOCK(_sc) mtx_lock(&(_sc)->rxon_mtx)