BWN_LOCK_DESTROY
#define BWN_LOCK_DESTROY(sc) lockuninit(&(sc)->sc_lk)
#define BWN_LOCK_DESTROY(sc) mtx_destroy(&(sc)->sc_mtx)