Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/wil6210/
Dwmi.h481 #define WMI_MAX_CHANNEL_NUM (6) macro
505 u8 channel_list[WMI_MAX_CHANNEL_NUM];
Dwmi.c3503 if (n_channels > WMI_MAX_CHANNEL_NUM) { in wmi_sched_scan_set_channels()
3505 n_channels, WMI_MAX_CHANNEL_NUM); in wmi_sched_scan_set_channels()
3506 n_channels = WMI_MAX_CHANNEL_NUM; in wmi_sched_scan_set_channels()