cfg80211_chandef_compatible
cfg80211_chandef_compatible(const struct cfg80211_chan_def *chandef1,
compat = cfg80211_chandef_compatible(&a->oper, &b->oper);
!cfg80211_chandef_compatible(&ctx->conf.def, &chanreq->oper));
if (!cfg80211_chandef_compatible(&sdata->u.ibss.chandef,
if (!cfg80211_chandef_compatible(&sdata->vif.bss_conf.chanreq.oper,
if (!cfg80211_chandef_compatible(chandef, &vht_chandef)) {
if (!cfg80211_chandef_compatible(chandef, &eht_chandef)) {
if (!cfg80211_chandef_compatible(&new_chandef,
cfg80211_chandef_compatible(chandef, &ctx->conf.def))
EXPORT_SYMBOL(cfg80211_chandef_compatible);
compat_chandef = cfg80211_chandef_compatible(&chandef,
ret = cfg80211_chandef_compatible(&c1, ¶ms->c2);
ret = cfg80211_chandef_compatible(¶ms->c2, &c1);