RTW89_CH_BASE_IDX_MASK
chan_idx = FIELD_PREP(RTW89_CH_BASE_IDX_MASK, RTW89_CH_BASE_IDX_2G) |
chan_idx = FIELD_PREP(RTW89_CH_BASE_IDX_MASK, idx) |
idx = FIELD_GET(RTW89_CH_BASE_IDX_MASK, chan_idx);