<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in mac80211_hwsim_main.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>ade3b16a01568ab1feceddfb0841aabfaaf7953e - wifi: mac80211_hwsim: claim DBE capability</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c#ade3b16a01568ab1feceddfb0841aabfaaf7953e</link>
        <description>wifi: mac80211_hwsim: claim DBE capabilityClaim DBE capability in UHR MAC capabilities, hostapd willhave to sort out the actual DBE capabilities based on theEHT capabilities.Link: https://patch.msgid.link/20260529102644.4db84674e8c2.I8731be8ea589c94ece5623e7e716cbbc03f50466@changeidSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c</description>
        <pubDate>Fri, 29 May 2026 10:25:09 +0200</pubDate>
        <dc:creator>Johannes Berg &lt;johannes.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7ad8731738d7511c92f9ffc8c69fa8681986dd5d - wifi: Update UHR PHY capabilities to D1.4</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c#7ad8731738d7511c92f9ffc8c69fa8681986dd5d</link>
        <description>wifi: Update UHR PHY capabilities to D1.4There are new capabilities in D1.4, and some reservedbits. Update the code accordingly.Link: https://patch.msgid.link/20260529102644.f146932b21e2.I12bad84157bf809fbe285b79420143b3c456d9d2@changeidSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c</description>
        <pubDate>Fri, 29 May 2026 10:25:04 +0200</pubDate>
        <dc:creator>Johannes Berg &lt;johannes.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>1a15bf9708ba3bf80410065e113aa17cd6a18dcf - wifi: cfg80211: remove 5/10 MHz channel support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c#1a15bf9708ba3bf80410065e113aa17cd6a18dcf</link>
        <description>wifi: cfg80211: remove 5/10 MHz channel supportRemove WIPHY_FLAG_SUPPORTS_5_10_MHZ and 5/10 MHz channelwidth support. We contemplated this back in early 2023and didn&apos;t do it yet, but nobody stepped up to maintainit.It&apos;s already _mostly_ dead code since it can really onlybe used for AP and maybe IBSS and monitor, but not on aclient since there&apos;s no way to scan (and hasn&apos;t been ina very long time, if ever), so the only thing that evercould really happen with it was run syzbot and trip overassumptions in the code.Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;Reviewed-by: Lachlan Hodges &lt;lachlan.hodges@morsemicro.com&gt;Link: https://patch.msgid.link/20260529084502.080c5885f0b7.I77cc94485b523c3c006005b9233db13cd4e077b3@changeidSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c</description>
        <pubDate>Fri, 29 May 2026 08:40:27 +0200</pubDate>
        <dc:creator>Johannes Berg &lt;johannes.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>847f7ead7bdcd6ef4aef12fb1efbd4bf276d0a13 - wifi: mac80211_hwsim: add debug messages for link changes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c#847f7ead7bdcd6ef4aef12fb1efbd4bf276d0a13</link>
        <description>wifi: mac80211_hwsim: add debug messages for link changesIt&apos;s useful to be able to see the link addresses when theinterface links change, so add some prints to hwsim for thevif link change callback.Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;Reviewed-by: Benjamin Berg &lt;benjamin.berg@intel.com&gt;Signed-off-by: Miri Korenblit &lt;miriam.rachel.korenblit@intel.com&gt;Link: https://patch.msgid.link/20260527224151.b22a048abc7c.Ief2132c5c4bb67fa56e90eb8e7d59dfd9f2b9378@changeidSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c</description>
        <pubDate>Wed, 27 May 2026 21:42:40 +0200</pubDate>
        <dc:creator>Johannes Berg &lt;johannes.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>db215112182e3eddf2a551e25a7dfd23aca3a7fc - wifi: mac80211_hwsim: modernise S1G channel list</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c#db215112182e3eddf2a551e25a7dfd23aca3a7fc</link>
        <description>wifi: mac80211_hwsim: modernise S1G channel listThe current S1G channel list in mac80211_hwsim does not representwhat S1G drivers would advertise that being 1MHz primaries. Also,include the NO_PRIMARY flag on the edgeband 1MHz primaries to emulateUS operation such that it can also be tested.Signed-off-by: Lachlan Hodges &lt;lachlan.hodges@morsemicro.com&gt;Link: https://patch.msgid.link/20260527033828.183821-3-lachlan.hodges@morsemicro.comSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c</description>
        <pubDate>Wed, 27 May 2026 05:38:28 +0200</pubDate>
        <dc:creator>Lachlan Hodges &lt;lachlan.hodges@morsemicro.com&gt;</dc:creator>
    </item>
<item>
        <title>c6e9b87746352ea7b1fc7929e1b8dd6ad5b05dee - wifi: mac80211_hwsim: don&apos;t run RC update on new STA on S1G vif</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c#c6e9b87746352ea7b1fc7929e1b8dd6ad5b05dee</link>
        <description>wifi: mac80211_hwsim: don&apos;t run RC update on new STA on S1G vifmac80211_hwsim_sta_rc_update() is unable to handle S1G widths sowhen a new STA is added under a S1G vif the WARN is hit preventinghwsim use for S1G. For now, skip calling rc_update() for S1Ginterfaces. This is required such that the soon-to-be S1G hwsim testscan successfully run.Signed-off-by: Lachlan Hodges &lt;lachlan.hodges@morsemicro.com&gt;Link: https://patch.msgid.link/20260527033828.183821-2-lachlan.hodges@morsemicro.comSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c</description>
        <pubDate>Wed, 27 May 2026 05:38:27 +0200</pubDate>
        <dc:creator>Lachlan Hodges &lt;lachlan.hodges@morsemicro.com&gt;</dc:creator>
    </item>
<item>
        <title>11a0111ea1b429db1a05d09db26ade421e370b73 - wifi: mac80211_hwsim: Do not declare NAN support for Extended Key ID</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c#11a0111ea1b429db1a05d09db26ade421e370b73</link>
        <description>wifi: mac80211_hwsim: Do not declare NAN support for Extended Key IDDo not declare support for Extended Key ID for NAN, as defined insection 7.4 in the WiFi Aware specification v4.0 (in order to supportsecurity association upgrade).Fixes: eaa7ce66c3e2 (&quot;wifi: mac80211_hwsim: Fix possible NULL dereference&quot;)Signed-off-by: Ilan Peer &lt;ilan.peer@intel.com&gt;Signed-off-by: Miri Korenblit &lt;miriam.rachel.korenblit@intel.com&gt;Link: https://patch.msgid.link/20260515141442.365ca3ab29f9.Ib435168dcc1d7d8719a5612109035ca1950967ed@changeidSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c</description>
        <pubDate>Fri, 15 May 2026 13:15:16 +0200</pubDate>
        <dc:creator>Ilan Peer &lt;ilan.peer@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>81460da0600b3cc2b64977c98e3d791a6f3476a6 - wifi: mac80211_hwsim: advertise NPCA capability</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c#81460da0600b3cc2b64977c98e3d791a6f3476a6</link>
        <description>wifi: mac80211_hwsim: advertise NPCA capabilityThis doesn&apos;t really do anything, but we can advertise it and thencheck that the AP can be configured and client can connect, etc.Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;Signed-off-by: Miri Korenblit &lt;miriam.rachel.korenblit@intel.com&gt;Link: https://patch.msgid.link/20260512224724.abfd51f480b7.I2024d7fc8067a0fca26234f312937cc764b660f4@changeidSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c</description>
        <pubDate>Tue, 12 May 2026 21:47:42 +0200</pubDate>
        <dc:creator>Johannes Berg &lt;johannes.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>0bdfb1a4697f94661b96b87893eddb56a5a102a5 - wifi: mac80211_hwsim: reject NAN on multi-radio wiphys</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c#0bdfb1a4697f94661b96b87893eddb56a5a102a5</link>
        <description>wifi: mac80211_hwsim: reject NAN on multi-radio wiphysWhen userspace creates a new hwsim radio with bothHWSIM_ATTR_MULTI_RADIO and HWSIM_ATTR_SUPPORT_NAN_DEVICE,hwsim_new_radio_nl() sets BIT(NL80211_IFTYPE_NAN_DATA) inwiphy-&gt;interface_modes while configuring the wiphy withn_radio &gt; 1. This violates the invariant checked inwiphy_register():    (interface_modes &amp; BIT(NL80211_IFTYPE_NAN_DATA)) &amp;&amp;    (!nan_capa.phy.ht.ht_supported || n_radio &gt; 1)triggering a WARN reachable from userspace via genetlink.With panic_on_warn this becomes a denial of service.Refuse the combination at parse time with -EINVAL and anextack message, matching the cfg80211 constraint that NANis not supported on multi-radio wiphys.Reported-by: syzbot+2002864e6c6895cb0ac3@syzkaller.appspotmail.comCloses: https://syzkaller.appspot.com/bug?extid=2002864e6c6895cb0ac3Fixes: 2c7c70ee7cee (&quot;wifi: mac80211_hwsim: enable NAN_DATA interface simulation support&quot;)Tested-by: syzbot+2002864e6c6895cb0ac3@syzkaller.appspotmail.comSigned-off-by: Deepanshu Kartikey &lt;kartikey406@gmail.com&gt;Link: https://patch.msgid.link/20260509004628.79446-1-kartikey406@gmail.comSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c</description>
        <pubDate>Sat, 09 May 2026 02:46:28 +0200</pubDate>
        <dc:creator>Deepanshu Kartikey &lt;kartikey406@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>fcc5432df6b5532d8d555f9c185cf0f44d8bb7df - wifi: mac80211_hwsim: claim HT STBC capability</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c#fcc5432df6b5532d8d555f9c185cf0f44d8bb7df</link>
        <description>wifi: mac80211_hwsim: claim HT STBC capabilityThis is already claimed for VHT and HE, so it doesn&apos;t reallymake sense to not claim it for HT, and this causes sigma-dutfailures since it assumes VHT support implies HT support.Link: https://patch.msgid.link/20260506093231.155762-2-johannes@sipsolutions.netSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c</description>
        <pubDate>Wed, 06 May 2026 11:32:32 +0200</pubDate>
        <dc:creator>Johannes Berg &lt;johannes.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2c7c70ee7ceeecb5dc8c8bef8676aa9d5d99a15e - wifi: mac80211_hwsim: enable NAN_DATA interface simulation support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c#2c7c70ee7ceeecb5dc8c8bef8676aa9d5d99a15e</link>
        <description>wifi: mac80211_hwsim: enable NAN_DATA interface simulation supportEnable NAN_DATA interface simulation support by adding it to thesupported interface types. This completes the NAN Data Pathsimulation introduced in the previous patches.Signed-off-by: Daniel Gabay &lt;daniel.gabay@intel.com&gt;Signed-off-by: Miri Korenblit &lt;miriam.rachel.korenblit@intel.com&gt;Link: https://patch.msgid.link/20260506064301.d4bd95959bfa.I450087714bd55189242ab6a72ce6650be36edbcb@changeidSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c</description>
        <pubDate>Wed, 06 May 2026 05:44:31 +0200</pubDate>
        <dc:creator>Daniel Gabay &lt;daniel.gabay@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>34cbd0a27d0f45e3c8d4e31eb8c5b4f901fee609 - wifi: mac80211_hwsim: Do not declare support for NDPE</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c#34cbd0a27d0f45e3c8d4e31eb8c5b4f901fee609</link>
        <description>wifi: mac80211_hwsim: Do not declare support for NDPEDo not declare support for NAN Data Path Extension attributeas this is handled by user space and should be set by it.Signed-off-by: Ilan Peer &lt;ilan.peer@intel.com&gt;Signed-off-by: Miri Korenblit &lt;miriam.rachel.korenblit@intel.com&gt;Link: https://patch.msgid.link/20260506064301.711c61538c8a.I9796410c0376f50a07259cc611428d76c51f180a@changeidSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c</description>
        <pubDate>Wed, 06 May 2026 05:44:32 +0200</pubDate>
        <dc:creator>Ilan Peer &lt;ilan.peer@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>09d1ff616a7a0974a9338e937249726e54d34dc6 - wifi: mac80211_hwsim: Declare support for secure NAN</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c#09d1ff616a7a0974a9338e937249726e54d34dc6</link>
        <description>wifi: mac80211_hwsim: Declare support for secure NANAdvertise NL80211_EXT_FEATURE_SECURE_NAN to indicate support forNAN Pairing, enabling peer authentication and secure data pathestablishment.Signed-off-by: Daniel Gabay &lt;daniel.gabay@intel.com&gt;Reviewed-by: Avraham Stern &lt;avraham.stern@intel.com&gt;Signed-off-by: Miri Korenblit &lt;miriam.rachel.korenblit@intel.com&gt;Link: https://patch.msgid.link/20260506064301.d3bcc26b4525.I6993cc70c43579694ffd429f1afb971a73db2ae4@changeidSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c</description>
        <pubDate>Wed, 06 May 2026 05:44:30 +0200</pubDate>
        <dc:creator>Daniel Gabay &lt;daniel.gabay@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2c8ec5a9b1ddbad23398e22403560b5a59392d93 - wifi: mac80211_hwsim: add NAN data path TX/RX support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c#2c8ec5a9b1ddbad23398e22403560b5a59392d93</link>
        <description>wifi: mac80211_hwsim: add NAN data path TX/RX supportImplement TX and RX path handling for NAN Data Path (NDP) frames,enabling data communication between NAN peers during scheduledavailability windows.TX path:- Select TX channel based on current time slot: use DW channel  during Discovery Windows, or FAW channel from local  schedule during Further Availability Windows.- Verify peer availability before transmission by checking committed  DW schedule or FAW of the peer schedule.RX path:- Extend NAN receive filtering to handle NAN_DATA interface frames.- Accept incoming frames during FAW slots when channel matches local  schedule.Signed-off-by: Daniel Gabay &lt;daniel.gabay@intel.com&gt;Signed-off-by: Miri Korenblit &lt;miriam.rachel.korenblit@intel.com&gt;Link: https://patch.msgid.link/20260506064301.155252ebc72b.Ic210f6c095c6ff372941bc8c77ee9c8c37d0356c@changeidSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c</description>
        <pubDate>Wed, 06 May 2026 05:44:29 +0200</pubDate>
        <dc:creator>Daniel Gabay &lt;daniel.gabay@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>60e33987268c637f0ed5458f0f81ea865fed369f - wifi: mac80211_hwsim: set HAS_RATE_CONTROL when using NAN</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c#60e33987268c637f0ed5458f0f81ea865fed369f</link>
        <description>wifi: mac80211_hwsim: set HAS_RATE_CONTROL when using NAN- NAN switches between bands/channels per its schedule, so mac80211  rate control can&apos;t work, set HAS_RATE_CONTROL instead.- Skip rate control checks for NAN interfaces in  mac80211_hwsim_sta_rc_update() as it&apos;s not relevant.- Move set_rts_threshold stub to HWSIM_COMMON_OPS and return 0 instead  of -EOPNOTSUPP to prevent failures in non-MLO tests that set RTS  threshold (hwsim ignores the use_rts instruction from mac80211  anyway).Signed-off-by: Daniel Gabay &lt;daniel.gabay@intel.com&gt;Signed-off-by: Miri Korenblit &lt;miriam.rachel.korenblit@intel.com&gt;Link: https://patch.msgid.link/20260506064301.216e68be61ac.If9ef94a12cec8dfc55416afaf745d6e5025a5ec9@changeidSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c</description>
        <pubDate>Wed, 06 May 2026 05:44:28 +0200</pubDate>
        <dc:creator>Daniel Gabay &lt;daniel.gabay@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a6ea8948e3c3ebec6146655e868e85b8613260eb - wifi: mac80211_hwsim: implement NAN schedule callbacks</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c#a6ea8948e3c3ebec6146655e868e85b8613260eb</link>
        <description>wifi: mac80211_hwsim: implement NAN schedule callbacksImplement mac80211 schedule callbacks for NAN Data Path support:- Track local schedule via BSS_CHANGED_NAN_LOCAL_SCHED, caching  the channel for each 16TU time slot.- Copy peer schedule to driver-private storage in  nan_peer_sched_changed callback for use in TX availability  decisions.Signed-off-by: Daniel Gabay &lt;daniel.gabay@intel.com&gt;Signed-off-by: Miri Korenblit &lt;miriam.rachel.korenblit@intel.com&gt;Link: https://patch.msgid.link/20260506064301.f3ad9e3dc9d4.I75cf3555b7506d5b8bb30e70a0f3721ab73477cb@changeidSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c</description>
        <pubDate>Wed, 06 May 2026 05:44:27 +0200</pubDate>
        <dc:creator>Daniel Gabay &lt;daniel.gabay@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>408f38d1e3071a9813bf1a760c1a465b80230c7e - wifi: mac80211_hwsim: add NAN PHY capabilities</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c#408f38d1e3071a9813bf1a760c1a465b80230c7e</link>
        <description>wifi: mac80211_hwsim: add NAN PHY capabilitiesAdd static HT, VHT and HE PHY capabilities to the NAN capabilitiesstructure. These are based on the existing band capability structuresand initialization in mac80211_hwsim.The NAN PHY capabilities are used by mac80211 and nl80211 toadvertise device capabilities for NAN data interfaces.Signed-off-by: Daniel Gabay &lt;daniel.gabay@intel.com&gt;Signed-off-by: Miri Korenblit &lt;miriam.rachel.korenblit@intel.com&gt;Link: https://patch.msgid.link/20260506064301.2c94c156f05d.I539fab4adf2eb43bfec27006f7529b926e5208ea@changeidSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c</description>
        <pubDate>Wed, 06 May 2026 05:44:26 +0200</pubDate>
        <dc:creator>Daniel Gabay &lt;daniel.gabay@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>29de2775e040a82398245d53c39eca4f7c45f74c - wifi: mac80211_hwsim: add NAN_DATA interface limits</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c#29de2775e040a82398245d53c39eca4f7c45f74c</link>
        <description>wifi: mac80211_hwsim: add NAN_DATA interface limitsIncrease interface limits for NAN_DATA interface.Signed-off-by: Daniel Gabay &lt;daniel.gabay@intel.com&gt;Signed-off-by: Miri Korenblit &lt;miriam.rachel.korenblit@intel.com&gt;Link: https://patch.msgid.link/20260506064301.587955b23089.I261b782e5c198726b9465815d59ce037f094784d@changeidSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c</description>
        <pubDate>Wed, 06 May 2026 05:44:25 +0200</pubDate>
        <dc:creator>Daniel Gabay &lt;daniel.gabay@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>42d3002bc323e2a87501e704350dd40c78a2d30f - wifi: mac80211_hwsim: implement NAN synchronization</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c#42d3002bc323e2a87501e704350dd40c78a2d30f</link>
        <description>wifi: mac80211_hwsim: implement NAN synchronizationAdd all the handling to do NAN synchronization on 2.4 GHz includingsending out beacons. With this, the mac80211_hwsim NAN device also workswhen used in conjunction with an external medium simulation.Note that the TSF sync is not ideal in case of an external mediumsimulation. This is because the mactime for received frames needs to beestimated and the simulation may not update the timestamp of beaconsto the actual time that the frame was transmitted.The implementation has an initial short phase where it scans forclusters. This facilitates cluster joining and avoids creating a newcluster immediately, which would result in two cluster joinnotifications. It does not scan otherwise and will only see anothercluster appearing if a discovery beacon happens to be sent during the2.4 GHz discovery window (DW).Signed-off-by: Benjamin Berg &lt;benjamin.berg@intel.com&gt;Signed-off-by: Miri Korenblit &lt;miriam.rachel.korenblit@intel.com&gt;Link: https://patch.msgid.link/20260506064301.7d21c3cdc565.I98b6c15eadefd6d123658294ef1a0cd3c2ce3054@changeidSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c</description>
        <pubDate>Wed, 06 May 2026 05:44:24 +0200</pubDate>
        <dc:creator>Benjamin Berg &lt;benjamin.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d7b0798fc83be3b46d2ddd4c7dd257c271210296 - wifi: mac80211_hwsim: protect tsf_offset using a spinlock</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c#d7b0798fc83be3b46d2ddd4c7dd257c271210296</link>
        <description>wifi: mac80211_hwsim: protect tsf_offset using a spinlockTo implement NAN synchronization in hwsim, the TSF needs to be adjustedregularly from the RX path. Add a spinlock so that this can be done in asafe manner.Signed-off-by: Benjamin Berg &lt;benjamin.berg@intel.com&gt;Signed-off-by: Miri Korenblit &lt;miriam.rachel.korenblit@intel.com&gt;Link: https://patch.msgid.link/20260506064301.18f36f264eb9.I0da5477220b896e2177bd521f7d9a8f2595631e6@changeidSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/drivers/net/wireless/virtual/mac80211_hwsim_main.c</description>
        <pubDate>Wed, 06 May 2026 05:44:23 +0200</pubDate>
        <dc:creator>Benjamin Berg &lt;benjamin.berg@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
