<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/recipes-kernel/kernel-modules/kernel-module-nxp-wlan, branch master</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/'/>
<updated>2026-05-21T19:32:29+00:00</updated>
<entry>
<title>kernel-module-nxp-wlan: fix device wakeup capability of mwifiex driver</title>
<updated>2026-05-21T19:32:29+00:00</updated>
<author>
<name>Franz Schnyder</name>
<email>franz.schnyder@toradex.com</email>
</author>
<published>2026-05-19T12:49:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=07a305c3496399b291fbc0cadcfc4f89bdff42ea'/>
<id>urn:sha1:07a305c3496399b291fbc0cadcfc4f89bdff42ea</id>
<content type='text'>
The device is always advertised as being wakeup capable, even if no
interrupt line has been allocated for it.

Add a patch to Initialize the device only as wakeup capable if an
interrupt has been registered.

Signed-off-by: Franz Schnyder &lt;franz.schnyder@toradex.com&gt;
</content>
</entry>
<entry>
<title>kernel-module-nxp-wlan: Update to 6.18.2-1.0.0 latest commit</title>
<updated>2026-03-24T14:16:24+00:00</updated>
<author>
<name>Zelan Zou</name>
<email>zelan.zou@nxp.com</email>
</author>
<published>2026-03-18T09:40:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=a418f7b437c1ea88e60c760f6649f528895b307e'/>
<id>urn:sha1:a418f7b437c1ea88e60c760f6649f528895b307e</id>
<content type='text'>
Signed-off-by: Zelan Zou &lt;zelan.zou@nxp.com&gt;
</content>
</entry>
<entry>
<title>kernel-module-nxp-wlan: Update branch and source revision</title>
<updated>2025-05-14T21:12:22+00:00</updated>
<author>
<name>Rodrigo M. Duarte</name>
<email>rodrigo.duarte@ossystems.com.br</email>
</author>
<published>2025-04-04T13:46:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=2b29d9fbef45787170ac0e3db110f3eeca4dde0a'/>
<id>urn:sha1:2b29d9fbef45787170ac0e3db110f3eeca4dde0a</id>
<content type='text'>
Signed-off-by: Rodrigo M. Duarte &lt;rodrigo.duarte@ossystems.com.br&gt;
</content>
</entry>
<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: Add Upstream-Status</title>
<updated>2025-04-04T14:26:12+00:00</updated>
<author>
<name>Leon Anavi</name>
<email>leon.anavi@konsulko.com</email>
</author>
<published>2025-04-04T14:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=1344f74197fff63638c092cd70c859040979dd41'/>
<id>urn:sha1:1344f74197fff63638c092cd70c859040979dd41</id>
<content type='text'>
Add Upstream-Status to patch.

Signed-off-by: Leon Anavi &lt;leon.anavi@konsulko.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: 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>
</feed>
