Searched refs:tx_mcs_index (Results 1 – 2 of 2) sorted by relevance
330 hdd_stats->class_a_stat.tx_mcs_index = in copy_station_stats_to_adapter()6993 uint8_t tx_mcs_index, tx_nss = 1; in hdd_get_max_tx_bitrate() local7003 tx_mcs_index = link_info->hdd_stats.class_a_stat.tx_mcs_index; in hdd_get_max_tx_bitrate()7023 if (tx_mcs_index == INVALID_MCS_IDX) in hdd_get_max_tx_bitrate()7024 tx_mcs_index = 0; in hdd_get_max_tx_bitrate()7028 sinfo.signal, tx_rate_flags, tx_mcs_index, in hdd_get_max_tx_bitrate()7584 uint8_t tx_mcs_index, rx_mcs_index; in wlan_hdd_update_rate_info() local7600 tx_mcs_index = hdd_stats->class_a_stat.tx_mcs_index; in wlan_hdd_update_rate_info()7622 if (tx_mcs_index == INVALID_MCS_IDX && my_tx_rate) in wlan_hdd_update_rate_info()7635 if (tx_mcs_index == INVALID_MCS_IDX) in wlan_hdd_update_rate_info()[all …]
682 uint32_t tx_mcs_index; member