Searched refs:chandef2 (Results 1 – 1 of 1) sorted by relevance
1006 const struct cfg80211_chan_def *chandef2) in cfg80211_chandef_identical() argument1008 return (chandef1->chan == chandef2->chan && in cfg80211_chandef_identical()1009 chandef1->width == chandef2->width && in cfg80211_chandef_identical()1010 chandef1->center_freq1 == chandef2->center_freq1 && in cfg80211_chandef_identical()1011 chandef1->freq1_offset == chandef2->freq1_offset && in cfg80211_chandef_identical()1012 chandef1->center_freq2 == chandef2->center_freq2 && in cfg80211_chandef_identical()1013 chandef1->punctured == chandef2->punctured && in cfg80211_chandef_identical()1014 chandef1->s1g_primary_2mhz == chandef2->s1g_primary_2mhz); in cfg80211_chandef_identical()1052 const struct cfg80211_chan_def *chandef2);