Home
last modified time | relevance | path

Searched refs:legacy_rates (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dscan.h542 __le32 legacy_rates; member
575 __le32 legacy_rates; member
/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc.h155 struct ath9k_htc_rateset legacy_rates; member
/linux/drivers/net/wireless/marvell/
H A Dmwl8k.c3292 __u8 legacy_rates[14]; member
3312 legacy_rate_mask_to_array(cmd->legacy_rates, legacy_rate_mask); in mwl8k_cmd_set_rate()
4084 __le32 legacy_rates; member
4124 cmd->legacy_rates = cpu_to_le32(rates); in mwl8k_cmd_set_new_stn_add()
4498 __u8 legacy_rates[12]; member
4561 legacy_rate_mask_to_array(p->legacy_rates, rates); in mwl8k_cmd_update_stadb_add()
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h1429 u16 legacy_rates[WCN36XX_HAL_NUM_POLARIS_RATES]; member
1596 u16 legacy_rates[WCN36XX_HAL_NUM_POLARIS_RATES]; member
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c3647 static const u8 legacy_rates[] = {1, 2, 5, 11, 6, 9, 12, in ath10k_get_legacy_rate_idx() local
3651 for (i = 0; i < ARRAY_SIZE(legacy_rates); i++) { in ath10k_get_legacy_rate_idx()
3652 if (rate == legacy_rates[i]) in ath10k_get_legacy_rate_idx()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c1426 static const int legacy_rates[] = { in mwifiex_parse_htinfo() local
1441 if (rateinfo < ARRAY_SIZE(legacy_rates)) in mwifiex_parse_htinfo()
1442 rate->legacy = legacy_rates[rateinfo]; in mwifiex_parse_htinfo()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.c480 static const char * const legacy_rates[] = { in rs_pretty_rate() local
509 rate_str = legacy_rates[rate->index]; in rs_pretty_rate()
H A Dscan.c1087 cfg->legacy_rates = iwl_mvm_scan_config_rates(mvm); in iwl_mvm_fill_scan_config_v1()
1113 cfg->legacy_rates = iwl_mvm_scan_config_rates(mvm); in iwl_mvm_fill_scan_config_v2()