<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb, branch bump-linux-recipes</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=bump-linux-recipes</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=bump-linux-recipes'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/'/>
<updated>2025-05-14T16:34:24+00:00</updated>
<entry>
<title>kernel-module-nxp-wlan: Update from LF-6.6.52 to LF-6.12.3</title>
<updated>2025-05-14T16:34:24+00:00</updated>
<author>
<name>Rodrigo M. Duarte</name>
<email>rodrigo.duarte@ossystems.com.br</email>
</author>
<published>2025-05-14T13:29:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=3c3e9c241a3f8676f7a79c97db9516d0bbb76996'/>
<id>urn:sha1:3c3e9c241a3f8676f7a79c97db9516d0bbb76996</id>
<content type='text'>
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 &lt;rodrigo.duarte@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>kernel-module-nxp-wlan: add patch to lower PRINTM_MMSG() log level</title>
<updated>2025-05-05T15:18:29+00:00</updated>
<author>
<name>Vitor Soares</name>
<email>vitor.soares@toradex.com</email>
</author>
<published>2025-04-30T15:06:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=6876b4fe789854f60765a4174e4838d298d19395'/>
<id>urn:sha1:6876b4fe789854f60765a4174e4838d298d19395</id>
<content type='text'>
Add a patch to change the log level used in the mwifiex driver's
PRINTM_MMSG macro from KERN_ALERT to KERN_INFO.

KERN_ALERT is meant for critical errors; using it for debug messages
clutters logs. KERN_INFO is more appropriate for non-critical
informational output.

Signed-off-by: Vitor Soares &lt;vitor.soares@toradex.com&gt;
</content>
</entry>
<entry>
<title>kernel-module-nxp-wlan: remove COMPATIBLE_MACHINE</title>
<updated>2025-04-17T17:49:51+00:00</updated>
<author>
<name>Vitor Soares</name>
<email>vitor.soares@toradex.com</email>
</author>
<published>2025-04-17T16:49:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=5fca0110f00cfb2b37f322473adc25876b022c6b'/>
<id>urn:sha1:5fca0110f00cfb2b37f322473adc25876b022c6b</id>
<content type='text'>
The current COMPATIBLE_MACHINE restricts the recipe to i.MX SoCs with
both BSP variants. However, the kernel-module-nxp-wlan provides the
MXM drivers for the NXP Wi-Fi module (e.g., MAYA-W260), which may also
be used with other SoCs like the Toradex Verdin-AM62P.

To enable deployment of the MXM drivers on non-i.MX platforms, remove
the COMPATIBLE_MACHINE restriction.

Signed-off-by: Vitor Soares &lt;vitor.soares@toradex.com&gt;
</content>
</entry>
<entry>
<title>kernel-module-nxp-wlan: Apply wireless patch</title>
<updated>2025-04-02T11:10:37+00:00</updated>
<author>
<name>Ernest Van Hoecke</name>
<email>ernest.vanhoecke@toradex.com</email>
</author>
<published>2025-03-28T17:17:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=388a83026d24cfd8cb20899228e8f8e1fcb782a6'/>
<id>urn:sha1:388a83026d24cfd8cb20899228e8f8e1fcb782a6</id>
<content type='text'>
NXP released a patch for the MXM driver that is supposed to be applied
on top of the checked out branch. Among other things, this patch adds a
"MODULE_DEVICE_TABLE" which means the SDIO device driver is probed at
runtime, which will not happen without this patch.

Link: https://www.nxp.com/webapp/Download?colCode=Wireless-Patch-Release-IW612-W8997-W8801-v0.1&amp;appType=license
Signed-off-by: Ernest Van Hoecke &lt;ernest.vanhoecke@toradex.com&gt;
</content>
</entry>
<entry>
<title>kernel-module-nxp-wlan: Upgrade driver to 6.6.52-2.2.0</title>
<updated>2025-01-07T07:22:18+00:00</updated>
<author>
<name>Jun Zhu</name>
<email>junzhu@nxp.com</email>
</author>
<published>2025-01-05T11:13:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=05a17ef75c241f2bd2565384434222d9ee2cf935'/>
<id>urn:sha1:05a17ef75c241f2bd2565384434222d9ee2cf935</id>
<content type='text'>
- The kernel driver supports new nxpiw610 module.

Signed-off-by: Jun Zhu &lt;junzhu@nxp.com&gt;
</content>
</entry>
<entry>
<title>kernel-module-nxp-wlan: Update 6.6.3-1.0.0 to 6.6.23-2.0.0</title>
<updated>2024-07-29T17:15:53+00:00</updated>
<author>
<name>Hiago De Franco</name>
<email>hiago.franco@toradex.com</email>
</author>
<published>2024-07-29T17:15:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=f649ad89c60f8075de3a18b03f8fbdb37074bcbc'/>
<id>urn:sha1:f649ad89c60f8075de3a18b03f8fbdb37074bcbc</id>
<content type='text'>
Update mwifiex to the new NXP BSP 6.6.23-2.0.0.

Signed-off-by: Hiago De Franco &lt;hiago.franco@toradex.com&gt;
</content>
</entry>
<entry>
<title>kernel-module-nxp-wlan: Update to 6.6.3-1.0.0</title>
<updated>2024-05-03T07:30:35+00:00</updated>
<author>
<name>maffan</name>
<email>marcus.flyckt@gmail.com</email>
</author>
<published>2024-05-03T07:30:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=4efedfa3e404c97606af0a950f9371ebade1df7b'/>
<id>urn:sha1:4efedfa3e404c97606af0a950f9371ebade1df7b</id>
<content type='text'>
Relevant changes:
- a84df58 mxm_wifiex: fix wlan_cmd_mfg_otp_rw() build warnings
- 08c1478 mxm_wifiex: update to mxm6x17437.p3 release
- 0eeb07c mxm_wifiex: update to mxm6x17437 release
- c3a62ac mxm_wifiex: fix L6.7 kernel next tree build warnings
- 84aa954 mxm_wifiex: fix L6.7 kernel next tree build errors -- woal_cfg80211_set_beacon</content>
</entry>
<entry>
<title>kernel-module-nxp-wlan: Update to 6.1.55-2.2.0</title>
<updated>2024-03-19T06:11:01+00:00</updated>
<author>
<name>Oleksandr Suvorov</name>
<email>oleksandr.suvorov@foundries.io</email>
</author>
<published>2024-03-19T05:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=6868fda0c89556410a3dd97ed6f0399f948ea991'/>
<id>urn:sha1:6868fda0c89556410a3dd97ed6f0399f948ea991</id>
<content type='text'>
Remove obsolete patch, the issue is fixed in commit 952d10f.

Relevant changes:
- 952d10f mxm_wifiex: update to mxm6x17423.p6 release
- 983c073 mxm_wifiex: update to mxm6x17423.p1 release
- defde68 mxm_wifiex: fix L6.1.55 kernel build break
- 0f0c339 mxm_wifiex: fix L6.6 kernel next tree build errors
- 26246bf mxm_wifiex: update to mxm6x17408.p2 release
- 297d1ac mxm_wifiex: fix next-20230804 Linux Factory rebase build errors
- bcbbab1 mxm_wifiex: fix L6.5 kernel build errors
- 19732f5 mxm_wifiex: update to mxm6x17408 release

Signed-off-by: Oleksandr Suvorov &lt;oleksandr.suvorov@foundries.io&gt;
</content>
</entry>
<entry>
<title>kernel-module-nxp-wlan: Fix REGULATORY_IGNORE_STALE_KICKOFF build break</title>
<updated>2023-10-31T22:09:09+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2023-10-31T21:56:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=7c0c9b0f3d790bc419e5145a4993630500a13a66'/>
<id>urn:sha1:7c0c9b0f3d790bc419e5145a4993630500a13a66</id>
<content type='text'>
Apply patch to fix build for kernels 6.1.39 and greater.

Fixes: #1676
Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
</content>
</entry>
<entry>
<title>kernel-module-nxp-wlan: Rename it from kernel-module-nxp89xx</title>
<updated>2023-07-15T10:07:07+00:00</updated>
<author>
<name>Jun Zhu</name>
<email>junzhu@nxp.com</email>
</author>
<published>2023-07-12T14:21:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=10751c2f1adcb2a3e6242f090b55a793bf05e16a'/>
<id>urn:sha1:10751c2f1adcb2a3e6242f090b55a793bf05e16a</id>
<content type='text'>
NXP Wi-Fi all-on-one driver:
- Supports more Wi-Fi modules: 88w8801/8987/8997/9098 IW416/612
- Uses the new name to align with thus enhancement

Signed-off-by: Jun Zhu &lt;junzhu@nxp.com&gt;
</content>
</entry>
</feed>
