Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/realtek/rtw88/
Dphy.c1514 u8 n_channel; in rtw_channel_to_idx() local
1518 n_channel = RTW_MAX_CHANNEL_NUM_2G; in rtw_channel_to_idx()
1520 n_channel = RTW_MAX_CHANNEL_NUM_5G; in rtw_channel_to_idx()
1521 for (ch_idx = 0; ch_idx < n_channel; ch_idx++) in rtw_channel_to_idx()
1528 if (ch_idx >= n_channel) in rtw_channel_to_idx()