<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/sys/dev/rtwn, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2020-09-29T20:46:25Z</updated>
<entry>
<title>rtwn: narrow the epoch area</title>
<updated>2020-09-29T20:46:25Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2020-09-29T20:46:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3917c9ba653d804dc4f60b969ef5eee32525e5a6'/>
<id>urn:sha1:3917c9ba653d804dc4f60b969ef5eee32525e5a6</id>
<content type='text'>
Rather than placing the epoch around the entire receive loop which
might call into rtwn_rx_frame() and USB and sleep, split the loop
into two[1] and leave us with one unlock/lock cycle as well.

PR:		249925
Reported by:	thj, (rkoberman gmail.com)
Tested by:	thj
Suggested by:	adrian [1]
Reviewed by:	adrian
MFC after:	3 days
Sponsored by:	The FreeBSD Foundation (initially, paniced my iwl lab host)
Differential Revision:	https://reviews.freebsd.org/D26554
</content>
</entry>
<entry>
<title>rtwn: clean up empty lines in .c and .h files</title>
<updated>2020-09-01T21:33:31Z</updated>
<author>
<name>Mateusz Guzik</name>
<email>mjg@FreeBSD.org</email>
</author>
<published>2020-09-01T21:33:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=b3512b30dbec579da28028e29d8b33ec7242af68'/>
<id>urn:sha1:b3512b30dbec579da28028e29d8b33ec7242af68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rtwn(4): Add support for the Belkin N300.</title>
<updated>2020-08-31T15:32:45Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2020-08-31T15:32:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f4d7179ad3adec442e119e046aa57c661f26d379'/>
<id>urn:sha1:f4d7179ad3adec442e119e046aa57c661f26d379</id>
<content type='text'>
PR:		249034
Submitted by:	Salvador Martínez Mármol &lt;salvica@kapj.net&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>net80211: enhance getflags*() and ieee80211_add_channel*()</title>
<updated>2020-08-24T13:15:08Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2020-08-24T13:15:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2b9f12f6b2f5284999ab0a63037943dea5cfbedf'/>
<id>urn:sha1:2b9f12f6b2f5284999ab0a63037943dea5cfbedf</id>
<content type='text'>
For ieee80211_add_channel+*() we are passing in an int flag for
ht40 and in some cases another int flag for vht80 where we'd only
need two bits really.
Convert these variables to a bitflag and fold them together into one.
This also allows for VHT160 and VHT80P80 and whatever may come to
be considered. Define the various options currently needed.

Change the drivers (rtwn and rsu) which actually set this bit to non-0.
For convenience the "1" currently used for HT40 is preserved.

Enahnce getflags_5ghz() to handle the full set of VHT flags based
on the input flags from the the driver.

Update the regdomain implementation as well to make use of the new
flags and deal with higher [V]HT bandwidths.

ieee80211_add_channel() specifically did not take flags so it will
not support naything beyond 20Mhz channels.

Note: I am not entirely happy with the "cbw_flag[s]" name, but we
do use chan_flags elsewhere already.

MFC after:	2 weeks
Reviewed by:	adrian, gnn
Sponsored by:	Rubicon Communications, LLC (d/b/a "Netgate")
Differential revision:	https://reviews.freebsd.org/D26091
</content>
</entry>
<entry>
<title>Add new USB ID.</title>
<updated>2020-08-06T13:25:04Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2020-08-06T13:25:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=0736ad87b96e41e17f9598eb9c50c794bf035e67'/>
<id>urn:sha1:0736ad87b96e41e17f9598eb9c50c794bf035e67</id>
<content type='text'>
Submitted by:		Dmitry Luhtionov &lt;dmitryluhtionov@gmail.com&gt;
MFC after:		1 week
Sponsored by:		Mellanox Technologies
</content>
</entry>
<entry>
<title>rtwn: Add a USB ID for Buffalo WI-U2-433DHP</title>
<updated>2020-06-27T07:34:15Z</updated>
<author>
<name>Li-Wen Hsu</name>
<email>lwhsu@FreeBSD.org</email>
</author>
<published>2020-06-27T07:34:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=18db3c616f65a4630bba4d4d065cf4426d539a15'/>
<id>urn:sha1:18db3c616f65a4630bba4d4d065cf4426d539a15</id>
<content type='text'>
PR:		247573
Submitted by:	HATANO Tomomi &lt;hatanou@infolab.ne.jp&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>rtwn: Add a USB ID for the TP-Link TL-WN727N.</title>
<updated>2020-05-12T16:10:07Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2020-05-12T16:10:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=318825636c55bdedd45eb2968d4d0131cac090f2'/>
<id>urn:sha1:318825636c55bdedd45eb2968d4d0131cac090f2</id>
<content type='text'>
PR:		246417
Submitted by:	Viktor G. &lt;viktor@netgate.com&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>rtwn: Add a new USB ID.</title>
<updated>2020-05-09T14:49:56Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2020-05-09T14:49:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=75c600d2870d2d14fb9b2b97bfb79a41967f9191'/>
<id>urn:sha1:75c600d2870d2d14fb9b2b97bfb79a41967f9191</id>
<content type='text'>
PR:		246315
Submitted by:	Idwer Vollering &lt;vidwer+fbsdbugs@gmail.com&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Add new USB ID.</title>
<updated>2020-03-22T11:44:24Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2020-03-22T11:44:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=d0edc32e7260e4001d1cecc63eb4313ed668673f'/>
<id>urn:sha1:d0edc32e7260e4001d1cecc63eb4313ed668673f</id>
<content type='text'>
Submitted by:	Konrad Jopek &lt;kjopek@gmail.com&gt;
Differential Revision:	https://reviews.freebsd.org/D24142
MFC after:	1 week
Sponsored by:	Mellanox Technologies
</content>
</entry>
<entry>
<title>Add new USB device ID for Elecom 802.11ac USB device.</title>
<updated>2020-03-20T04:13:39Z</updated>
<author>
<name>Gavin Atkinson</name>
<email>gavin@FreeBSD.org</email>
</author>
<published>2020-03-20T04:13:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=4b156472c6a9ca25867d88f64ec27bb6770c8cee'/>
<id>urn:sha1:4b156472c6a9ca25867d88f64ec27bb6770c8cee</id>
<content type='text'>
MFC after:	2 weeks
</content>
</entry>
</feed>
