Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dwmi.h464 #define WMI_MAX_PLANS_NUM (2) macro
491 struct wmi_sched_scan_plan scan_plans[WMI_MAX_PLANS_NUM];
Dwmi.c2981 if (n_scan_plans > WMI_MAX_PLANS_NUM) { in wmi_sched_scan_set_plans()
2983 n_scan_plans, WMI_MAX_PLANS_NUM); in wmi_sched_scan_set_plans()
2984 n_scan_plans = WMI_MAX_PLANS_NUM; in wmi_sched_scan_set_plans()
Dmain.c1130 wiphy->max_sched_scan_plans = WMI_MAX_PLANS_NUM; in wil_refresh_fw_capabilities()