Merge "qcawifi: Remove unnecessary print from rate stats module"

This commit is contained in:
Linux Build Service Account
2019-05-09 20:06:32 -07:00
committed by Gerrit - the friendly Code Review server
melakukan a491c04e24

Melihat File

@@ -289,9 +289,8 @@ wlan_peer_update_tx_rate_stats(struct wlan_soc_rate_stats_ctx *soc_stats_ctx,
tx_stats = &stats_ctx->tx;
RATE_STATS_LOCK_ACQUIRE(&tx_stats->lock);
if (qdf_unlikely(!ppdu_user->rix ||
if (qdf_unlikely(!ppdu_user->tx_ratekbps ||
ppdu_user->rix > DP_RATE_TABLE_SIZE)) {
qdf_warn("Invalid rate index, continue.");
RATE_STATS_LOCK_RELEASE(&tx_stats->lock);
continue;
}