<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/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>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/rtwn/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/rtwn/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5bb3134a - Fix some modules to export more used symbols</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/rtwn/Makefile#5bb3134a</link>
        <description>Fix some modules to export more used symbolsand remove non-present symbols that are now reported by kmod_syms.awk.Reviewed by:	emasteSponsored by:	The FreeBSD FoundationMFC after:	1 weekDifferential revision:	https://reviews.freebsd.org/D32878

            List of files:
            /freebsd-14.2/sys/modules/rtwn/Makefile</description>
        <pubDate>Sun, 07 Nov 2021 08:42:24 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>15eaaf08 - rtwn: rename module (if_rtwn.ko -&gt; rtwn.ko) to match module name + drop</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/rtwn/Makefile#15eaaf08</link>
        <description>rtwn: rename module (if_rtwn.ko -&gt; rtwn.ko) to match module name + dropmanpage link.Reported by:	mav, hselasky

            List of files:
            /freebsd-14.2/sys/modules/rtwn/Makefile</description>
        <pubDate>Fri, 09 Jun 2017 07:08:58 +0000</pubDate>
        <dc:creator>Andriy Voskoboinyk &lt;avos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/rtwn/Makefile#193d9e76</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/sys/modules/rtwn/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 10:10:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>60b9567d - Add support for the Realtek RTL8192EU chipset.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/rtwn/Makefile#60b9567d</link>
        <description>Add support for the Realtek RTL8192EU chipset.Committed over the D-Link DWA-131 rev E1 on amd64 with WPA.Reviewed by:	avos

            List of files:
            /freebsd-14.2/sys/modules/rtwn/Makefile</description>
        <pubDate>Tue, 24 Jan 2017 02:35:38 +0000</pubDate>
        <dc:creator>Kevin Lo &lt;kevlo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7453645f - rtwn(4), urtwn(4): merge common code, add support for 11ac devices.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/rtwn/Makefile#7453645f</link>
        <description>rtwn(4), urtwn(4): merge common code, add support for 11ac devices.All devices:- add support for rate adaptation via ieee80211_amrr(9);- use short preamble for transmitted frames when needed;- multi-bss support: * for RTL8821AU: 2 VAPs at the same time; * other: 1 any VAP + 1 sta VAP.RTL8188CE:- fix IQ calibration bug (reason of significant speed degradation);- add h/w crypto acceleration support.USB:- A-MPDU Tx support;- short GI support;Other:- add support for RTL8812AU / RTL8821AU chipsets(a/b/g/n only; no ac yet);- split merged code into subparts: * bus glue (usb/*, pci/*, rtl*/usb/*, rtl*/pci/*) * common (if_rtwn*) * chip-specific (rtl*/*)- various other bugfixes.Due to code reorganization, module names / requirements were changed too:urtwn urtwnfw -&gt; rtwn rtwn_usb rtwnfwrtwn  rtwnfw  -&gt; rtwn rtwn_pci rtwnfwTested with RTL8188CE, RTL8188CUS, RTL8188EU and RTL8821AU.Tested by:	kevlo, garga,		Peter Garshtja &lt;peter.garshtja@ambient-md.com&gt;,		Kevin McAleavey &lt;kevin.mcaleavey@knosproject.com&gt;,		Ilias-Dimitrios Vrachnis &lt;id@vrachnis.com&gt;,		&lt;otacilio.neto@bsd.com.br&gt;Relnotes:	yes

            List of files:
            /freebsd-14.2/sys/modules/rtwn/Makefile</description>
        <pubDate>Mon, 17 Oct 2016 20:38:24 +0000</pubDate>
        <dc:creator>Andriy Voskoboinyk &lt;avos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>43a57fd1 - [rtwn] add rtwn module directory.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/rtwn/Makefile#43a57fd1</link>
        <description>[rtwn] add rtwn module directory.Pointed out by: dim

            List of files:
            /freebsd-14.2/sys/modules/rtwn/Makefile</description>
        <pubDate>Thu, 31 Dec 2015 23:48:07 +0000</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
