Searched refs:src_sband (Results 1 – 1 of 1) sorted by relevance
2892 struct ieee80211_supported_band *src_sband, *dst_sband; in wiphy_share_dfs_chan_state() local2901 src_sband = src_wiphy->bands[band]; in wiphy_share_dfs_chan_state()2902 if (!dst_sband || !src_sband) in wiphy_share_dfs_chan_state()2907 for (j = 0; j < src_sband->n_channels; j++) { in wiphy_share_dfs_chan_state()2908 src_chan = &src_sband->channels[j]; in wiphy_share_dfs_chan_state()