WPI_RXON_LOCK_DESTROY
#define WPI_RXON_LOCK_DESTROY(_sc) lockuninit(&(_sc)->rxon_mtx)
#define WPI_RXON_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->rxon_mtx)