Searched refs:fw_max_assoc_sta (Results 1 – 1 of 1) sorted by relevance
782 u8 fw_max_assoc_sta; in wmi_evt_ready() local801 fw_max_assoc_sta = WIL6210_RX_DESC_MAX_CID; in wmi_evt_ready()804 fw_max_assoc_sta = evt->max_assoc_sta; in wmi_evt_ready()806 fw_max_assoc_sta); in wmi_evt_ready()808 if (fw_max_assoc_sta > WIL6210_MAX_CID) { in wmi_evt_ready()811 fw_max_assoc_sta, WIL6210_MAX_CID); in wmi_evt_ready()812 fw_max_assoc_sta = WIL6210_MAX_CID; in wmi_evt_ready()816 wil->max_assoc_sta = min_t(uint, max_assoc_sta, fw_max_assoc_sta); in wmi_evt_ready()