Home
last modified time | relevance | path

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

/Linux-v4.19/net/wireless/
Dcore.c794 const struct ieee80211_sband_iftype_data *iftd; in wiphy_register() local
796 iftd = &sband->iftype_data[i]; in wiphy_register()
798 if (WARN_ON(!iftd->types_mask)) in wiphy_register()
800 if (WARN_ON(types & iftd->types_mask)) in wiphy_register()
804 if (WARN_ON(!iftd->he_cap.has_he)) in wiphy_register()
807 types |= iftd->types_mask; in wiphy_register()