Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw88/
H A Dphy.c1509 u8 n_channel; in rtw_channel_to_idx() local
1513 n_channel = RTW_MAX_CHANNEL_NUM_2G; in rtw_channel_to_idx()
1515 n_channel = RTW_MAX_CHANNEL_NUM_5G; in rtw_channel_to_idx()
1516 for (ch_idx = 0; ch_idx < n_channel; ch_idx++) in rtw_channel_to_idx()
1523 if (ch_idx >= n_channel) in rtw_channel_to_idx()