summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2025-08-13 10:29:23 +0800
committerJun Zhu <junzhu@nxp.com>2025-08-13 10:37:46 +0800
commit568ecd22725c93322e03be31818cb5970562e77c (patch)
treed7eb793647d42834cb662fa86027c74674ef91e4
parentde533b156fb085f7cea7538c4be3818db16b99dd (diff)
downloadmeta-freescale-568ecd22725c93322e03be31818cb5970562e77c.tar.gz
kernel-module-nxp-wlan: Update from LF-6.12.3 to LF-6.12.20
This commit add the following source revisions: 7a8beaa Updated the README file by correcting the destination PATH of source code and binary eecc587 Driver commit for release MM6X18537.p9 2025-05-27_13:55:57 ca52beb Pull request #1: Master 91d2e89 mxm_wifiex: fix build error on L6.15 kernel next tree 2da89e4 WCSWREL-700: Makefile: remove the SD8801 support bc7387b Driver commit for release MM6X18537.p2_2025-04-22-00-50-45 32e3210 Driver commit for release MM6X18537_2025-04-22-00-42-38 0ea4f2f mxm_wifiex: fix build error on L6.14 kernel next tree 3383eb3 mxm_wifiex: remove MODULE_DEVICE_TABLE for usb wifi driver e207c16 mxm_wifiex: Enable PCIE-AW693 and USB-IW610 support 58368fe mxm_wifiex: fix build warnings on L6.13 kernel next tree Signed-off-by: Jun Zhu <junzhu@nxp.com>
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb b/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb
index 70386dc0d..2341ab0c9 100644
--- a/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb
@@ -8,13 +8,13 @@ RREPLACES:${PN} = "kernel-module-nxp89xx"
8RPROVIDES:${PN} = "kernel-module-nxp89xx" 8RPROVIDES:${PN} = "kernel-module-nxp89xx"
9RCONFLICTS:${PN} = "kernel-module-nxp89xx" 9RCONFLICTS:${PN} = "kernel-module-nxp89xx"
10 10
11SRCBRANCH = "lf-6.12.3_1.0.0" 11SRCBRANCH = "lf-6.12.20_2.0.0"
12MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https" 12MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https"
13SRC_URI = " \ 13SRC_URI = " \
14 ${MRVL_SRC};branch=${SRCBRANCH} \ 14 ${MRVL_SRC};branch=${SRCBRANCH} \
15 file://mlinux-moal_main-lower-PRINTM_MMSG-log-level-to-KERN_INFO.patch \ 15 file://mlinux-moal_main-lower-PRINTM_MMSG-log-level-to-KERN_INFO.patch \
16" 16"
17SRCREV = "0396cfb38ad73a3d587cd0f8c139b47801e70891" 17SRCREV = "7a8beaa1605cb0870dc7ba3312c76df91cb0d6cf"
18 18
19inherit module 19inherit module
20 20