MAX_CI_SLOTS
struct ca_slot_info ci_slot[MAX_CI_SLOTS];
slot_num = array_index_nospec(info->num, MAX_CI_SLOTS);
if (data[2] != 1 && data[2] != MAX_CI_SLOTS)
slot_num = array_index_nospec(data[2] - 1, MAX_CI_SLOTS);