Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00dev.c883 .ratemask = BIT(0),
890 .ratemask = BIT(1),
897 .ratemask = BIT(2),
904 .ratemask = BIT(3),
911 .ratemask = BIT(4),
918 .ratemask = BIT(5),
925 .ratemask = BIT(6),
932 .ratemask = BIT(7),
939 .ratemask = BIT(8),
946 .ratemask = BIT(9),
[all …]
H A Drt2x00lib.h36 unsigned short ratemask; member
/linux/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c2006 u32 ratemask; in ath6kl_wmi_beginscan_cmd() local
2045 ratemask = rates[band]; in ath6kl_wmi_beginscan_cmd()
2050 if ((BIT(i) & ratemask) == 0) in ath6kl_wmi_beginscan_cmd()
2758 u64 mcsrate, ratemask[ATH6KL_NUM_BANDS]; in ath6kl_set_bitrate_mask64() local
2761 memset(&ratemask, 0, sizeof(ratemask)); in ath6kl_set_bitrate_mask64()
2766 ratemask[band] = mask->control[band].legacy; in ath6kl_set_bitrate_mask64()
2768 ratemask[band] = in ath6kl_set_bitrate_mask64()
2775 ratemask[band] |= mcsrate << 12; in ath6kl_set_bitrate_mask64()
2776 ratemask[band] |= mcsrate << 28; in ath6kl_set_bitrate_mask64()
2781 ratemask[0], ratemask[1]); in ath6kl_set_bitrate_mask64()
[all …]
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c2274 u32 ratemask; in ath10k_peer_assoc_h_rates() local
2285 ratemask = sta->deflink.supp_rates[band]; in ath10k_peer_assoc_h_rates()
2286 ratemask &= arvif->bitrate_mask.control[band].legacy; in ath10k_peer_assoc_h_rates()
2291 for (i = 0; i < 32; i++, ratemask >>= 1, rates++) { in ath10k_peer_assoc_h_rates()
2292 if (!(ratemask & 1)) in ath10k_peer_assoc_h_rates()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c2109 u32 ratemask; in ath12k_peer_assoc_h_rates() local
2127 ratemask = link_sta->supp_rates[band]; in ath12k_peer_assoc_h_rates()
2128 ratemask &= arvif->bitrate_mask.control[band].legacy; in ath12k_peer_assoc_h_rates()
2133 for (i = 0; i < 32; i++, ratemask >>= 1, rates++) { in ath12k_peer_assoc_h_rates()
2134 if (!(ratemask & 1)) in ath12k_peer_assoc_h_rates()