<?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 rtwn_usb_rx.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>95ee2897e98f5d444f26ed2334cc7c439f9c16c6 - sys: Remove $FreeBSD$: two-line .h pattern</title>
        <link>http://opengrok.net:8080/history/src/sys/dev/rtwn/usb/rtwn_usb_rx.h#95ee2897e98f5d444f26ed2334cc7c439f9c16c6</link>
        <description>sys: Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/

            List of files:
            /src/sys/dev/rtwn/usb/rtwn_usb_rx.h</description>
        <pubDate>Wed, 16 Aug 2023 17:54:11 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95ee2897e98f5d444f26ed2334cc7c439f9c16c6 - sys: Remove $FreeBSD$: two-line .h pattern</title>
        <link>http://opengrok.net:8080/history/src/sys/dev/rtwn/usb/rtwn_usb_rx.h#95ee2897e98f5d444f26ed2334cc7c439f9c16c6</link>
        <description>sys: Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/

            List of files:
            /src/sys/dev/rtwn/usb/rtwn_usb_rx.h</description>
        <pubDate>Wed, 16 Aug 2023 17:54:11 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5763f79695f9b1ffacce55a8594cb7be08c3f31c - Merge ^/head r307383 through r307735.</title>
        <link>http://opengrok.net:8080/history/src/sys/dev/rtwn/usb/rtwn_usb_rx.h#5763f79695f9b1ffacce55a8594cb7be08c3f31c</link>
        <description>Merge ^/head r307383 through r307735.

            List of files:
            /src/sys/dev/rtwn/usb/rtwn_usb_rx.h</description>
        <pubDate>Fri, 21 Oct 2016 16:29:40 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7453645f2a9411a3f9d982b768bcc323f41cf906 - rtwn(4), urtwn(4): merge common code, add support for 11ac devices.</title>
        <link>http://opengrok.net:8080/history/src/sys/dev/rtwn/usb/rtwn_usb_rx.h#7453645f2a9411a3f9d982b768bcc323f41cf906</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:
            /src/sys/dev/rtwn/usb/rtwn_usb_rx.h</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>5763f79695f9b1ffacce55a8594cb7be08c3f31c - Merge ^/head r307383 through r307735.</title>
        <link>http://opengrok.net:8080/history/src/sys/dev/rtwn/usb/rtwn_usb_rx.h#5763f79695f9b1ffacce55a8594cb7be08c3f31c</link>
        <description>Merge ^/head r307383 through r307735.

            List of files:
            /src/sys/dev/rtwn/usb/rtwn_usb_rx.h</description>
        <pubDate>Fri, 21 Oct 2016 16:29:40 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7453645f2a9411a3f9d982b768bcc323f41cf906 - rtwn(4), urtwn(4): merge common code, add support for 11ac devices.</title>
        <link>http://opengrok.net:8080/history/src/sys/dev/rtwn/usb/rtwn_usb_rx.h#7453645f2a9411a3f9d982b768bcc323f41cf906</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:
            /src/sys/dev/rtwn/usb/rtwn_usb_rx.h</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>95ee2897e98f5d444f26ed2334cc7c439f9c16c6 - sys: Remove $FreeBSD$: two-line .h pattern</title>
        <link>http://opengrok.net:8080/history/src/sys/dev/rtwn/usb/rtwn_usb_rx.h#95ee2897e98f5d444f26ed2334cc7c439f9c16c6</link>
        <description>sys: Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/

            List of files:
            /src/sys/dev/rtwn/usb/rtwn_usb_rx.h</description>
        <pubDate>Wed, 16 Aug 2023 17:54:11 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5763f79695f9b1ffacce55a8594cb7be08c3f31c - Merge ^/head r307383 through r307735.</title>
        <link>http://opengrok.net:8080/history/src/sys/dev/rtwn/usb/rtwn_usb_rx.h#5763f79695f9b1ffacce55a8594cb7be08c3f31c</link>
        <description>Merge ^/head r307383 through r307735.

            List of files:
            /src/sys/dev/rtwn/usb/rtwn_usb_rx.h</description>
        <pubDate>Fri, 21 Oct 2016 16:29:40 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7453645f2a9411a3f9d982b768bcc323f41cf906 - rtwn(4), urtwn(4): merge common code, add support for 11ac devices.</title>
        <link>http://opengrok.net:8080/history/src/sys/dev/rtwn/usb/rtwn_usb_rx.h#7453645f2a9411a3f9d982b768bcc323f41cf906</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:
            /src/sys/dev/rtwn/usb/rtwn_usb_rx.h</description>
        <pubDate>Mon, 17 Oct 2016 20:38:24 +0000</pubDate>
        <dc:creator>Andriy Voskoboinyk &lt;avos@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
