<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>fcee7d82f27d6a8b1ddc5bbefda59b4e441e9bc0 - Merge tag &apos;net-7.1-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/ath/ath10k/Kconfig#fcee7d82f27d6a8b1ddc5bbefda59b4e441e9bc0</link>
        <description>Merge tag &apos;net-7.1-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPull networking fixes from Jakub Kicinski: &quot;Including fixes from Netfilter, IPsec, Bluetooth and WiFi.  Current release - fix to a fix:   - ipmr: add __rcu to netns_ipv4.mrt, make sure we hold the RCU lock     in all relevant places  Current release - new code bugs:   - fixes for the recently added resizable hash tables   - ipv6: make sure we default IPv6 tunnel drivers to =m now that IPv6     itself is built in   - drv: octeontx2-af: fixes for parser/CAM fixes  Previous releases - regressions:   - phy: micrel: fix LAN8814 QSGMII soft reset   - wifi:       - cw1200: revert &quot;Fix locking in error paths&quot;       - ath12k: fix crash on WCN7850, due to adding the same queue         buffer to a list multiple times  Previous releases - always broken:   - number of info leak fixes   - ipv6: implement limits on extension header parsing   - wifi: number of fixes for missing bound checks in the drivers   - Bluetooth: fixes for races and locking issues   - af_unix:       - fix an issue between garbage collection and PEEK       - fix yet another issue with OOB data   - xfrm: esp: avoid in-place decrypt on shared skb frags   - netfilter: replace skb_try_make_writable() by skb_ensure_writable()   - openvswitch: vport: fix race between tunnel creation and linking     leading to invalid memory accesses (type confusion)   - drv: amd-xgbe: fix PTP addend overflow causing frozen clock  Misc:   - sched/isolation: make HK_TYPE_KTHREAD an alias of HK_TYPE_DOMAIN     (for relevant IPVS change)&quot;* tag &apos;net-7.1-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (190 commits)  net: sparx5: configure serdes for 1000BASE-X in sparx5_port_init()  net: sparx5: fix wrong chip ids for TSN SKUs  net: stmmac: dwmac-nuvoton: fix NULL pointer dereference in nvt_set_phy_intf_sel()  tcp: Fix dst leak in tcp_v6_connect().  ipmr: Call ipmr_fib_lookup() under RCU.  net: phy: broadcom: Save PHY counters during suspend  net/smc: fix missing sk_err when TCP handshake fails  af_unix: Reject SIOCATMARK on non-stream sockets  veth: fix OOB txq access in veth_poll() with asymmetric queue counts  eth: fbnic: fix double-free of PCS on phylink creation failure  net: ethernet: cortina: Drop half-assembled SKB  selftests: mptcp: pm: restrict &apos;unknown&apos; check to pm_nl_ctl  selftests: mptcp: check output: catch cmd errors  mptcp: pm: prio: skip closed subflows  mptcp: pm: ADD_ADDR rtx: return early if no retrans  mptcp: pm: ADD_ADDR rtx: skip inactive subflows  mptcp: pm: ADD_ADDR rtx: resched blocked ADD_ADDR quicker  mptcp: pm: ADD_ADDR rtx: free sk if last  mptcp: pm: ADD_ADDR rtx: always decrease sk refcount  mptcp: pm: ADD_ADDR rtx: fix potential data-race  ...

            List of files:
            /linux/drivers/net/wireless/ath/ath10k/Kconfig</description>
        <pubDate>Thu, 07 May 2026 19:32:03 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>b89e0100a5f6885f9748bbacc3f4e3bcff654e4c - Merge tag &apos;wireless-2026-05-06&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/ath/ath10k/Kconfig#b89e0100a5f6885f9748bbacc3f4e3bcff654e4c</link>
        <description>Merge tag &apos;wireless-2026-05-06&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJohannes Berg says:====================Quite a number of fixes now: - mac80211   - remove HT NSS validation to work with broken APs     (with a kunit fix now)   - remove &apos;static&apos; that could cause races   - check station link lookup before further processing   - fix use-after-free due to delete in list iteration   - remove AP station on assoc failures to fix crashes - ath12k   - fix OF node refcount imbalance   - fix queue flush (&quot;REO update&quot;) in MLO   - fix RCU assert - ath12k:   - fix Kconfig with POWER_SEQUENCING   - fix WMI buffer leaks on error conditions   - don&apos;t use uninitialized stack data when processing RSSI events   - fix logic for determining the peer ID in the RX path - ath5k: fix a potential stack buffer overwrite - rsi: fix thread lifetime race - brcmfmac: fix potential UAF - nl80211:   - stricter permissions/checks for PMK and netns   - fix netlink policy vs. code type confusion - cw1200: revert a broken locking change - various fixes to not trust values from firmware* tag &apos;wireless-2026-05-06&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless: (25 commits)  wifi: nl80211: re-check wiphy netns in nl80211_prepare_wdev_dump() continuation  wifi: nl80211: require CAP_NET_ADMIN over the target netns in SET_WIPHY_NETNS  wifi: nl80211: fix NL80211_PMSR_FTM_REQ_ATTR_FTMS_PER_BURST usage  wifi: mac80211: remove station if connection prep fails  wifi: mac80211: use safe list iteration in radar detect work  wifi: libertas: notify firmware load wait on disconnect  wifi: ath5k: do not access array OOB  wifi: ath12k: fix peer_id usage in normal RX path  wifi: ath12k: initialize RSSI dBm conversion event state  wifi: ath12k: fix leak in some ath12k_wmi_xxx() functions  wifi: cw1200: Revert &quot;Fix locking in error paths&quot;  wifi: mac80211: tests: mark HT check strict  wifi: rsi: fix kthread lifetime race between self-exit and external-stop  wifi: mac80211: drop stray &apos;static&apos; from fast-RX rx_result  wifi: mac80211: check ieee80211_rx_data_set_link return in pubsta MLO path  wifi: nl80211: require admin perm on SET_PMK / DEL_PMK  wifi: libertas: fix integer underflow in process_cmdrequest()  wifi: b43legacy: enforce bounds check on firmware key index in RX path  wifi: b43: enforce bounds check on firmware key index in b43_rx()  wifi: brcmfmac: Fix potential use-after-free issue when stopping watchdog task  ...====================Link: https://patch.msgid.link/20260506110325.219675-3-johannes@sipsolutions.netSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/wireless/ath/ath10k/Kconfig</description>
        <pubDate>Wed, 06 May 2026 16:29:31 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d997c32157d2ca06e9f3f00ba6c4bf06593b49e7 - Merge tag &apos;ath-current-20260427&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/ath/ath10k/Kconfig#d997c32157d2ca06e9f3f00ba6c4bf06593b49e7</link>
        <description>Merge tag &apos;ath-current-20260427&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/ath/athJeff Johnson says:==================ath.git update for v7.1-rc2Fix an ath10k build dependency issue along with a few ath12k bugs.==================Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/drivers/net/wireless/ath/ath10k/Kconfig</description>
        <pubDate>Tue, 28 Apr 2026 10:41:29 +0200</pubDate>
        <dc:creator>Johannes Berg &lt;johannes.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c4b6ad0e14f5df942eed5ebadaff84b468bd2496 - wifi: ath10k: snoc: select POWER_SEQUENCING</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/ath/ath10k/Kconfig#c4b6ad0e14f5df942eed5ebadaff84b468bd2496</link>
        <description>wifi: ath10k: snoc: select POWER_SEQUENCINGThe commit afcf3ec615c9 (&quot;wifi: ath10k: snoc: support powering on thedevice via pwrseq&quot;) made ath10k SNOC driver use devm_pwrseq_get().Select the corresponding Kconfig symbol to make sure that API call isalways available and doesn&apos;t return an error per se.Fixes: afcf3ec615c9 (&quot;wifi: ath10k: snoc: support powering on the device via pwrseq&quot;)Reported-by: Luca Weiss &lt;luca.weiss@fairphone.com&gt;Closes: https://lore.kernel.org/r/DHUHU7UIT487.139L3KIVRVREU@fairphone.comSigned-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;Reviewed-by: Rameshkumar Sundaram &lt;rameshkumar.sundaram@oss.qualcomm.com&gt;Link: https://patch.msgid.link/20260418-ath10k-snoc-pwrseq-v1-1-832594ba3294@oss.qualcomm.comSigned-off-by: Jeff Johnson &lt;jeff.johnson@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/net/wireless/ath/ath10k/Kconfig</description>
        <pubDate>Sat, 18 Apr 2026 21:37:00 +0200</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>c771600c6af14749609b49565ffb4cac2959710d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/ath/ath10k/Kconfig#c771600c6af14749609b49565ffb4cac2959710d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextWe need4ba4f1afb6a9 (&quot;perf: Generic hotplug support for a PMU with a scope&quot;)in order to land a i915 PMU simplification and a fix. That landed in 6.12and we are stuck at 6.9 so lets bump things forward.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/drivers/net/wireless/ath/ath10k/Kconfig</description>
        <pubDate>Wed, 05 Feb 2025 10:29:14 +0100</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>36ec807b627b4c0a0a382f0ae48eac7187d14b2b - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/ath/ath10k/Kconfig#36ec807b627b4c0a0a382f0ae48eac7187d14b2b</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.12 merge window.

            List of files:
            /linux/drivers/net/wireless/ath/ath10k/Kconfig</description>
        <pubDate>Fri, 20 Sep 2024 10:24:24 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f057b57270c2a17d3f45c177e9434fa5745caa48 - Merge branch &apos;ib/6.11-rc6-matrix-keypad-spitz&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/ath/ath10k/Kconfig#f057b57270c2a17d3f45c177e9434fa5745caa48</link>
        <description>Merge branch &apos;ib/6.11-rc6-matrix-keypad-spitz&apos; into nextBring in changes removing support for platform data from matrix-keypaddriver.

            List of files:
            /linux/drivers/net/wireless/ath/ath10k/Kconfig</description>
        <pubDate>Fri, 06 Sep 2024 06:49:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3daee2e4b3568f0ed88b0598df96547fcf21cb9b - Merge tag &apos;v6.10&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/ath/ath10k/Kconfig#3daee2e4b3568f0ed88b0598df96547fcf21cb9b</link>
        <description>Merge tag &apos;v6.10&apos; into nextSync up with mainline to bring in device_for_each_child_node_scoped()and other newer APIs.

            List of files:
            /linux/drivers/net/wireless/ath/ath10k/Kconfig</description>
        <pubDate>Tue, 16 Jul 2024 00:50:05 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>66e72a01b60ae6950ddbb3585fdc1424d303e14b - Merge tag &apos;v6.11-rc1&apos; into clk-meson-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/ath/ath10k/Kconfig#66e72a01b60ae6950ddbb3585fdc1424d303e14b</link>
        <description>Merge tag &apos;v6.11-rc1&apos; into clk-meson-nextLinux 6.11-rc1

            List of files:
            /linux/drivers/net/wireless/ath/ath10k/Kconfig</description>
        <pubDate>Mon, 29 Jul 2024 16:32:02 +0200</pubDate>
        <dc:creator>Jerome Brunet &lt;jbrunet@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>ee057c8c194b9283f4137b253b70e292693a39f0 - Merge tag &apos;v6.11-rc3&apos; into trace/ring-buffer/core</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/ath/ath10k/Kconfig#ee057c8c194b9283f4137b253b70e292693a39f0</link>
        <description>Merge tag &apos;v6.11-rc3&apos; into trace/ring-buffer/coreThe &quot;reserve_mem&quot; kernel command line parameter has been pulled intov6.11. Merge the latest -rc3 to allow the persistent ring buffer memory tobe able to be mapped at the address specified by the &quot;reserve_mem&quot; commandline parameter.Signed-off-by: Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux/drivers/net/wireless/ath/ath10k/Kconfig</description>
        <pubDate>Wed, 14 Aug 2024 22:56:42 +0200</pubDate>
        <dc:creator>Steven Rostedt &lt;rostedt@goodmis.org&gt;</dc:creator>
    </item>
<item>
        <title>8cce475922aa99200a33ac8f417e0d5e5e67c817 - Merge branch &apos;bpf/for-next&apos; into sched_ext-base</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/ath/ath10k/Kconfig#8cce475922aa99200a33ac8f417e0d5e5e67c817</link>
        <description>Merge branch &apos;bpf/for-next&apos; into sched_ext-base

            List of files:
            /linux/drivers/net/wireless/ath/ath10k/Kconfig</description>
        <pubDate>Tue, 18 Jun 2024 22:03:20 +0200</pubDate>
        <dc:creator>Tejun Heo &lt;tj@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ed7171ff9fabc49ae6ed42fbd082a576473836fc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/ath/ath10k/Kconfig#ed7171ff9fabc49ae6ed42fbd082a576473836fc</link>
        <description>Merge drm/drm-next into drm-xe-nextGet drm-xe-next on v6.11-rc2 and synchronized with drm-intel-next forthe display side. This resolves the current conflict for theenable_display module parameter and allows further pending refactors.Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;

            List of files:
            /linux/drivers/net/wireless/ath/ath10k/Kconfig</description>
        <pubDate>Fri, 16 Aug 2024 19:05:54 +0200</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5c61f59824b5e46516ea5d0543ad7a8871567416 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/ath/ath10k/Kconfig#5c61f59824b5e46516ea5d0543ad7a8871567416</link>
        <description>Merge drm/drm-next into drm-misc-nextGet drm-misc-next to the state of v6.11-rc2.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/net/wireless/ath/ath10k/Kconfig</description>
        <pubDate>Mon, 12 Aug 2024 14:14:18 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>3663e2c4bc45fcdc71931fcbfcbfbf9b71f55c83 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/ath/ath10k/Kconfig#3663e2c4bc45fcdc71931fcbfcbfbf9b71f55c83</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v6.11-rc1 in general, and specifically get the newBACKLIGHT_POWER_ constants for power states.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/net/wireless/ath/ath10k/Kconfig</description>
        <pubDate>Thu, 01 Aug 2024 12:06:09 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>0e8655b4e852ef97655648b91ce780384a073ff4 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/ath/ath10k/Kconfig#0e8655b4e852ef97655648b91ce780384a073ff4</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get a late RC of v6.10 before moving into v6.11.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/net/wireless/ath/ath10k/Kconfig</description>
        <pubDate>Mon, 29 Jul 2024 09:35:54 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>4436e6da008fee87d54c038e983e5be9a6baf8fb - Merge branch &apos;linus&apos; into x86/mm</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/ath/ath10k/Kconfig#4436e6da008fee87d54c038e983e5be9a6baf8fb</link>
        <description>Merge branch &apos;linus&apos; into x86/mmBring x86 and selftests up to date

            List of files:
            /linux/drivers/net/wireless/ath/ath10k/Kconfig</description>
        <pubDate>Fri, 02 Aug 2024 14:10:55 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>a1ff5a7d78a036d6c2178ee5acd6ba4946243800 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/ath/ath10k/Kconfig#a1ff5a7d78a036d6c2178ee5acd6ba4946243800</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesLet&apos;s start the new drm-misc-fixes cycle by bringing in 6.11-rc1.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/net/wireless/ath/ath10k/Kconfig</description>
        <pubDate>Tue, 30 Jul 2024 09:09:23 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b5dd424181f33c2978562c64b286fc22cf5ef4bf - Merge tag &apos;v6.10-rc4&apos; into driver-core-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/ath/ath10k/Kconfig#b5dd424181f33c2978562c64b286fc22cf5ef4bf</link>
        <description>Merge tag &apos;v6.10-rc4&apos; into driver-core-nextWe need the driver core and sysfs fixes in here to build on top of.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/net/wireless/ath/ath10k/Kconfig</description>
        <pubDate>Mon, 17 Jun 2024 08:33:41 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>c8b8b8190a80b591aa73c27c70a668799f8db547 - Merge tag &apos;loongarch-kvm-6.11&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/ath/ath10k/Kconfig#c8b8b8190a80b591aa73c27c70a668799f8db547</link>
        <description>Merge tag &apos;loongarch-kvm-6.11&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEADLoongArch KVM changes for v6.111. Add ParaVirt steal time support.2. Add some VM migration enhancement.3. Add perf kvm-stat support for loongarch.

            List of files:
            /linux/drivers/net/wireless/ath/ath10k/Kconfig</description>
        <pubDate>Fri, 12 Jul 2024 17:24:12 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>97b10a77b150df664bb521ae217dd6bceb40d5d3 - Merge tag &apos;asoc-v6.11&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wireless/ath/ath10k/Kconfig#97b10a77b150df664bb521ae217dd6bceb40d5d3</link>
        <description>Merge tag &apos;asoc-v6.11&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Updates for for v6.11There are a lot of changes in here, though the big bulk of things iscleanups and simplifications of various kinds which are internallyrather than externally visible.  A good chunk of those are DT schemaconversions, but there&apos;s also a lot of changes in the code.Highlights: - Syncing of features between simple-audio-card and the two   audio-graph cards so there is no reason to stick with an older   driver. - Support for specifying the order of operations for components within   cards to allow quirking for unusual systems. - New support for Asahi Kasei AK4619, Cirrus Logic CS530x, Everest   Semiconductors ES8311, NXP i.MX95 and LPC32xx, Qualcomm LPASS v2.5   and WCD937x, Realtek RT1318 and RT1320 and Texas Instruments PCM5242.

            List of files:
            /linux/drivers/net/wireless/ath/ath10k/Kconfig</description>
        <pubDate>Mon, 15 Jul 2024 16:31:00 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
