Home
last modified time | relevance | path

Searched refs:iftd (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/net/wireless/
Dcore.c837 const struct ieee80211_sband_iftype_data *iftd; in wiphy_register() local
839 iftd = &sband->iftype_data[i]; in wiphy_register()
841 if (WARN_ON(!iftd->types_mask)) in wiphy_register()
843 if (WARN_ON(types & iftd->types_mask)) in wiphy_register()
847 if (WARN_ON(!iftd->he_cap.has_he)) in wiphy_register()
850 types |= iftd->types_mask; in wiphy_register()