Searched refs:ch_set (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c171 /* Search the @param ch in given @param ch_set
172 * @ch_set: the given channel set
177 int rtw_ch_set_search_ch(struct rt_channel_info *ch_set, const u32 ch) argument
181 for (i = 0; ch_set[i].ChannelNum != 0; i++) {
182 if (ch == ch_set[i].ChannelNum)
186 if (i >= ch_set[i].ChannelNum)
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_mlme_ext.h366 int rtw_ch_set_search_ch(struct rt_channel_info *ch_set, const u32 ch);

Completed in 221 milliseconds