Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Drc80211_minstrel_ht.c403 for (idx = 0; idx < ARRAY_SIZE(mp->ofdm_rates[0]); idx++) in minstrel_ht_get_stats()
404 if (rate->idx == mp->ofdm_rates[mi->band][idx]) in minstrel_ht_get_stats()
447 for (idx = 0; idx < ARRAY_SIZE(mp->ofdm_rates[0]); idx++) in minstrel_ht_ri_get_stats()
448 if (rate->legacy == minstrel_ofdm_bitrates[ mp->ofdm_rates[mi->band][idx] ]) in minstrel_ht_ri_get_stats()
1216 for (i = 0; i < ARRAY_SIZE(mp->ofdm_rates[0]); i++) in minstrel_ht_txstat_valid()
1217 if (rate->idx == mp->ofdm_rates[mi->band][i]) in minstrel_ht_txstat_valid()
1248 for (i = 0; i < ARRAY_SIZE(mp->ofdm_rates); i++) { in minstrel_ht_ri_txstat_valid()
1250 minstrel_ofdm_bitrates[ mp->ofdm_rates[mi->band][i] ]) in minstrel_ht_ri_txstat_valid()
1469 idx = mp->ofdm_rates[mi->band][index % in minstrel_ht_set_rate()
1470 ARRAY_SIZE(mp->ofdm_rates[ in minstrel_ht_set_rate()
[all...]
H A Drc80211_minstrel_ht.h84 u8 ofdm_rates[NUM_NL80211_BANDS][8]; member
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Drate.c251 const struct brcms_c_rateset ofdm_rates = { variable
461 &ofdm_rates : &cck_ofdm_rates; in brcms_c_rateset_default()
463 rs_dflt = &ofdm_rates; in brcms_c_rateset_default()
H A Drate.h28 extern const struct brcms_c_rateset ofdm_rates;
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c739 size = ARRAY_SIZE(sta_priv->supported_rates.ofdm_rates); in wcn36xx_update_allowed_rates()
740 rates_table = sta_priv->supported_rates.ofdm_rates; in wcn36xx_update_allowed_rates()
767 u16 ofdm_rates[WCN36XX_HAL_NUM_OFDM_RATES] = { in wcn36xx_set_default_rates() local
787 memcpy(rates->ofdm_rates, ofdm_rates, in wcn36xx_set_default_rates()
788 sizeof(*ofdm_rates) * WCN36XX_HAL_NUM_OFDM_RATES); in wcn36xx_set_default_rates()
H A Dhal.h1428 u16 ofdm_rates[WCN36XX_HAL_NUM_OFDM_RATES]; member
1595 u16 ofdm_rates[WCN36XX_HAL_NUM_OFDM_RATES]; member
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dlink.c67 __le32 *cck_rates, __le32 *ofdm_rates) in iwl_mld_fill_rates() argument
147 *ofdm_rates = cpu_to_le32((u32)ofdm); in iwl_mld_fill_rates()
291 &cmd.ofdm_rates); in iwl_mld_change_link_in_fw()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c328 u8 *cck_rates, u8 *ofdm_rates) in iwl_mvm_ack_rates() argument
408 *ofdm_rates = ofdm; in iwl_mvm_ack_rates()
413 __le32 *cck_rates, __le32 *ofdm_rates) in iwl_mvm_set_fw_basic_rates() argument
426 *ofdm_rates = cpu_to_le32((u32)ofdm_ack_rates); in iwl_mvm_set_fw_basic_rates()
562 &cmd->ofdm_rates); in iwl_mvm_mac_ctxt_cmd_common()
H A Dlink.c241 &cmd.cck_rates, &cmd.ofdm_rates); in iwl_mvm_link_changed()
H A Dmvm.h2005 __le32 *cck_rates, __le32 *ofdm_rates);
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dmac-cfg.h392 * iwl_link_ctx_cfg_cmd::ofdm_rates,
537 * @ofdm_rates: basic rates available for OFDM
588 __le32 ofdm_rates; member
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c1117 static const u8 ofdm_rates[] = { in rtl8723be_phy_set_txpower_level() local
1143 for (i = 0; i < ARRAY_SIZE(ofdm_rates); i++) { in rtl8723be_phy_set_txpower_level()
1145 ofdm_rates[i], in rtl8723be_phy_set_txpower_level()
1149 ofdm_rates[i]); in rtl8723be_phy_set_txpower_level()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c3190 u8 ofdm_rates[] = {DESC_RATE6M, DESC_RATE9M, DESC_RATE12M, in rtl8821ae_phy_set_txpower_level_by_path() local
3219 _rtl8821ae_phy_set_txpower_level_by_path(hw, ofdm_rates, path, channel, in rtl8821ae_phy_set_txpower_level_by_path()