mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-07-19 21:09:04 +02:00
Merge pull request #2275 from OSSystems/topic/kernel-module-nxp-wlan
Some checks are pending
Update LICENSE file / update-license (push) Waiting to run
Some checks are pending
Update LICENSE file / update-license (push) Waiting to run
kernel-module-nxp-wlan: Update from LF-6.6.52 to LF-6.12.3
This commit is contained in:
commit
2ffc9c3774
|
@ -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
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user