ieee80211_operating_class_to_band
bool ieee80211_operating_class_to_band(u8 operating_class,
if (!ieee80211_operating_class_to_band(info->op_class, &band)) {
if (!ieee80211_operating_class_to_band(new_op_class, &new_band)) {
if (!ieee80211_operating_class_to_band(ap_info->op_class,
if (!ieee80211_operating_class_to_band(info->op_class, &band))
EXPORT_SYMBOL(ieee80211_operating_class_to_band);
if (!ieee80211_operating_class_to_band(operating_class, &band) ||