aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rtwn/usb
Commit message (Expand)AuthorAgeFilesLines
* rtwn: fix mbuf allocation errors in USB RX path for > 4 KiB framesAdrian Chadd2025-05-011-3/+8
* rtwn: bump up the RX USB buffersAdrian Chadd2024-12-181-1/+1
* rtwn: add placeholder for the per-MACID rate reportAdrian Chadd2024-12-071-0/+21
* rtwn: Add device ID for TPLink RTL8192CUAugustin Cavalier2024-11-211-0/+1
* rtwn: change the USB TX transfers to only do one pending transfer per endpointAdrian Chadd2024-11-215-38/+128
* Revert "Enter the network epoch in USB WiFi drivers when processing input"Bjoern A. Zeeb2023-12-011-3/+0
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-165-10/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-165-10/+0
* rtwn: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* rtwn(4): Add new USB ID.Hans Petter Selasky2022-01-111-0/+1
* rtwn(4): Add new USB ID.Hans Petter Selasky2022-01-071-0/+1
* rtwn/usb: add product ID for Asus USB N10 Nano Rev. B1Andreas Wetzel2021-12-061-0/+1
* rtwn_usb(4): Add a USB ID for the TP-Link Archer T2U v3.Dmitry Chagin2021-05-271-0/+1
* rtwn: narrow the epoch areaBjoern A. Zeeb2020-09-291-6/+12
* rtwn: clean up empty lines in .c and .h filesMateusz Guzik2020-09-014-5/+0
* rtwn(4): Add support for the Belkin N300.Mark Johnston2020-08-311-0/+1
* Add new USB ID.Hans Petter Selasky2020-08-061-0/+1
* rtwn: Add a USB ID for Buffalo WI-U2-433DHPLi-Wen Hsu2020-06-271-0/+1
* rtwn: Add a USB ID for the TP-Link TL-WN727N.Mark Johnston2020-05-121-0/+1
* rtwn: Add a new USB ID.Mark Johnston2020-05-091-1/+2
* Add new USB ID.Hans Petter Selasky2020-03-221-1/+2
* Add new USB device ID for Elecom 802.11ac USB device.Gavin Atkinson2020-03-201-0/+1
* Enter the network epoch in USB WiFi drivers when processing inputGleb Smirnoff2020-01-241-0/+3
* Add support for TP-Link Archer T2U Nano.Jung-uk Kim2019-09-011-1/+2
* rtwn_usb(4): add new USB id.Andriy Voskoboinyk2019-01-281-1/+2
* net80211: reuse TICKS_2_MSEC / MSEC_2_TICKS macros from sys/time.hAndriy Voskoboinyk2019-01-251-4/+2
* rtwn_usb(4): add new USB id for RTL8821AUAndriy Voskoboinyk2019-01-161-1/+2
* rtwn_usb(4): add USB id for TP-LINK TL-WN821N v5.Andriy Voskoboinyk2019-01-021-0/+1
* Add revision number for TP-Link TL-WN722N to prevent ambiguity betweenAndriy Voskoboinyk2018-12-171-1/+1
* Add new USB id in rtwn_usb(4) (RTL8812AU)Andriy Voskoboinyk2018-12-151-0/+1
* rtwn, rsu: add more USB ids.Andriy Voskoboinyk2018-12-101-0/+1
* Add support for RealTek 8812 over USBGeorge V. Neville-Neil2017-12-031-0/+1
* rtwn_usb(4): add few USB IDs.Andriy Voskoboinyk2017-10-301-0/+2
* rtwn_usb: add support for fragmented Rx.Andriy Voskoboinyk2017-07-304-29/+209
* rtwn: add Rx descriptor structures for common code.Andriy Voskoboinyk2017-07-061-15/+12
* rtwn_usb: reject too long (>16K) mbufs.Andriy Voskoboinyk2017-07-044-5/+10
* rtwn: drop unneeded (after r315583) code.Andriy Voskoboinyk2017-03-191-11/+0
* Sort REALTEK section and remove duplicate entry for RTL8192CU.Kevin Lo2017-01-241-1/+0
* Add support for the Realtek RTL8192EU chipset.Kevin Lo2017-01-241-0/+12
* rtwn: export more stats to net80211Andriy Voskoboinyk2017-01-171-10/+5
* rtwn_usb(4): do not try to modify global static structure.Andriy Voskoboinyk2017-01-091-1/+7
* rtwn_usb(4): fix Rx buffer size calculation.Andriy Voskoboinyk2017-01-083-3/+8
* Add new USB device ID.Kevin Lo2017-01-061-0/+1
* rtwn: enable 11n support for RTL8188CE.Andriy Voskoboinyk2016-11-121-1/+2
* rtwn: add HOSTAP / IBSS mode support for RTL8188CE.Andriy Voskoboinyk2016-11-061-0/+6
* rtwn_pci: omit tx_done() stage if device is not running.Andriy Voskoboinyk2016-11-061-1/+3
* rtwn(4): fix build with 'options IEEE80211_SUPPORT_SUPERG'Andriy Voskoboinyk2016-10-182-3/+3
* rtwn(4), urtwn(4): merge common code, add support for 11ac devices.Andriy Voskoboinyk2016-10-1711-0/+1835