Searched refs:cck_rates (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/net/mac80211/ |
H A D | rc80211_minstrel_ht.c | 388 for (idx = 0; idx < ARRAY_SIZE(mp->cck_rates); idx++) { in minstrel_ht_get_stats() 392 if (rate->idx != mp->cck_rates[idx]) in minstrel_ht_get_stats() 435 for (idx = 0; idx < ARRAY_SIZE(mp->cck_rates); idx++) { in minstrel_ht_ri_get_stats() 436 if (rate->legacy != minstrel_cck_bitrates[ mp->cck_rates[idx] ]) in minstrel_ht_ri_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() [all …]
|
H A D | rc80211_minstrel_ht.h | 83 u8 cck_rates[4]; member
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | rate.c | 260 const struct brcms_c_rateset cck_rates = { variable 468 rs_dflt = &cck_rates; /* force cck */ in brcms_c_rateset_default()
|
H A D | rate.h | 29 extern const struct brcms_c_rateset cck_rates;
|
H A D | main.c | 3651 rs_dflt = &cck_rates; in brcms_c_rateset_get_hwrs()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | mac-cfg.h | 482 __le32 cck_rates; member
|
H A D | mac.h | 325 __le32 cck_rates; member
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac-ctxt.c | 320 u8 *cck_rates, u8 *ofdm_rates) in iwl_mvm_ack_rates() argument 399 *cck_rates = cck; in iwl_mvm_ack_rates() 405 __le32 *cck_rates, __le32 *ofdm_rates) in iwl_mvm_set_fw_basic_rates() argument 418 *cck_rates = cpu_to_le32((u32)cck_ack_rates); in iwl_mvm_set_fw_basic_rates() 554 iwl_mvm_set_fw_basic_rates(mvm, vif, &vif->bss_conf, &cmd->cck_rates, in iwl_mvm_mac_ctxt_cmd_common()
|
H A D | link.c | 150 &cmd.cck_rates, &cmd.ofdm_rates); in iwl_mvm_link_changed()
|
H A D | mvm.h | 1800 __le32 *cck_rates, __le32 *ofdm_rates);
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
H A D | phy.c | 1113 u8 cck_rates[] = {DESC92C_RATE1M, DESC92C_RATE2M, in rtl8723be_phy_set_txpower_level() local 1129 for (i = 0; i < ARRAY_SIZE(cck_rates); i++) { in rtl8723be_phy_set_txpower_level() 1131 cck_rates[i], in rtl8723be_phy_set_txpower_level() 1135 cck_rates[i]); in rtl8723be_phy_set_txpower_level()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
H A D | phy.c | 1538 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()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | phy.c | 3198 u8 cck_rates[] = {DESC_RATE1M, DESC_RATE2M, DESC_RATE5_5M, in rtl8821ae_phy_set_txpower_level_by_path() local 3227 _rtl8821ae_phy_set_txpower_level_by_path(hw, cck_rates, path, channel, in rtl8821ae_phy_set_txpower_level_by_path()
|