|
@@ -556,6 +556,7 @@ static char *rs_pretty_rate(const struct rs_rate *rate)
|
|
if (is_type_legacy(rate->type) && (rate->index <= IWL_RATE_54M_INDEX))
|
|
if (is_type_legacy(rate->type) && (rate->index <= IWL_RATE_54M_INDEX))
|
|
rate_str = legacy_rates[rate->index];
|
|
rate_str = legacy_rates[rate->index];
|
|
else if ((is_type_ht(rate->type) || is_type_vht(rate->type)) &&
|
|
else if ((is_type_ht(rate->type) || is_type_vht(rate->type)) &&
|
|
|
|
+ (rate->index >= IWL_RATE_MCS_0_INDEX) &&
|
|
(rate->index <= IWL_RATE_MCS_9_INDEX))
|
|
(rate->index <= IWL_RATE_MCS_9_INDEX))
|
|
rate_str = ht_vht_rates[rate->index];
|
|
rate_str = ht_vht_rates[rate->index];
|
|
else
|
|
else
|