if_comb          2521 drivers/net/wireless/ath/ath5k/base.c static const struct ieee80211_iface_combination if_comb = {
if_comb          2551 drivers/net/wireless/ath/ath5k/base.c 	hw->wiphy->iface_combinations = &if_comb;
if_comb           707 drivers/net/wireless/ath/ath9k/htc_drv_init.c static const struct ieee80211_iface_combination if_comb = {
if_comb           744 drivers/net/wireless/ath/ath9k/htc_drv_init.c 	hw->wiphy->iface_combinations = &if_comb;
if_comb           865 drivers/net/wireless/ath/ath9k/init.c static const struct ieee80211_iface_combination if_comb[] = {
if_comb           966 drivers/net/wireless/ath/ath9k/init.c 		hw->wiphy->iface_combinations = if_comb;
if_comb           967 drivers/net/wireless/ath/ath9k/init.c 		hw->wiphy->n_iface_combinations = ARRAY_SIZE(if_comb);
if_comb           347 drivers/net/wireless/mediatek/mt76/mt7603/init.c static const struct ieee80211_iface_combination if_comb[] = {
if_comb           552 drivers/net/wireless/mediatek/mt76/mt7603/init.c 	wiphy->iface_combinations = if_comb;
if_comb           553 drivers/net/wireless/mediatek/mt76/mt7603/init.c 	wiphy->n_iface_combinations = ARRAY_SIZE(if_comb);
if_comb           170 drivers/net/wireless/mediatek/mt76/mt7615/init.c static const struct ieee80211_iface_combination if_comb[] = {
if_comb           266 drivers/net/wireless/mediatek/mt76/mt7615/init.c 	wiphy->iface_combinations = if_comb;
if_comb           267 drivers/net/wireless/mediatek/mt76/mt7615/init.c 	wiphy->n_iface_combinations = ARRAY_SIZE(if_comb);
if_comb          1051 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c 	struct ieee80211_iface_combination *if_comb;
if_comb          1056 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c 	if_comb = mac_info->if_comb;
if_comb          1059 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c 	if (!if_comb || !n_if_comb)
if_comb          1063 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c 		if_comb[i].radar_detect_widths = mac_info->radar_detect_widths;
if_comb          1065 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c 		for (j = 0; j < if_comb[i].n_limits; j++)
if_comb          1066 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c 			interface_modes |= if_comb[i].limits[j].types;
if_comb          1069 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c 	wiphy->iface_combinations = if_comb;
if_comb          1065 drivers/net/wireless/quantenna/qtnfmac/commands.c 			mac->macinfo.if_comb =
if_comb          1067 drivers/net/wireless/quantenna/qtnfmac/commands.c 					sizeof(*mac->macinfo.if_comb),
if_comb          1070 drivers/net/wireless/quantenna/qtnfmac/commands.c 			if (!mac->macinfo.if_comb)
if_comb          1073 drivers/net/wireless/quantenna/qtnfmac/commands.c 			comb = mac->macinfo.if_comb;
if_comb           289 drivers/net/wireless/quantenna/qtnfmac/core.c 	if (mac->macinfo.if_comb) {
if_comb           291 drivers/net/wireless/quantenna/qtnfmac/core.c 			comb = &mac->macinfo.if_comb[i];
if_comb           296 drivers/net/wireless/quantenna/qtnfmac/core.c 		kfree(mac->macinfo.if_comb);
if_comb           297 drivers/net/wireless/quantenna/qtnfmac/core.c 		mac->macinfo.if_comb = NULL;
if_comb            90 drivers/net/wireless/quantenna/qtnfmac/core.h 	struct ieee80211_iface_combination *if_comb;