<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/rtwnfw, branch stable/13</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=stable%2F13</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=stable%2F13'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2023-08-23T17:43:27Z</updated>
<entry>
<title>sys: Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-23T17:43:27Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:31:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5510f79042fbd543de55807d0da7f8a2b8be2f89'/>
<id>urn:sha1:5510f79042fbd543de55807d0da7f8a2b8be2f89</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

Similar commit in current:
(cherry picked from commit 031beb4e239b)
</content>
</entry>
<entry>
<title>Stop using .OODATE for extracting firmware.</title>
<updated>2019-06-12T00:03:00Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2019-06-12T00:03:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f68801df100565820b35631a8709229141537baa'/>
<id>urn:sha1:f68801df100565820b35631a8709229141537baa</id>
<content type='text'>
This fixes META_MODE rebuilding since it assumes that it this is
a non-consistent build command. These are always unencoded consistently
though and do not need to use the .OODATE/$? mechanism.

MFC after:	2 weeks
Reported by:	npn
Sponsored by:	DellEMC
</content>
</entry>
<entry>
<title>rtwn_pci(4): add support for RTL8188EE chipset.</title>
<updated>2019-01-02T06:48:53Z</updated>
<author>
<name>Andriy Voskoboinyk</name>
<email>avos@FreeBSD.org</email>
</author>
<published>2019-01-02T06:48:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b3f3786e5dd186b11a79e50e5aa4efb95dab9307'/>
<id>urn:sha1:b3f3786e5dd186b11a79e50e5aa4efb95dab9307</id>
<content type='text'>
Initially based on https://reviews.freebsd.org/D15692;
later deduplicated and improved a bit (Tx reports, IQ calibration support).

Submitted by:	Farhan Khan &lt;khanzf@gmail.com&gt;
MFC after:	4 days
Relnotes:	yes
Differential Revision:	https://reviews.freebsd.org/D15692
</content>
</entry>
<entry>
<title>sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
<updated>2017-03-04T10:10:17Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-03-04T10:10:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=193d9e768ba63fcfb187cfd17f461f7d41345048'/>
<id>urn:sha1:193d9e768ba63fcfb187cfd17f461f7d41345048</id>
<content type='text'>
This simplifies make output/logic

Tested with:	`cd sys/modules; make ALL_MODULES=` on amd64
MFC after:	1 month
Sponsored by:	Dell EMC Isilon
</content>
</entry>
<entry>
<title>Add support for the Realtek RTL8192EU chipset.</title>
<updated>2017-01-24T02:35:38Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2017-01-24T02:35:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=60b9567d16b585b05c86c60393958ad81cbfa72f'/>
<id>urn:sha1:60b9567d16b585b05c86c60393958ad81cbfa72f</id>
<content type='text'>
Committed over the D-Link DWA-131 rev E1 on amd64 with WPA.

Reviewed by:	avos
</content>
</entry>
<entry>
<title>rtwn(4), urtwn(4): merge common code, add support for 11ac devices.</title>
<updated>2016-10-17T20:38:24Z</updated>
<author>
<name>Andriy Voskoboinyk</name>
<email>avos@FreeBSD.org</email>
</author>
<published>2016-10-17T20:38:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7453645f2a9411a3f9d982b768bcc323f41cf906'/>
<id>urn:sha1:7453645f2a9411a3f9d982b768bcc323f41cf906</id>
<content type='text'>
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 rtwnfw
rtwn  rtwnfw  -&gt; rtwn rtwn_pci rtwnfw

Tested 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
</content>
</entry>
<entry>
<title>[rtwn] Add rtwn firmware and driver module.</title>
<updated>2015-12-31T22:33:32Z</updated>
<author>
<name>Adrian Chadd</name>
<email>adrian@FreeBSD.org</email>
</author>
<published>2015-12-31T22:33:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b6ac0e6565b7bbb903ab09d2f8ed1e2a25135133'/>
<id>urn:sha1:b6ac0e6565b7bbb903ab09d2f8ed1e2a25135133</id>
<content type='text'>
Submitted by:	kevlo
</content>
</entry>
</feed>
