Files
openwrt-R7800-nss/package/kernel/ath10k-ct/patches/999-04-disable-noise-Invalid-VHT-mcs-peer-stats.patch
2025-08-04 12:58:17 +02:00

31 lines
1013 B
Diff

--- a/ath10k-6.10/htt_rx.c
+++ b/ath10k-6.10/htt_rx.c
@@ -4102,7 +4102,6 @@ ath10k_update_per_peer_tx_stats(struct a
if (txrate.flags == WMI_RATE_PREAMBLE_VHT && txrate.mcs > 9) {
static bool done_once = 0;
if (!done_once) {
- ath10k_warn(ar, "Invalid VHT mcs %hhd peer stats", txrate.mcs);
done_once = true;
}
else {
--- a/ath10k-6.7/htt_rx.c
+++ b/ath10k-6.7/htt_rx.c
@@ -4101,7 +4101,6 @@ ath10k_update_per_peer_tx_stats(struct a
if (txrate.flags == WMI_RATE_PREAMBLE_VHT && txrate.mcs > 9) {
static bool done_once = 0;
if (!done_once) {
- ath10k_warn(ar, "Invalid VHT mcs %hhd peer stats", txrate.mcs);
done_once = true;
}
else {
--- a/ath10k-6.9/htt_rx.c
+++ b/ath10k-6.9/htt_rx.c
@@ -4102,7 +4102,6 @@ ath10k_update_per_peer_tx_stats(struct a
if (txrate.flags == WMI_RATE_PREAMBLE_VHT && txrate.mcs > 9) {
static bool done_once = 0;
if (!done_once) {
- ath10k_warn(ar, "Invalid VHT mcs %hhd peer stats", txrate.mcs);
done_once = true;
}
else {