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

/drivers/net/wireless/ti/wlcore/
H A Dcmd.c1683 u32 tmp_ch_bitmap[2]; local
1694 memset(tmp_ch_bitmap, 0, sizeof(tmp_ch_bitmap));
1711 set_bit(ch_bit_idx, (long *)tmp_ch_bitmap);
1715 tmp_ch_bitmap[0] |= wl->reg_ch_conf_pending[0];
1716 tmp_ch_bitmap[1] |= wl->reg_ch_conf_pending[1];
1718 if (!memcmp(tmp_ch_bitmap, wl->reg_ch_conf_last, sizeof(tmp_ch_bitmap)))
1727 cmd->ch_bit_map1 = cpu_to_le32(tmp_ch_bitmap[0]);
1728 cmd->ch_bit_map2 = cpu_to_le32(tmp_ch_bitmap[
[all...]

Completed in 856 milliseconds