Searched refs:dst_sband (Results 1 – 1 of 1) sorted by relevance
2965 struct ieee80211_supported_band *src_sband, *dst_sband; in wiphy_share_dfs_chan_state() local2973 dst_sband = dst_wiphy->bands[band]; in wiphy_share_dfs_chan_state()2975 if (!dst_sband || !src_sband) in wiphy_share_dfs_chan_state()2978 for (i = 0; i < dst_sband->n_channels; i++) { in wiphy_share_dfs_chan_state()2979 dst_chan = &dst_sband->channels[i]; in wiphy_share_dfs_chan_state()