<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>efc0ced5c46f3332bf1847f2889659e7f5412852 - ath{10,11,12}k: Add missing header in Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ath10k/Makefile#efc0ced5c46f3332bf1847f2889659e7f5412852</link>
        <description>ath{10,11,12}k: Add missing header in MakefileReviewed by:    bzMFC after:      2 weeksSponsored by:   The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D56693

            List of files:
            /freebsd/sys/modules/ath10k/Makefile</description>
        <pubDate>Tue, 28 Apr 2026 16:27:21 +0200</pubDate>
        <dc:creator>ShengYi Hung &lt;aokblast@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4546eb0c27f22236be8179616e1f0a3e88ddfbbe - athk_common / ath10k: update module Makefiles for v7.0 driver version</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ath10k/Makefile#4546eb0c27f22236be8179616e1f0a3e88ddfbbe</link>
        <description>athk_common / ath10k: update module Makefiles for v7.0 driver versionUpdate LINUXKPI_VERSION to reflect that the driver is based onLinux v7.0.Sponsored by:	The FreeBSD FoundationMFC after:	3 days

            List of files:
            /freebsd/sys/modules/ath10k/Makefile</description>
        <pubDate>Sun, 19 Apr 2026 17:12:15 +0200</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e8166d7f378bb449315aff535909c153f3e71daf - LinuxKPI wlan drivers: update makefiles to not use WITH_</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ath10k/Makefile#e8166d7f378bb449315aff535909c153f3e71daf</link>
        <description>LinuxKPI wlan drivers: update makefiles to not use WITH_Up to now the LinuxKPI wlan drivers were using local variables startingwith a WITH_ prefix in their Makefiles.That is likely to collide with other mechanisms like WITH_ and WITHOUT_from src.conf.Adjust the local variables to use a driver name prefix for now to controlwhat is built and what is not.These variables are mainly for the time of development so we canturn off/on a feature or bus attachment while working on it.  Otherwisethey are there for documentation purposes.  The only reason one wouldchange them locally would be if someone was to build a very customimage and not want certain bits (e.g., USB support) being compiled intothe modules.While here, try to harmonize some parts of the Makefiles.Suggested by:	impDiscussed with:	impReviewed by:	impSponsored by:	The FreeBSD FoundationMFC after:	3 daysDifferential Revision: https://reviews.freebsd.org/D55977

            List of files:
            /freebsd/sys/modules/ath10k/Makefile</description>
        <pubDate>Fri, 20 Mar 2026 00:02:05 +0100</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>32efafda38288848ec71e97eddf085ee0c108109 - ath10k: modules Makefile bus attachments</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ath10k/Makefile#32efafda38288848ec71e97eddf085ee0c108109</link>
        <description>ath10k: modules Makefile bus attachmentsGiven USB in theory compiles add it to the Makefile.  The upstreamsupport was never finished and I see little chances it ever will beso keep USB disabled by default.MFC after:	3 days

            List of files:
            /freebsd/sys/modules/ath10k/Makefile</description>
        <pubDate>Sat, 07 Feb 2026 23:31:59 +0100</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>db20376a4fc949d6a5b30b11f8bf9146c6b3395d - ath10k: cleanup some bits no longer FreeBSD-specific</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ath10k/Makefile#db20376a4fc949d6a5b30b11f8bf9146c6b3395d</link>
        <description>ath10k: cleanup some bits no longer FreeBSD-specificWe have since I did this port in 2023 added ACPI support to LinuxKPI, sowe can use it.  Also there is a linux/of.h header so we no longer needto guard the #include.MFC after:	3 days

            List of files:
            /freebsd/sys/modules/ath10k/Makefile</description>
        <pubDate>Sun, 14 Dec 2025 23:28:46 +0100</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6c61f58562b932eb46b2e05b2f5a82d34250435a - ath10k: update Atheros/QCA&apos;s ath10k driver</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ath10k/Makefile#6c61f58562b932eb46b2e05b2f5a82d34250435a</link>
        <description>ath10k: update Atheros/QCA&apos;s ath10k driverThis version is based ongit.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git24d479d26b25bce5faea3ddd9fa8f3a6c3129ea7 ( tag: v6.19-rc6 ).Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/ath10k/Makefile</description>
        <pubDate>Tue, 20 Jan 2026 11:55:32 +0100</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fe7b6fc32455389d1b8452c67e1ddcfbc4e5f5cc - LinuxKPI: ath10k: adjust for led changes to keep ath10k compiling</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ath10k/Makefile#fe7b6fc32455389d1b8452c67e1ddcfbc4e5f5cc</link>
        <description>LinuxKPI: ath10k: adjust for led changes to keep ath10k compilingAdd the conditional compile time option defaulting to off as we donot support leds in LinuxKPI to ath10k for the new file.Add empty struct gpio_led to LinuxKPI.MFC after:	3 days

            List of files:
            /freebsd/sys/modules/ath10k/Makefile</description>
        <pubDate>Sat, 06 Dec 2025 10:57:06 +0100</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ath10k/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/sys/modules/ath10k/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ath10k/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/ath10k/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>da8fa4e37a0c048a67d7baa3b5a9bed637d02564 - ath10k: import ath10k driver</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ath10k/Makefile#da8fa4e37a0c048a67d7baa3b5a9bed637d02564</link>
        <description>ath10k: import ath10k driverImport ISC-licensed ath10k driver assumed to bebased on Linux kvalo/ath.git master at6bae9de622d3ef4805aba40e763eb4b0975c4f6d.Import support to redirect fwlogs to kernel messagesfrom https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/389075Complement the driver to make compile on FreeBSDusing LinuxKPI with changes covered by #ifdef (__FreeBSD__).Further select updates were applied since the initial importin order to keep compiling along with other LinuxKPI baseddrivers.Any other native driver using BUS_PROBE_DEFAULT will attachignoring this one by default given bsd_probe_return is setto a lower priority.Add the module build framework.We only support PCI parts.The firmware is provided by port net/wifi-firmware-ath10k-kmod.Given the lack of full license texts on most files this isimported under the draft policy for handling SPDX files (D29226). [1]Approved by:	core (emaste, 2022-04-08) [1]MFC after:	2 months

            List of files:
            /freebsd/sys/modules/ath10k/Makefile</description>
        <pubDate>Wed, 19 Apr 2023 15:16:17 +0200</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
