diff --git a/target/linux/ipq40xx/patches-4.14/998-ignore-peer-stats-debug-info.patch b/target/linux/ipq40xx/patches-4.14/998-ignore-peer-stats-debug-info.patch index 376496399..0151c7af8 100644 --- a/target/linux/ipq40xx/patches-4.14/998-ignore-peer-stats-debug-info.patch +++ b/target/linux/ipq40xx/patches-4.14/998-ignore-peer-stats-debug-info.patch @@ -2,6 +2,15 @@ diff --git a/drivers/net/wireless/ath/ath10k/htt_rx.c b/drivers/net/wireless/ath index 7d295ee71534..50670d651cff 100644 --- a/drivers/net/wireless/ath/ath10k/htt_rx.c +++ b/drivers/net/wireless/ath/ath10k/htt_rx.c +@@ -2329,7 +2329,7 @@ + sgi = ATH10K_HW_GI(peer_stats->flags); + + if (txrate.flags == WMI_RATE_PREAMBLE_VHT && txrate.mcs > 9) { +- ath10k_warn(ar, "Invalid VHT mcs %hhd peer stats", txrate.mcs); ++ + return; + } + @@ -2387,7 +2387,7 @@ static void ath10k_htt_fetch_peer_stats( ppdu_len = resp->peer_tx_stats.ppdu_len * sizeof(__le32); @@ -21,4 +30,5 @@ index 7d295ee71534..50670d651cff 100644 + goto out; } - + +