Lines Matching defs:combinations
7063 struct ieee80211_iface_combination *combinations;
7073 combinations = kzalloc(sizeof(*combinations), GFP_KERNEL);
7074 if (!combinations)
7087 kfree(combinations);
7102 combinations[0].limits = limits;
7103 combinations[0].n_limits = n_limits;
7104 combinations[0].max_interfaces = max_interfaces;
7105 combinations[0].num_different_channels = 1;
7106 combinations[0].beacon_int_infra_match = true;
7107 combinations[0].beacon_int_min_gcd = 100;
7108 combinations[0].radar_detect_widths = BIT(NL80211_CHAN_WIDTH_20_NOHT) |
7113 ar->hw->wiphy->iface_combinations = combinations;
7225 ath12k_err(ar->ab, "failed to setup interface combinations: %d\n", ret);