Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc.h155 struct ath9k_htc_rateset legacy_rates; member
H A Dhtc_drv_main.c606 trate->rates.legacy_rates.rs_rates[j] in ath9k_htc_setup_rate()
611 trate->rates.legacy_rates.rs_nrates = j; in ath9k_htc_setup_rate()
/linux/drivers/net/wireless/marvell/
H A Dmwl8k.c3357 __u8 legacy_rates[14]; member
3377 legacy_rate_mask_to_array(cmd->legacy_rates, legacy_rate_mask); in mwl8k_cmd_set_rate()
4150 __le32 legacy_rates; member
4190 cmd->legacy_rates = cpu_to_le32(rates); in mwl8k_cmd_set_new_stn_add()
4564 __u8 legacy_rates[12]; member
4627 legacy_rate_mask_to_array(p->legacy_rates, rates); in mwl8k_cmd_update_stadb_add()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c3651 static const u8 legacy_rates[] = {1, 2, 5, 11, 6, 9, 12, in ath10k_get_legacy_rate_idx() local
3655 for (i = 0; i < ARRAY_SIZE(legacy_rates); i++) { in ath10k_get_legacy_rate_idx()
3656 if (rate == legacy_rates[i]) in ath10k_get_legacy_rate_idx()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c1428 static const int legacy_rates[] = { in mwifiex_parse_htinfo() local
1443 if (rateinfo < ARRAY_SIZE(legacy_rates)) in mwifiex_parse_htinfo()
1444 rate->legacy = legacy_rates[rateinfo]; in mwifiex_parse_htinfo()