Home
last modified time | relevance | path

Searched refs:if_comb_limits (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/net/wireless/ath/carl9170/
Dfw.c211 ar->if_comb_limits[0].max = ar->fw.vif_num; in carl9170_fw_set_if_combinations()
212 ar->if_comb_limits[0].types = if_comb_types; in carl9170_fw_set_if_combinations()
216 ar->if_combs[0].limits = ar->if_comb_limits; in carl9170_fw_set_if_combinations()
217 ar->if_combs[0].n_limits = ARRAY_SIZE(ar->if_comb_limits); in carl9170_fw_set_if_combinations()
Dcarl9170.h292 struct ieee80211_iface_limit if_comb_limits[1]; member