<?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>i.MX RT Crossover MCUs中的主题 Re: Possible misplaced #endif in wifi middleware...</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Possible-misplaced-endif-in-wifi-middleware/m-p/2091688#M34235</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for confirming this is not affecting. I still will notify the corresponding team.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel.&lt;/P&gt;</description>
    <pubDate>Mon, 05 May 2025 20:49:30 GMT</pubDate>
    <dc:creator>DanielRuvalcaba</dc:creator>
    <dc:date>2025-05-05T20:49:30Z</dc:date>
    <item>
      <title>Possible misplaced #endif in wifi middleware...</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Possible-misplaced-endif-in-wifi-middleware/m-p/2090453#M34213</link>
      <description>&lt;P&gt;I'm working with IMXRT1170EVKB and SDK_25_03_00 and stumbled on this.&lt;/P&gt;&lt;P&gt;Referring to function &lt;STRONG&gt;wifi_core_task()&lt;/STRONG&gt; in &lt;STRONG&gt;middleware/wifi_nxp/wifidriver/wifi.c&lt;/STRONG&gt;...&lt;/P&gt;&lt;P&gt;At line 1914 the code is...&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#if defined(RW610)
        (void)wifi_imu_lock();
#else
        /* Protect the SDIO from other parallel activities */
        (void)wifi_sdio_lock();

        (void)wlan_process_int_status(mlan_adap);
#endif

#if defined(RW610)
        wifi_imu_unlock();
#else
        wifi_sdio_unlock();
#endif&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;I admit that I am still learning this driver, but it sure seems like the top #endif is mistakenly commenting out the call to &lt;STRONG&gt;wlan_process_int_status&lt;/STRONG&gt; if RW610 is defined.&amp;nbsp; Note that if RW610 is defined, then the code is simply...&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;        (void)wifi_imu_lock();
        wifi_imu_unlock();&lt;/LI-CODE&gt;&lt;P&gt;which seems a bit suspicious.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2025 21:25:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Possible-misplaced-endif-in-wifi-middleware/m-p/2090453#M34213</guid>
      <dc:creator>EdSutter</dc:creator>
      <dc:date>2025-04-30T21:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Possible misplaced #endif in wifi middleware...</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Possible-misplaced-endif-in-wifi-middleware/m-p/2091021#M34222</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your post.&lt;/P&gt;
&lt;P&gt;By any chance, did you find any problem with this implementation?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel.&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2025 17:43:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Possible-misplaced-endif-in-wifi-middleware/m-p/2091021#M34222</guid>
      <dc:creator>DanielRuvalcaba</dc:creator>
      <dc:date>2025-05-02T17:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Possible misplaced #endif in wifi middleware...</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Possible-misplaced-endif-in-wifi-middleware/m-p/2091084#M34223</link>
      <description>I did not (my configuration does not have the RW610 defined); this is strictly an observation.</description>
      <pubDate>Fri, 02 May 2025 21:51:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Possible-misplaced-endif-in-wifi-middleware/m-p/2091084#M34223</guid>
      <dc:creator>EdSutter</dc:creator>
      <dc:date>2025-05-02T21:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Possible misplaced #endif in wifi middleware...</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Possible-misplaced-endif-in-wifi-middleware/m-p/2091688#M34235</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for confirming this is not affecting. I still will notify the corresponding team.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel.&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 20:49:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Possible-misplaced-endif-in-wifi-middleware/m-p/2091688#M34235</guid>
      <dc:creator>DanielRuvalcaba</dc:creator>
      <dc:date>2025-05-05T20:49:30Z</dc:date>
    </item>
  </channel>
</rss>

