regulatory_pre_cac_allowed
bool regulatory_pre_cac_allowed(struct wiphy *wiphy);
if (!regulatory_pre_cac_allowed(local->hw.wiphy))
if (regulatory_pre_cac_allowed(wiphy) ||
return regulatory_pre_cac_allowed(wdev->wiphy);
EXPORT_SYMBOL(regulatory_pre_cac_allowed);