]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mac80211: ath11k: make the M3 dump memory not defined a debug message
authorRobert Marko <robimarko@gmail.com>
Sat, 14 Mar 2026 20:48:58 +0000 (21:48 +0100)
committerRobert Marko <robimarko@gmail.com>
Sat, 14 Mar 2026 20:51:06 +0000 (21:51 +0100)
There is no point in printing the missing M3 memory dump adress message
on each boot under the warning level, as not all boards need it at all.

So, degrate it to a debug print with QMI mask.

Signed-off-by: Robert Marko <robimarko@gmail.com>
package/kernel/mac80211/patches/ath11k/931-wifi-ath11k-Support-to-assign-m3-dump-memory.patch

index 77c92fd77721e36a2b1bf0097d873e0592430f36..128ac8105ef5d6249b65a2f4215cf9db944145c9 100644 (file)
@@ -16,7 +16,7 @@ Signed-off-by: Ziyang Huang <hzyitc@outlook.com>
                        break;
 +              case M3_DUMP_REGION_TYPE:
 +                      if (of_property_read_u32(dev->of_node, "qcom,m3-dump-addr", &addr)) {
-+                              ath11k_warn(ab, "qmi fail to get qcom,m3-dump-addr, ignore m3 dump mem req\n");
++                              ath11k_dbg(ab, ATH11K_DBG_QMI, "qmi fail to get qcom,m3-dump-addr, ignore m3 dump mem req\n");
 +                              break;
 +                      }
 +