Lines Matching defs:chandef2
800 * @chandef2: second channel definition
807 const struct cfg80211_chan_def *chandef2)
809 return (chandef1->chan == chandef2->chan &&
810 chandef1->width == chandef2->width &&
811 chandef1->center_freq1 == chandef2->center_freq1 &&
812 chandef1->freq1_offset == chandef2->freq1_offset &&
813 chandef1->center_freq2 == chandef2->center_freq2);
832 * @chandef2: second channel definition
835 * chandef1 or chandef2 otherwise.
839 const struct cfg80211_chan_def *chandef2);