BWI_RFLO_MAX
KASSERT(n < BWI_RFLO_MAX, ("n %d", n));
KASSERT(idx >= 0 && idx < BWI_RFLO_MAX, ("idx %d", idx));
struct bwi_rf_lo rf_lo[BWI_RFLO_MAX];