From: Robert Marko Date: Sat, 14 Mar 2026 20:48:58 +0000 (+0100) Subject: mac80211: ath11k: make the M3 dump memory not defined a debug message X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a7cb484e958c2bb9196d6ef9a2362cd16ed0996;p=thirdparty%2Fopenwrt.git mac80211: ath11k: make the M3 dump memory not defined a debug message 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 --- diff --git a/package/kernel/mac80211/patches/ath11k/931-wifi-ath11k-Support-to-assign-m3-dump-memory.patch b/package/kernel/mac80211/patches/ath11k/931-wifi-ath11k-Support-to-assign-m3-dump-memory.patch index 77c92fd7772..128ac8105ef 100644 --- a/package/kernel/mac80211/patches/ath11k/931-wifi-ath11k-Support-to-assign-m3-dump-memory.patch +++ b/package/kernel/mac80211/patches/ath11k/931-wifi-ath11k-Support-to-assign-m3-dump-memory.patch @@ -16,7 +16,7 @@ Signed-off-by: Ziyang Huang 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; + } +