Home
last modified time | relevance | path

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

/drivers/net/wireless/ralink/rt2x00/
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 …]
A Drt2x00lib.h36 unsigned short ratemask; member
/drivers/net/wireless/ath/ath6kl/
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()
2761 memset(&ratemask, 0, sizeof(ratemask)); in ath6kl_set_bitrate_mask64()
2768 ratemask[band] = in ath6kl_set_bitrate_mask64()
2781 ratemask[0], ratemask[1]); in ath6kl_set_bitrate_mask64()
2796 cmd->ratemask[mode] = cpu_to_le64(ratemask[band]); in ath6kl_set_bitrate_mask64()
2813 memset(&ratemask, 0, sizeof(ratemask)); in ath6kl_set_bitrate_mask32()
2820 ratemask[band] = in ath6kl_set_bitrate_mask32()
2831 ratemask[0], ratemask[1]); in ath6kl_set_bitrate_mask32()
[all …]
A Dwmi.h1111 __le32 ratemask[WMI_RATES_MODE_MAX]; member
1116 __le64 ratemask[WMI_RATES_MODE_MAX]; member
/drivers/net/wireless/ath/ath11k/
A Dmac.c1901 u32 ratemask; in ath11k_peer_assoc_h_rates() local
1912 ratemask = sta->deflink.supp_rates[band]; in ath11k_peer_assoc_h_rates()
1913 ratemask &= arvif->bitrate_mask.control[band].legacy; in ath11k_peer_assoc_h_rates()
1918 for (i = 0; i < 32; i++, ratemask >>= 1, rates++) { in ath11k_peer_assoc_h_rates()
1919 if (!(ratemask & 1)) in ath11k_peer_assoc_h_rates()
/drivers/net/wireless/ath/ath10k/
A Dmac.c2267 u32 ratemask; in ath10k_peer_assoc_h_rates() local
2278 ratemask = sta->deflink.supp_rates[band]; in ath10k_peer_assoc_h_rates()
2279 ratemask &= arvif->bitrate_mask.control[band].legacy; in ath10k_peer_assoc_h_rates()
2284 for (i = 0; i < 32; i++, ratemask >>= 1, rates++) { in ath10k_peer_assoc_h_rates()
2285 if (!(ratemask & 1)) in ath10k_peer_assoc_h_rates()
/drivers/net/wireless/ath/ath12k/
A Dmac.c1991 u32 ratemask; in ath12k_peer_assoc_h_rates() local
2009 ratemask = link_sta->supp_rates[band]; in ath12k_peer_assoc_h_rates()
2010 ratemask &= arvif->bitrate_mask.control[band].legacy; in ath12k_peer_assoc_h_rates()
2015 for (i = 0; i < 32; i++, ratemask >>= 1, rates++) { in ath12k_peer_assoc_h_rates()
2016 if (!(ratemask & 1)) in ath12k_peer_assoc_h_rates()

Completed in 82 milliseconds