Searched refs:estimated_throughput_mbps (Results 1 – 1 of 1) sorted by relevance
1183 uint32_t single_ppdu_dur_us, estimated_throughput_mbps, data_rate_kbps; in cm_calculate_etp() local1249 estimated_throughput_mbps = in cm_calculate_etp()1251 estimated_throughput_mbps = in cm_calculate_etp()1252 (estimated_throughput_mbps * in cm_calculate_etp()1256 if (estimated_throughput_mbps < CM_AVOID_CANDIDATE_MIN_SCORE) in cm_calculate_etp()1257 estimated_throughput_mbps = CM_AVOID_CANDIDATE_MIN_SCORE; in cm_calculate_etp()1258 if (estimated_throughput_mbps > CM_BEST_CANDIDATE_MAX_BSS_SCORE) in cm_calculate_etp()1259 estimated_throughput_mbps = CM_BEST_CANDIDATE_MAX_BSS_SCORE; in cm_calculate_etp()1275 single_ppdu_dur_us, estimated_throughput_mbps); in cm_calculate_etp()1277 return estimated_throughput_mbps; in cm_calculate_etp()