Searched refs:ch_bit_idx (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/ti/wlcore/
H A Dcmd.c1667 int ch_bit_idx = 0; local
1672 ch_bit_idx = wlcore_get_reg_conf_ch_idx(band, channel);
1674 if (ch_bit_idx >= 0 && ch_bit_idx <= WL1271_MAX_CHANNELS)
1675 set_bit(ch_bit_idx, (long *)wl->reg_ch_conf_pending);
1681 int ret = 0, i, b, ch_bit_idx; local
1707 ch_bit_idx = wlcore_get_reg_conf_ch_idx(b, ch);
1708 if (ch_bit_idx < 0)
1711 set_bit(ch_bit_idx, (long *)tmp_ch_bitmap);

Completed in 209 milliseconds