kernel-module-nxp-wlan: Update from LF-6.6.52 to LF-6.12.3

This commit add the following source revisions:
0396cfb Makefile: remove script related setting to avoid build break
a8d5496 mxm_wifiex: update to mxm6x18505.p14 release
b952ebf mxm_wifiex: update to mxm6x18505.p12 release
7a182ab mxm_wifiex: update to mxm6x18505.p10 release

Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
This commit is contained in:
Rodrigo M. Duarte 2025-05-14 10:29:11 -03:00
parent a54e0fb7e6
commit 3c3e9c241a
3 changed files with 6 additions and 1916 deletions

View File

@ -1,4 +1,4 @@
From b1b218757973fd6a293de5bdbdc75307db07998e Mon Sep 17 00:00:00 2001
From 9e2200debd7ac4fa8dac4b01949b5bedbc52fe2b Mon Sep 17 00:00:00 2001
From: Vitor Soares <vitor.soares@toradex.com>
Date: Wed, 30 Apr 2025 15:12:06 +0100
Subject: [PATCH] mlinux: moal_main: lower PRINTM_MMSG() log level to KERN_INFO
@ -19,18 +19,15 @@ Signed-off-by: Vitor Soares <vitor.soares@toradex.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mlinux/moal_main.h b/mlinux/moal_main.h
index 6d87dcf4f5db..b4e7e4d4a5fd 100644
index 4328652..27121e0 100644
--- a/mlinux/moal_main.h
+++ b/mlinux/moal_main.h
@@ -3517,7 +3517,7 @@ extern t_u32 drvdbg;
@@ -3529,7 +3529,7 @@ extern t_u32 drvdbg;
do { \
woal_print(level, msg); \
woal_print(MMSG, msg); \
if (drvdbg & MMSG) \
- printk(KERN_ALERT msg); \
+ printk(KERN_INFO msg); \
} while (0)
static inline void woal_print(t_u32 level, char *fmt, ...)
--
2.34.1

View File

@ -8,14 +8,13 @@ RREPLACES:${PN} = "kernel-module-nxp89xx"
RPROVIDES:${PN} = "kernel-module-nxp89xx"
RCONFLICTS:${PN} = "kernel-module-nxp89xx"
SRCBRANCH = "lf-6.6.52_2.2.0"
SRCBRANCH = "lf-6.12.3_1.0.0"
MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https"
SRC_URI = " \
${MRVL_SRC};branch=${SRCBRANCH} \
file://wlan_src_driver_patch_release_lf-6.6.52-2.2.0.patch \
file://mlinux-moal_main-lower-PRINTM_MMSG-log-level-to-KERN_INFO.patch \
"
SRCREV = "5ad19e194f49ed9447bee7864eb562618ccaf9b1"
SRCREV = "0396cfb38ad73a3d587cd0f8c139b47801e70891"
S = "${WORKDIR}/git"