WIL6210_MAX_CID
for (i = 0; i < WIL6210_MAX_CID; i++) {
wil->ring2cid_tid[i][0] = WIL6210_MAX_CID;
wil->ring2cid_tid[ring_id][0] = WIL6210_MAX_CID; /* CID */
return (cid >= 0 && cid < wil->max_assoc_sta && cid < WIL6210_MAX_CID);
struct wil_sta_info sta[WIL6210_MAX_CID];
uint max_assoc_sta = WIL6210_MAX_CID;
if ((cmd.pcp_max_assoc_sta > WIL6210_MAX_CID) ||
if (fw_max_assoc_sta > WIL6210_MAX_CID) {
fw_max_assoc_sta, WIL6210_MAX_CID);
fw_max_assoc_sta = WIL6210_MAX_CID;