Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/
Dcfg80211.c1027 struct ieee80211_iface_combination *if_comb; in qtnf_wiphy_setup_if_comb() local
1032 if_comb = mac_info->if_comb; in qtnf_wiphy_setup_if_comb()
1035 if (!if_comb || !n_if_comb) in qtnf_wiphy_setup_if_comb()
1039 if_comb[i].radar_detect_widths = mac_info->radar_detect_widths; in qtnf_wiphy_setup_if_comb()
1041 for (j = 0; j < if_comb[i].n_limits; j++) in qtnf_wiphy_setup_if_comb()
1042 interface_modes |= if_comb[i].limits[j].types; in qtnf_wiphy_setup_if_comb()
1045 wiphy->iface_combinations = if_comb; in qtnf_wiphy_setup_if_comb()
Dcore.c295 if (mac->macinfo.if_comb) { in qtnf_mac_iface_comb_free()
297 comb = &mac->macinfo.if_comb[i]; in qtnf_mac_iface_comb_free()
302 kfree(mac->macinfo.if_comb); in qtnf_mac_iface_comb_free()
303 mac->macinfo.if_comb = NULL; in qtnf_mac_iface_comb_free()
Dcore.h108 struct ieee80211_iface_combination *if_comb; member
Dcommands.c1217 mac->macinfo.if_comb = in qtnf_parse_variable_mac_info()
1219 sizeof(*mac->macinfo.if_comb), in qtnf_parse_variable_mac_info()
1222 if (!mac->macinfo.if_comb) in qtnf_parse_variable_mac_info()
1225 comb = mac->macinfo.if_comb; in qtnf_parse_variable_mac_info()
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2_init.c467 static const struct ieee80211_iface_combination if_comb[] = { variable
566 wiphy->iface_combinations = if_comb; in mt76x2_register_device()
567 wiphy->n_iface_combinations = ARRAY_SIZE(if_comb); in mt76x2_register_device()
/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dinit.c867 static const struct ieee80211_iface_combination if_comb[] = { variable
968 hw->wiphy->iface_combinations = if_comb; in ath9k_set_hw_capab()
969 hw->wiphy->n_iface_combinations = ARRAY_SIZE(if_comb); in ath9k_set_hw_capab()
Dhtc_drv_init.c709 static const struct ieee80211_iface_combination if_comb = { variable
746 hw->wiphy->iface_combinations = &if_comb; in ath9k_set_hw_capab()
/Linux-v4.19/drivers/net/wireless/ath/ath5k/
Dbase.c2523 static const struct ieee80211_iface_combination if_comb = { variable
2553 hw->wiphy->iface_combinations = &if_comb; in ath5k_init_ah()