Home
last modified time | relevance | path

Searched refs:cck_rates (Results 1 – 13 of 13) sorted by relevance

/linux/net/mac80211/
A Drc80211_minstrel_ht.c392 if (rate->idx != mp->cck_rates[idx]) in minstrel_ht_get_stats()
1212 for (i = 0; i < ARRAY_SIZE(mp->cck_rates); i++) in minstrel_ht_txstat_valid()
1213 if (rate->idx == mp->cck_rates[i]) in minstrel_ht_txstat_valid()
1242 for (i = 0; i < ARRAY_SIZE(mp->cck_rates); i++) { in minstrel_ht_ri_txstat_valid()
1244 minstrel_cck_bitrates[ mp->cck_rates[i] ]) in minstrel_ht_ri_txstat_valid()
1467 idx = mp->cck_rates[index % ARRAY_SIZE(mp->cck_rates)]; in minstrel_ht_set_rate()
1636 int idx = sample_idx % ARRAY_SIZE(mp->cck_rates); in minstrel_ht_get_rate()
1637 rate->idx = mp->cck_rates[idx]; in minstrel_ht_get_rate()
1666 if (mp->cck_rates[i] == 0xff || in minstrel_ht_update_cck()
1903 memset(mp->cck_rates, 0xff, sizeof(mp->cck_rates)); in minstrel_ht_init_cck_rates()
[all …]
A Drc80211_minstrel_ht.h83 u8 cck_rates[4]; member
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
A Drate.c260 const struct brcms_c_rateset cck_rates = { variable
468 rs_dflt = &cck_rates; /* force cck */ in brcms_c_rateset_default()
A Drate.h29 extern const struct brcms_c_rateset cck_rates;
A Dmain.c3644 rs_dflt = &cck_rates; in brcms_c_rateset_get_hwrs()
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
A Dmac-cfg.h509 __le32 cck_rates; member
A Dmac.h332 __le32 cck_rates; member
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
A Dmac-ctxt.c332 u8 *cck_rates, u8 *ofdm_rates) in iwl_mvm_ack_rates() argument
411 *cck_rates = cck; in iwl_mvm_ack_rates()
417 __le32 *cck_rates, __le32 *ofdm_rates) in iwl_mvm_set_fw_basic_rates() argument
429 *cck_rates = cpu_to_le32((u32)cck_ack_rates); in iwl_mvm_set_fw_basic_rates()
565 iwl_mvm_set_fw_basic_rates(mvm, vif, &mvmvif->deflink, &cmd->cck_rates, in iwl_mvm_mac_ctxt_cmd_common()
A Dlink.c268 &cmd.cck_rates, &cmd.ofdm_rates); in iwl_mvm_link_changed()
A Dmvm.h2020 __le32 *cck_rates, __le32 *ofdm_rates);
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
A Dphy.c1113 static const u8 cck_rates[] = { in rtl8723be_phy_set_txpower_level() local
1135 for (i = 0; i < ARRAY_SIZE(cck_rates); i++) { in rtl8723be_phy_set_txpower_level()
1137 cck_rates[i], in rtl8723be_phy_set_txpower_level()
1141 cck_rates[i]); in rtl8723be_phy_set_txpower_level()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
A Dphy.c1538 u8 cck_rates[] = {DESC92C_RATE1M, DESC92C_RATE2M, in phy_set_txpower_index_by_rate_section() local
1543 channel, cck_rates, 4); in phy_set_txpower_index_by_rate_section()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
A Dphy.c3185 u8 cck_rates[] = {DESC_RATE1M, DESC_RATE2M, DESC_RATE5_5M, in rtl8821ae_phy_set_txpower_level_by_path() local
3214 _rtl8821ae_phy_set_txpower_level_by_path(hw, cck_rates, path, channel, in rtl8821ae_phy_set_txpower_level_by_path()

Completed in 71 milliseconds