Lines Matching defs:chandef2
885 * @chandef2: second channel definition
892 const struct cfg80211_chan_def *chandef2)
894 return (chandef1->chan == chandef2->chan &&
895 chandef1->width == chandef2->width &&
896 chandef1->center_freq1 == chandef2->center_freq1 &&
897 chandef1->freq1_offset == chandef2->freq1_offset &&
898 chandef1->center_freq2 == chandef2->center_freq2);
917 * @chandef2: second channel definition
920 * chandef1 or chandef2 otherwise.
924 const struct cfg80211_chan_def *chandef2);