Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.h481 #define WMI_MAX_CHANNEL_NUM (6) macro
505 u8 channel_list[WMI_MAX_CHANNEL_NUM];
H A Dwmi.c3501 if (n_channels > WMI_MAX_CHANNEL_NUM) { in wmi_sched_scan_set_channels()
3503 n_channels, WMI_MAX_CHANNEL_NUM); in wmi_sched_scan_set_channels()
3504 n_channels = WMI_MAX_CHANNEL_NUM; in wmi_sched_scan_set_channels()