Searched refs:tmp_chan_info (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_iapsta.c | 1716 struct wl_chan_info cur_chan_info, tmp_chan_info; in wl_ext_rsdb_core_conflict() local 1726 memset(&tmp_chan_info, 0, sizeof(struct wl_chan_info)); in wl_ext_rsdb_core_conflict() 1727 wl_ext_get_chan(apsta_params, tmp_if->dev, &tmp_chan_info); in wl_ext_rsdb_core_conflict() 1728 if (!tmp_chan_info.chan) in wl_ext_rsdb_core_conflict() 1730 if (wl_ext_rsdb_band(cur_chan_info.band, tmp_chan_info.band) && in wl_ext_rsdb_core_conflict() 1733 else if (!wl_ext_rsdb_band(cur_chan_info.band, tmp_chan_info.band) && in wl_ext_rsdb_core_conflict()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_iapsta.c | 1842 struct wl_chan_info cur_chan_info, tmp_chan_info; in wl_ext_rsdb_core_conflict() local 1852 memset(&tmp_chan_info, 0, sizeof(struct wl_chan_info)); in wl_ext_rsdb_core_conflict() 1853 wl_ext_get_chan(tmp_if->dev, &tmp_chan_info); in wl_ext_rsdb_core_conflict() 1854 if (!tmp_chan_info.chan) in wl_ext_rsdb_core_conflict() 1856 if (wl_ext_rsdb_band(cur_chan_info.band, tmp_chan_info.band) && in wl_ext_rsdb_core_conflict() 1859 else if (!wl_ext_rsdb_band(cur_chan_info.band, tmp_chan_info.band) && in wl_ext_rsdb_core_conflict()
|