mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-16 12:35:30 +08:00
ipq40xx:ignore-peer-stats-debug-info
This commit is contained in:
parent
ce009497d2
commit
774649b9a1
@ -2,6 +2,15 @@ diff --git a/drivers/net/wireless/ath/ath10k/htt_rx.c b/drivers/net/wireless/ath
|
|||||||
index 7d295ee71534..50670d651cff 100644
|
index 7d295ee71534..50670d651cff 100644
|
||||||
--- a/drivers/net/wireless/ath/ath10k/htt_rx.c
|
--- a/drivers/net/wireless/ath/ath10k/htt_rx.c
|
||||||
+++ b/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(
|
@@ -2387,7 +2387,7 @@ static void ath10k_htt_fetch_peer_stats(
|
||||||
ppdu_len = resp->peer_tx_stats.ppdu_len * sizeof(__le32);
|
ppdu_len = resp->peer_tx_stats.ppdu_len * sizeof(__le32);
|
||||||
|
|
||||||
@ -22,3 +31,4 @@ index 7d295ee71534..50670d651cff 100644
|
|||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user