Home
last modified time | relevance | path

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

/linux-6.15/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()
H A Dcore.c288 if (mac->macinfo.if_comb) { in qtnf_mac_iface_comb_free()
290 comb = &mac->macinfo.if_comb[i]; in qtnf_mac_iface_comb_free()
295 kfree(mac->macinfo.if_comb); in qtnf_mac_iface_comb_free()
296 mac->macinfo.if_comb = NULL; in qtnf_mac_iface_comb_free()
H A Dcore.h89 struct ieee80211_iface_combination *if_comb; member
H A Dcommands.c1012 struct ieee80211_iface_combination *comb = mac->macinfo.if_comb; in qtnf_parse_variable_mac_info()
1257 mac_info->if_comb = kcalloc(mac->macinfo.n_if_comb, in qtnf_cmd_resp_proc_mac_info()
1258 sizeof(*mac->macinfo.if_comb), in qtnf_cmd_resp_proc_mac_info()
1261 if (!mac->macinfo.if_comb) in qtnf_cmd_resp_proc_mac_info()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dinit.c331 static const struct ieee80211_iface_combination if_comb[] = { variable
538 wiphy->iface_combinations = if_comb; in mt7603_register_device()
539 wiphy->n_iface_combinations = ARRAY_SIZE(if_comb); in mt7603_register_device()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dinit.c262 static const struct ieee80211_iface_combination if_comb[] = { variable
380 wiphy->iface_combinations = if_comb; in mt7615_init_wiphy()
381 wiphy->n_iface_combinations = ARRAY_SIZE(if_comb); in mt7615_init_wiphy()
/linux-6.15/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_core.c21 static const struct ieee80211_iface_combination if_comb[] = { variable
627 wiphy->iface_combinations = if_comb; in mt792x_init_wiphy()
628 wiphy->n_iface_combinations = ARRAY_SIZE(if_comb); in mt792x_init_wiphy()
/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dinit.c864 static const struct ieee80211_iface_combination if_comb[] = { variable
952 hw->wiphy->iface_combinations = if_comb; in ath9k_set_hw_capab()
953 hw->wiphy->n_iface_combinations = ARRAY_SIZE(if_comb); in ath9k_set_hw_capab()
H A Dhtc_drv_init.c705 static const struct ieee80211_iface_combination if_comb = { variable
742 hw->wiphy->iface_combinations = &if_comb; in ath9k_set_hw_capab()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dinit.c31 static const struct ieee80211_iface_combination if_comb[] = { variable
375 wiphy->iface_combinations = if_comb; in mt7915_init_wiphy()
376 wiphy->n_iface_combinations = ARRAY_SIZE(if_comb); in mt7915_init_wiphy()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dinit.c52 static const struct ieee80211_iface_combination if_comb = { variable
418 radio->iface_combinations = &if_comb; in mt7996_init_wiphy_band()
/linux-6.15/drivers/net/wireless/ath/ath5k/
H A Dbase.c2566 static const struct ieee80211_iface_combination if_comb = { variable
2596 hw->wiphy->iface_combinations = &if_comb; in ath5k_init_ah()