Home
last modified time | relevance | path

Searched refs:fw_max_assoc_sta (Results 1 – 1 of 1) sorted by relevance

/drivers/net/wireless/ath/wil6210/
Dwmi.c772 u8 fw_max_assoc_sta; in wmi_evt_ready() local
791 fw_max_assoc_sta = WIL6210_RX_DESC_MAX_CID; in wmi_evt_ready()
794 fw_max_assoc_sta = evt->max_assoc_sta; in wmi_evt_ready()
796 fw_max_assoc_sta); in wmi_evt_ready()
798 if (fw_max_assoc_sta > WIL6210_MAX_CID) { in wmi_evt_ready()
801 fw_max_assoc_sta, WIL6210_MAX_CID); in wmi_evt_ready()
802 fw_max_assoc_sta = WIL6210_MAX_CID; in wmi_evt_ready()
806 wil->max_assoc_sta = min_t(uint, max_assoc_sta, fw_max_assoc_sta); in wmi_evt_ready()