Home
last modified time | relevance | path

Searched refs:ht_rates (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Drs-fw.c160 cmd->ht_rates[i][IWL_TLC_MCS_PER_BW_80] = cpu_to_le16(supp); in rs_fw_vht_set_enabled_rates()
170 cmd->ht_rates[i][IWL_TLC_MCS_PER_BW_160] = in rs_fw_vht_set_enabled_rates()
171 cmd->ht_rates[i][IWL_TLC_MCS_PER_BW_80]; in rs_fw_vht_set_enabled_rates()
225 cmd->ht_rates[i][IWL_TLC_MCS_PER_BW_80] = in rs_fw_he_set_enabled_rates()
236 cmd->ht_rates[i][IWL_TLC_MCS_PER_BW_160] = in rs_fw_he_set_enabled_rates()
269 cmd->ht_rates[IWL_TLC_NSS_1][IWL_TLC_MCS_PER_BW_80] = in rs_fw_set_supp_rates()
274 cmd->ht_rates[IWL_TLC_NSS_2][IWL_TLC_MCS_PER_BW_80] = in rs_fw_set_supp_rates()
277 cmd->ht_rates[IWL_TLC_NSS_2][IWL_TLC_MCS_PER_BW_80] = in rs_fw_set_supp_rates()
466 cfg_cmd.ht_rates[0][0], cfg_cmd.ht_rates[1][0]); in rs_fw_rate_init()
468 cfg_cmd.ht_rates[0][1], cfg_cmd.ht_rates[1][1]); in rs_fw_rate_init()
[all …]
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/fw/api/
Drs.h163 __le16 ht_rates[IWL_TLC_NSS_MAX][IWL_TLC_MCS_PER_BW_NUM_V3]; member
196 __le16 ht_rates[IWL_TLC_NSS_MAX][IWL_TLC_MCS_PER_BW_NUM_V4]; member
/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dhtc.h156 struct ath9k_htc_rateset ht_rates; member
Dhtc_drv_main.c616 trate->rates.ht_rates.rs_rates[j++] = i; in ath9k_htc_setup_rate()
620 trate->rates.ht_rates.rs_nrates = j; in ath9k_htc_setup_rate()
/linux-6.1.9/drivers/net/wireless/marvell/
Dmwl8k.c4080 __u8 ht_rates[4]; member
4121 cmd->ht_rates[0] = sta->deflink.ht_cap.mcs.rx_mask[0]; in mwl8k_cmd_set_new_stn_add()
4122 cmd->ht_rates[1] = sta->deflink.ht_cap.mcs.rx_mask[1]; in mwl8k_cmd_set_new_stn_add()
4123 cmd->ht_rates[2] = sta->deflink.ht_cap.mcs.rx_mask[2]; in mwl8k_cmd_set_new_stn_add()
4124 cmd->ht_rates[3] = sta->deflink.ht_cap.mcs.rx_mask[3]; in mwl8k_cmd_set_new_stn_add()
4496 __u8 ht_rates[16]; member
4557 memcpy(p->ht_rates, &sta->deflink.ht_cap.mcs, 16); in mwl8k_cmd_update_stadb_add()