Searched refs:c2 (Results 1 – 2 of 2) sorted by relevance
36 .c2 = {45 .c2 = {54 .c2 = {63 .c2 = {72 .c2 = {81 .c2 = {95 .c2 = {109 .c2 = {122 .c2 = {136 .c2 = {[all …]
509 const struct cfg80211_chan_def *c2, in check_chandef_primary_compat() argument524 return c2; in check_chandef_primary_compat()532 const struct cfg80211_chan_def *c2) in _cfg80211_chandef_compatible() argument537 if (cfg80211_chandef_identical(c1, c2)) in _cfg80211_chandef_compatible()538 return c2; in _cfg80211_chandef_compatible()541 if (c1->chan != c2->chan) in _cfg80211_chandef_compatible()548 if (c1->width == c2->width) in _cfg80211_chandef_compatible()571 if (c1->width > c2->width) in _cfg80211_chandef_compatible()572 swap(c1, c2); in _cfg80211_chandef_compatible()580 return c2; in _cfg80211_chandef_compatible()[all …]
Completed in 6 milliseconds