Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dwmi.c782 u8 fw_max_assoc_sta; in wmi_evt_ready() local
801 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()