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