cfg80211_check_combinations
return cfg80211_check_combinations(wil->wiphy, ¶ms);
ret = cfg80211_check_combinations(wil->wiphy, ¶ms);
ret = cfg80211_check_combinations(cfg->wiphy, ¶ms);
return cfg80211_check_combinations(cfg->wiphy, ¶ms);
ret = cfg80211_check_combinations(wiphy, ¶ms);
int cfg80211_check_combinations(struct wiphy *wiphy,
return cfg80211_check_combinations(local->hw.wiphy, ¶ms);
EXPORT_SYMBOL(cfg80211_check_combinations);