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.c1098 struct ieee80211_iface_combination *if_comb; in qtnf_wiphy_setup_if_comb() local
1103 if_comb = mac_info->if_comb; in qtnf_wiphy_setup_if_comb()
1106 if (!if_comb || !n_if_comb) in qtnf_wiphy_setup_if_comb()
1110 if_comb[i].radar_detect_widths = mac_info->radar_detect_widths; in qtnf_wiphy_setup_if_comb()
1112 for (j = 0; j < if_comb[i].n_limits; j++) in qtnf_wiphy_setup_if_comb()
1113 interface_modes |= if_comb[i].limits[j].types; in qtnf_wiphy_setup_if_comb()
1116 wiphy->iface_combinations = if_comb; in qtnf_wiphy_setup_if_comb()
/linux/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/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()