Searched refs:supported_rate (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | core.h | 164 u16 supported_rate[4]; member
|
| H A D | mac.c | 8998 if (rate == mcs_rate[index].supported_rate[0]) { in ath10k_mac_get_rate_flags_ht() 9000 } else if (rate == mcs_rate[index].supported_rate[1]) { in ath10k_mac_get_rate_flags_ht() 9002 } else if (rate == mcs_rate[index].supported_rate[2]) { in ath10k_mac_get_rate_flags_ht() 9005 } else if (rate == mcs_rate[index].supported_rate[3]) { in ath10k_mac_get_rate_flags_ht()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_cfg80211.c | 12995 u32 rate, channel, freq, supported_rate, nss = 0, mcs_map, mode_80211 = 0; in wl_get_bss_info() local 13056 supported_rate = (bi->rateset.rates[bi->rateset.count - 1] & 0x7f) / 2; in wl_get_bss_info() 13058 if (supported_rate < 12) { in wl_get_bss_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_cfg80211.c | 11673 u32 rate, channel, freq, supported_rate, nss = 0, mcs_map, mode_80211 = 0; in wl_get_bss_info() local 11727 supported_rate = (bi->rateset.rates[bi->rateset.count - 1] & 0x7f) / 2; in wl_get_bss_info() 11729 if (supported_rate < 12) { in wl_get_bss_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_cfg80211.c | 11598 u32 rate, channel, freq, supported_rate, nss = 0, mcs_map, mode_80211 = 0; in wl_get_bss_info() local 11652 supported_rate = (bi->rateset.rates[bi->rateset.count - 1] & 0x7f) / 2; in wl_get_bss_info() 11654 if (supported_rate < 12) { in wl_get_bss_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_cfg80211.c | 15000 u32 rate, channel, freq, supported_rate, nss = 0, mcs_map, mode_80211 = 0; local 15067 supported_rate = (bi->rateset.rates[bi->rateset.count - 1] & 0x7f) / 2; 15069 if (supported_rate < 12) {
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_cfg80211.c | 14998 u32 rate, channel, freq, supported_rate, nss = 0, mcs_map, mode_80211 = 0; local 15065 supported_rate = (bi->rateset.rates[bi->rateset.count - 1] & 0x7f) / 2; 15067 if (supported_rate < 12) {
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_cfg80211.c | 14866 u32 rate, channel, freq, supported_rate, nss = 0, mcs_map, mode_80211 = 0; local 14928 supported_rate = (bi->rateset.rates[bi->rateset.count - 1] & 0x7f) / 2; 14930 if (supported_rate < 12) {
|