<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SD8997 WiFi Module — 5GHz STA Throughput Frequently Drops to 0 Mbps During iperf3 Testi in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2161676#M29879</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Christine,&lt;/P&gt;&lt;P&gt;Please find below the DTS configuration for &lt;STRONG&gt;usdhc1&lt;/STRONG&gt; on our platform:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;usdhc1: usdhc@2190000 {
        compatible = "fsl,imx6ul-usdhc", "fsl,imx6sx-usdhc";
        reg = &amp;lt;0x02190000 0x4000&amp;gt;;
        interrupts = &amp;lt;GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH&amp;gt;;
        clocks = &amp;lt;&amp;amp;clks IMX6UL_CLK_USDHC1&amp;gt;,
                 &amp;lt;&amp;amp;clks IMX6UL_CLK_USDHC1&amp;gt;,
                 &amp;lt;&amp;amp;clks IMX6UL_CLK_USDHC1&amp;gt;;
        clock-names = "ipg", "ahb", "per";
        fsl,tuning-step = &amp;lt;2&amp;gt;;
        fsl,tuning-start-tap = &amp;lt;20&amp;gt;;
        bus-width = &amp;lt;4&amp;gt;;
        status = "disabled";
};

&amp;amp;usdhc1 {
        compatible = "fsl,imx6ull-usdhc", "fsl,imx6sx-usdhc";
        assigned-clocks = &amp;lt;&amp;amp;clks IMX6UL_CLK_USDHC1_SEL&amp;gt;, &amp;lt;&amp;amp;clks IMX6UL_CLK_USDHC1&amp;gt;;
        assigned-clock-parents = &amp;lt;&amp;amp;clks IMX6UL_CLK_PLL2_PFD2&amp;gt;;
        assigned-clock-rates = &amp;lt;0&amp;gt;, &amp;lt;132000000&amp;gt;;
};

fragment@1 {
        target = &amp;lt;&amp;amp;usdhc1&amp;gt;;
        __overlay__ {
                pinctrl-names = "default", "state_100mhz", "state_200mhz";
                pinctrl-0 = &amp;lt;&amp;amp;pinctrl_usdhc1&amp;gt;;
                pinctrl-1 = &amp;lt;&amp;amp;pinctrl_usdhc1_100mhz&amp;gt;;
                pinctrl-2 = &amp;lt;&amp;amp;pinctrl_usdhc1_200mhz&amp;gt;;
                non-removable;
                keep-power-in-suspend;
                wakeup-source;
                fsl,sdio-interrupt-enabled;
                status = "okay";
        };
};&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Please confirm if this matches the requirements for enabling ADMA on &lt;STRONG&gt;USDHC1&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Yangyaoguang&lt;/P&gt;</description>
    <pubDate>Tue, 02 Sep 2025 02:17:27 GMT</pubDate>
    <dc:creator>yangyaoguang</dc:creator>
    <dc:date>2025-09-02T02:17:27Z</dc:date>
    <item>
      <title>[URGENT] SD8997 WiFi Module — 5GHz STA Throughput Frequently Drops to 0 Mbps During iperf3 Testing</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2142614#M29470</link>
      <description>&lt;P&gt;Dear NXP Support Team,&lt;/P&gt;&lt;P&gt;I hope this message finds you well.&lt;/P&gt;&lt;P&gt;We are currently evaluating the performance of the NXP SD8997 WiFi module (SDIO interface) on an i.MX6ULL-based platform running Linux 5.4.24, using the official moal/mlan driver stack. The firmware in use is sdiouart8997_combo_v4.bin, version 16.92.21.p84.4 (FP92), along with the associated tx_power_test.bin power table. Firmware loads correctly, and the driver reports successful initialization without errors.&lt;/P&gt;&lt;P&gt;However, we are encountering a critical and reproducible issue: when operating in 5GHz STA mode, the WiFi throughput frequently drops to &lt;STRONG&gt;0 Mbps&lt;/STRONG&gt; during iperf3 testing, even in stable open-air environments. This issue significantly impacts our validation process and raises concerns about the module’s reliability in real-world deployments.&lt;/P&gt;&lt;P&gt;In our test setup, the SD8997 module connects as a station to a 5GHz AP (HT40, channel 161). We initiate standard iperf3 throughput tests (e.g., iperf3 -c &amp;lt;AP IP&amp;gt; -t 20 -i 1 -P 10), during which multiple threads consistently show zero throughput, despite minimal retransmissions. Disabling power save features (ps_mode=0, auto_ds=0) does not alleviate the issue. Firmware initialization and WLAN association complete successfully, and the interface transitions into the CONNECTED state normally. The problem begins only after traffic starts flowing.&lt;/P&gt;&lt;P&gt;This issue is currently &lt;STRONG&gt;blocking our development progress&lt;/STRONG&gt;, as 5GHz STA stability is a critical requirement in our target application.&lt;/P&gt;&lt;P&gt;We kindly seek your urgent support on the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Is this a known issue with firmware version 16.92.21.p84.4 (FP92)?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;What is the recommended firmware and driver pairing for Linux 5.4 platforms using the moal stack?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Are there known firmware-level limitations in STA mode that may cause Tx path stall or data flow blockage?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is there any debug firmware, patch, or recommended workaround available to help isolate or resolve the issue?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;We are happy to provide additional test data, full dmesg logs, configuration files, or conduct further diagnostic testing as needed.&lt;/P&gt;&lt;P&gt;Thank you very much for your time and support. We sincerely appreciate your assistance in helping us move forward.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Yangguang&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 10:00:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2142614#M29470</guid>
      <dc:creator>yangyaoguang</dc:creator>
      <dc:date>2025-07-29T10:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: [URGENT] SD8997 WiFi Module — 5GHz STA Throughput Frequently Drops to 0 Mbps During iperf3 Testi</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2142616#M29471</link>
      <description>&lt;H4&gt;&lt;STRONG&gt;Platform Details:&lt;/STRONG&gt;&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;SoC&lt;/STRONG&gt;: NXP i.MX6ULL (ARMv7)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Kernel&lt;/STRONG&gt;: Linux 5.4.24-imx6ull&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;WiFi Module&lt;/STRONG&gt;: NXP SD8997 (SDIO interface)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Driver Stack&lt;/STRONG&gt;: moal/mlan&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Firmware&lt;/STRONG&gt;: sdiouart8997_combo_v4.bin&lt;BR /&gt;→ Version: 16.92.21.p84.4 (FP92)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Power Table&lt;/STRONG&gt;: tx_power_test.bin&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;WiFi Mode&lt;/STRONG&gt;: STA (client mode only)ps_mode=0&lt;BR /&gt;auto_ds=0&lt;BR /&gt;fw_name=nxp/sdiouart8997_combo_v4.bin&lt;BR /&gt;txpwrlimit_cfg=nxp/tx_power_test.bin&lt;BR /&gt;drv_mode=3&lt;BR /&gt;sta_name=wlan&lt;BR /&gt;cfg80211_wext=0xf&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;Test Setup and Procedure:&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;STA&lt;/STRONG&gt; (SD8997) ←→ &lt;STRONG&gt;AP&lt;/STRONG&gt; (SD8997)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Channel: &lt;STRONG&gt;5GHz&lt;/STRONG&gt;, HT40, CH161&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Environment: &lt;STRONG&gt;non-shielded&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Tool: iperf3&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Server: iperf3 -s -p 7777&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Client: iperf3 -c &amp;lt;AP IP&amp;gt; -t 20 -i 1 -P 10&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 29 Jul 2025 10:05:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2142616#M29471</guid>
      <dc:creator>yangyaoguang</dc:creator>
      <dc:date>2025-07-29T10:05:09Z</dc:date>
    </item>
    <item>
      <title>SD8997 WiFi Module — 5GHz STA Throughput Frequently Drops to 0 Mbps During iperf3 Testi</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2142629#M29472</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="iperf3-2.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/349993iB89CB668FD1FDC27/image-size/large?v=v2&amp;amp;px=999" role="button" title="iperf3-2.png" alt="iperf3-2.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="iperf3-1.png" style="width: 952px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/349992i193381092146245C/image-size/large?v=v2&amp;amp;px=999" role="button" title="iperf3-1.png" alt="iperf3-1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 10:13:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2142629#M29472</guid>
      <dc:creator>yangyaoguang</dc:creator>
      <dc:date>2025-07-29T10:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: SD8997 WiFi Module — 5GHz STA Throughput Frequently Drops to 0 Mbps During iperf3 Testi</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2143141#M29477</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/216219"&gt;@yangyaoguang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for creating case to us.&lt;/P&gt;
&lt;P&gt;I saw you are using an old FW which is released on&amp;nbsp;&lt;SPAN&gt;Dec 14, 2023.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Would you please help to try with our latest FW and driver?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please see below for getting latest FW and driver.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4 class="title-and-elements"&gt;For FW:&lt;/H4&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;FONT size="4"&gt;&lt;SPAN&gt;# git clone &lt;/SPAN&gt;&lt;A href="https://github.com/NXP/imx-firmware.git" target="_blank"&gt;&lt;SPAN&gt;https://github.com/NXP/imx-firmware.git&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; -b lf-6.12.20-2.0.0&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;FONT size="4"&gt;# cd imx-firmware/nxp/&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;For driver:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&lt;SPAN&gt;# git clone &lt;A href="https://github.com/nxp-imx/mwifiex.git" target="_blank"&gt;https://github.com/nxp-imx/mwifiex.git&lt;/A&gt; -b lf-6.12.20-2.0.0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'Microsoft YaHei'; font-size: 11.0pt;"&gt;#&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If still have same problem, please let me know and provide us wifi driver load parameters, dmesg logs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 03:28:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2143141#M29477</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-07-30T03:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: SD8997 WiFi Module — 5GHz STA Throughput Frequently Drops to 0 Mbps During iperf3 Testi</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2144470#M29499</link>
      <description>&lt;P&gt;Dear Christine,&lt;/P&gt;&lt;P&gt;Thank you very much for your previous response and for providing the updated firmware and driver resources.&lt;/P&gt;&lt;P&gt;We have now successfully upgraded to the following versions as per your recommendation:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Firmware&lt;/STRONG&gt;: &lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/NXP/imx-firmware.git" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;SPAN&gt;https://github.com/NXP/imx-firmware.git&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;-b lf-6.12.20-2.0.0&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Driver&lt;/STRONG&gt;:&lt;A href="https://github.com/nxp-imx/mwifiex.git" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/nxp-imx/mwifiex.git&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;-b lf-6.12.20-2.0.0&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;After applying these updates, we reran our 5GHz STA performance tests using iperf3 with 10 parallel streams (-P 10). Unfortunately, the issue still persists — &lt;STRONG&gt;multiple iperf3 threads report 0.00 bits/sec throughput for prolonged periods&lt;/STRONG&gt;, as shown in the attached log. This behavior occurs even in a stable test environment with minimal retransmissions and power-saving features disabled (ps_mode=0, auto_ds=0).&lt;/P&gt;&lt;P&gt;This pattern suggests a possible &lt;STRONG&gt;Tx path stall or queue starvation issue&lt;/STRONG&gt;, potentially at the firmware or SDIO transport layer, despite successful association and initialization.&lt;/P&gt;&lt;P&gt;We would greatly appreciate your kind support on the following points:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Are there any known issues in STA mode under high-concurrency traffic with the current firmware/driver version?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is there a debug version of the firmware that enables more detailed logging or assert tracing?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Are there any available patches or kernel-side workarounds (e.g., flow control tuning, SDIO IRQ coalescing)?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;We remain at your disposal to provide complete dmesg logs, module load parameters, or additional diagnostics as needed.&lt;/P&gt;&lt;P&gt;Thank you again for your continued assistance and support. We truly appreciate your help in resolving this issue.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;&lt;STRONG&gt;Yaoguang&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The attachment contains the full test log, including dmesg output, iperf3 throughput results, and Wi-Fi configuration details, with the driver loaded via modprobe moal mod_para=nxp/wifi_mod_para.conf.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 10:09:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2144470#M29499</guid>
      <dc:creator>yangyaoguang</dc:creator>
      <dc:date>2025-07-31T10:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: SD8997 WiFi Module — 5GHz STA Throughput Frequently Drops to 0 Mbps During iperf3 Testi</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2146677#M29527</link>
      <description>&lt;P&gt;Hi，&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/216219"&gt;@yangyaoguang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you test with other AP? For example, SD8997 works in STA mode, and connects to another AP(Not using SD8997). In this way, can you still reproduce this issue?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Are there any known issues in STA mode under high-concurrency traffic with the current firmware/driver version?&amp;nbsp; ==&amp;gt;No. As I know, until now, we do not receive other customers report this issue with the latest FW.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Is there a debug version of the firmware that enables more detailed logging or assert tracing? ==&amp;gt; you can add below parameter when loading Wi-Fi driver to enable more driver logs.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 14.0pt; color: black;" lang="en-US"&gt;&lt;SPAN&gt;drvdbg&amp;nbsp;=&amp;nbsp;0x20037&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Are there any available patches or kernel-side workarounds (e.g., flow control tuning, SDIO IRQ coalescing)? ==&amp;gt;No, as we didn't receive this kind of issue on the latest FW, we do not have patches workarounds.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;For throughput performance tunning, maybe this link can help you somehow:&amp;nbsp;&lt;A href="https://docs.nxp.com/bundle/RM00297/page/connectivity-features/topics/throughput_performance_tuning.html" target="_blank"&gt;https://docs.nxp.com/bundle/RM00297/page/connectivity-features/topics/throughput_performance_tuning.html&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For the issue you reported, I will continue to debug and try to test locally to see whether can reproduce it.&lt;/P&gt;
&lt;P&gt;The dmesg you provided was null, please help to provide me again. Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 07:49:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2146677#M29527</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-08-05T07:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: SD8997 WiFi Module — 5GHz STA Throughput Frequently Drops to 0 Mbps During iperf3 Testi</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2146687#M29528</link>
      <description>&lt;P&gt;Hi Christine,&lt;/P&gt;&lt;P&gt;No, we were only using the Wi-Fi interface of the SD8997 during the performance test. Bluetooth was not enabled.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Yaoguang&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 07:35:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2146687#M29528</guid>
      <dc:creator>yangyaoguang</dc:creator>
      <dc:date>2025-08-05T07:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: SD8997 WiFi Module — 5GHz STA Throughput Frequently Drops to 0 Mbps During iperf3 Testi</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2146712#M29529</link>
      <description>&lt;P&gt;Hi Christine,&lt;/P&gt;&lt;P&gt;Thank you very much for your detailed response and suggestions.&lt;/P&gt;&lt;P&gt;We will first try the alternative test method by switching to another AP, and review the reference materials you provided. Hopefully, this will help us better understand and address the issue.&lt;/P&gt;&lt;P&gt;Thanks again for your support!&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Yaoguang&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 07:56:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2146712#M29529</guid>
      <dc:creator>yangyaoguang</dc:creator>
      <dc:date>2025-08-05T07:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: SD8997 WiFi Module — 5GHz STA Throughput Frequently Drops to 0 Mbps During iperf3 Testi</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2148803#M29577</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/216219"&gt;@yangyaoguang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any updates on this case?&lt;/P&gt;
&lt;P&gt;If you did any experiment or test related to this thread, please share me your information. So that we can keep moving forward on this thread.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 02:23:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2148803#M29577</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-08-08T02:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: SD8997 WiFi Module — 5GHz STA Throughput Frequently Drops to 0 Mbps During iperf3 Testi</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2150571#M29646</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/216219" target="_blank"&gt;@yangyaoguang&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any updates on this case?&lt;/P&gt;
&lt;P&gt;If you did any experiment or test related to this thread, please share me your information. So that we can keep moving forward on this thread.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 05:46:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2150571#M29646</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-08-12T05:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: SD8997 WiFi Module — 5GHz STA Throughput Frequently Drops to 0 Mbps During iperf3 Testi</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2150578#M29648</link>
      <description>&lt;P&gt;Hi Christine,&lt;/P&gt;&lt;P&gt;We are still conducting ongoing tests on the &lt;STRONG&gt;SD8997 WiFi Module — 5 GHz STA throughput frequently dropping to 0 Mbps during iperf3 testing&lt;/STRONG&gt;.&lt;BR /&gt;So far, we have:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Updated the driver and firmware&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Tuned the &lt;STRONG&gt;SDIO max frequency&lt;/STRONG&gt; in the DTS&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;These changes appear to help — the probability of throughput dropping to 0 Mbps has decreased. We’ll keep testing and share more data as we collect it.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Yaoguang&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 05:59:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2150578#M29648</guid>
      <dc:creator>yangyaoguang</dc:creator>
      <dc:date>2025-08-12T05:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: SD8997 WiFi Module — 5GHz STA Throughput Frequently Drops to 0 Mbps During iperf3 Testi</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2150580#M29649</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/216219"&gt;@yangyaoguang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your feedback.&lt;/P&gt;
&lt;P&gt;Sure, let's keep touching on this case. If anything need from my side, please do not hesitate to let me know.&lt;/P&gt;
&lt;P&gt;Thanks for your efforts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 06:06:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2150580#M29649</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-08-12T06:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: SD8997 WiFi Module — 5GHz STA Throughput Frequently Drops to 0 Mbps During iperf3 Testi</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2150585#M29650</link>
      <description>&lt;P&gt;Hi Christine,&lt;/P&gt;&lt;P&gt;Thanks for your support. I’ll keep you posted if we find any other issues.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Yaoguang&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 06:15:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2150585#M29650</guid>
      <dc:creator>yangyaoguang</dc:creator>
      <dc:date>2025-08-12T06:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: SD8997 WiFi Module — 5GHz STA Throughput Frequently Drops to 0 Mbps During iperf3 Testi</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2151932#M29683</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Christine,&lt;/P&gt;&lt;P&gt;Thank you for your continued support on the &lt;STRONG&gt;5GHz STA throughput dropping to 0 Mbps&lt;/STRONG&gt; issue.&lt;/P&gt;&lt;P&gt;During &lt;STRONG&gt;ongoing stability and repeated reconnection testing&lt;/STRONG&gt;, we’ve discovered a &lt;STRONG&gt;new problem&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;After multiple EAPOL timeouts, the driver triggers an &lt;STRONG&gt;in-band reset&lt;/STRONG&gt;, but the firmware then &lt;STRONG&gt;fails to reload via SDIO&lt;/STRONG&gt;, leaving Wi-Fi in a non-functional state until reboot.&lt;/P&gt;&lt;P&gt;This issue seems to occur only after repeated connection failures. It may be related to how the firmware or SDIO interface handles recovery after in-band resets.&lt;/P&gt;&lt;P&gt;Here is the relevant dmesg log:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;[&lt;SPAN class=""&gt;87697.429777&lt;/SPAN&gt;] WiFi Reset due to EAPOL timeout cnt &lt;SPAN class=""&gt;5&lt;/SPAN&gt;
[&lt;SPAN class=""&gt;87697.499968&lt;/SPAN&gt;] ========START IN-BAND RESET===========
[&lt;SPAN class=""&gt;87704.130302&lt;/SPAN&gt;] wlan_sdio_poll_card_status failed, tries = &lt;SPAN class=""&gt;10000&lt;/SPAN&gt;, cs = &lt;SPAN class=""&gt;0xc&lt;/SPAN&gt;
[&lt;SPAN class=""&gt;87704.259872&lt;/SPAN&gt;] wlan_dnld_fw fail ret=&lt;SPAN class=""&gt;0xffffffff&lt;/SPAN&gt;
[&lt;SPAN class=""&gt;87705.481337&lt;/SPAN&gt;] woal_request_fw failed
[&lt;SPAN class=""&gt;87705.484769&lt;/SPAN&gt;] Firmware Init Failed&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Could you please confirm whether this is a known issue, and if there is any workaround or firmware update available?&lt;/P&gt;&lt;P&gt;Thanks again for your support.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Yaoguang&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 01:36:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2151932#M29683</guid>
      <dc:creator>yangyaoguang</dc:creator>
      <dc:date>2025-08-14T01:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: SD8997 WiFi Module — 5GHz STA Throughput Frequently Drops to 0 Mbps During iperf3 Testi</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2152106#M29689</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/216219"&gt;@yangyaoguang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a new issue.&lt;/P&gt;
&lt;P&gt;Could you please help to create a new case to discuss this issue?&lt;/P&gt;
&lt;P&gt;We always recommend our customer to follow different issue with different case so that we can better track the issue root cause and solution for future reference.&lt;/P&gt;
&lt;P&gt;And for your information, this issue is related to FW reset, it might need our internal SAE team's help for tracking root cause. In other words, it will take longer time for global communications. Please pay more patient about this.&lt;/P&gt;
&lt;P&gt;Let's keep tracking the original dropping to 0 issue in this thread.&lt;/P&gt;
&lt;P&gt;Thanks for your understandings!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 07:07:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2152106#M29689</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-08-14T07:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: SD8997 WiFi Module — 5GHz STA Throughput Frequently Drops to 0 Mbps During iperf3 Testi</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2152656#M29698</link>
      <description>&lt;P&gt;Hi Christine,&lt;/P&gt;&lt;P&gt;Thanks for the clarification and suggestion.&lt;/P&gt;&lt;P&gt;I’ve created a new case to track this in-band reset recovery issue separately, as recommended.&lt;BR /&gt;Here is the link:&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/Other-NXP-Products/SD8997-Wi-Fi-Fails-to-Recover-After-In-Band-Reset-Triggered-by/m-p/2152650/highlight/false#M29696" target="_new" rel="noopener"&gt;https://community.nxp.com/t5/Other-NXP-Products/SD8997-Wi-Fi-Fails-to-Recover-After-In-Band-Reset-Triggered-by/m-p/2152650/highlight/false#M29696&lt;/A&gt;&lt;/P&gt;&lt;P&gt;We’ll continue to follow the original throughput drop issue in this thread.&lt;/P&gt;&lt;P&gt;Thanks again for your support.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;&lt;STRONG&gt;Yaoguang&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2025 03:44:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2152656#M29698</guid>
      <dc:creator>yangyaoguang</dc:creator>
      <dc:date>2025-08-15T03:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: SD8997 WiFi Module — 5GHz STA Throughput Frequently Drops to 0 Mbps During iperf3 Testi</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2155637#M29736</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/216219"&gt;@yangyaoguang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How is your test?&lt;/P&gt;
&lt;P&gt;Anything else I can do for this case?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 02:43:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2155637#M29736</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-08-21T02:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: SD8997 WiFi Module — 5GHz STA Throughput Frequently Drops to 0 Mbps During iperf3 Testi</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2156421#M29752</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/216219" target="_blank"&gt;@yangyaoguang&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How is your test?&lt;/P&gt;
&lt;P&gt;Anything else I can do for this case?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 02:10:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2156421#M29752</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-08-22T02:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: SD8997 WiFi Module — 5GHz STA Throughput Frequently Drops to 0 Mbps During iperf3 Testi</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2156428#M29754</link>
      <description>&lt;P&gt;Hi Christine,&lt;/P&gt;&lt;P&gt;Thanks for the follow-up.&lt;/P&gt;&lt;P&gt;We’ve tried adjusting the &lt;STRONG&gt;maximum SDIO interface clock frequency&lt;/STRONG&gt; for the Wi-Fi module. Specifically, we reduced it from &lt;STRONG&gt;100–200 MHz&lt;/STRONG&gt; down to &lt;STRONG&gt;50 MHz&lt;/STRONG&gt;. After this change, we observed that:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;The probability of Wi-Fi throughput &lt;STRONG&gt;dropping to 0 Mbps&lt;/STRONG&gt; appears to have decreased.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;However, the &lt;STRONG&gt;overall Wi-Fi performance also slightly dropped&lt;/STRONG&gt;, likely due to the reduced SDIO bandwidth.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;We’d like to check if you have any &lt;STRONG&gt;further suggestions&lt;/STRONG&gt; for tuning or improving stability &lt;STRONG&gt;without significantly reducing throughput&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Looking forward to your guidance.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Yaoguang&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 02:23:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2156428#M29754</guid>
      <dc:creator>yangyaoguang</dc:creator>
      <dc:date>2025-08-22T02:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: SD8997 WiFi Module — 5GHz STA Throughput Frequently Drops to 0 Mbps During iperf3 Testi</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2156436#M29756</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/216219"&gt;@yangyaoguang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.If you keep the&amp;nbsp;&lt;STRONG&gt;maximum SDIO interface clock frequency&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;for the Wi-Fi module to&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;100MHz, whether can meet you requirement?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I noticed that when you reduced it to 50MHz,&amp;nbsp;the&amp;nbsp;overall Wi-Fi performance also &lt;STRONG&gt;slightly&lt;/STRONG&gt; dropped.&lt;/P&gt;
&lt;P&gt;2.And also, you have changed to &lt;STRONG&gt;other AP(not 88W8997) right?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;3.Which module are you using? AW-CM276MA-SUR from AzureWave?&lt;/P&gt;
&lt;P&gt;I don't have SD-UART module of 88W8997 on my hand, otherwise, I can try to test locally with I.MX6ULL-EVK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 02:45:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/URGENT-SD8997-WiFi-Module-5GHz-STA-Throughput-Frequently-Drops/m-p/2156436#M29756</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-08-22T02:45:01Z</dc:date>
    </item>
  </channel>
</rss>

