Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcfg80211.c1096 struct ieee80211_iface_combination *if_comb; in qtnf_wiphy_setup_if_comb() local
1101 if_comb = mac_info->if_comb; in qtnf_wiphy_setup_if_comb()
1104 if (!if_comb || !n_if_comb) in qtnf_wiphy_setup_if_comb()
1108 if_comb[i].radar_detect_widths = mac_info->radar_detect_widths; in qtnf_wiphy_setup_if_comb()
1110 for (j = 0; j < if_comb[i].n_limits; j++) in qtnf_wiphy_setup_if_comb()
1111 interface_modes |= if_comb[i].limits[j].types; in qtnf_wiphy_setup_if_comb()
1114 wiphy->iface_combinations = if_comb; in qtnf_wiphy_setup_if_comb()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_core.c22 static const struct ieee80211_iface_combination if_comb[] = { variable
142 dev->iface_combinations = if_comb; in mt792x_setup_iface_combinations()
143 dev->n_iface_combinations = ARRAY_SIZE(if_comb); in mt792x_setup_iface_combinations()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dinit.c31 static const struct ieee80211_iface_combination if_comb[] = { variable
412 wiphy->iface_combinations = if_comb; in mt7915_init_wiphy()
413 wiphy->n_iface_combinations = ARRAY_SIZE(if_comb); in mt7915_init_wiphy()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dinit.c64 static const struct ieee80211_iface_combination if_comb = { variable
462 radio->iface_combinations = &if_comb; in mt7996_init_wiphy_band()