aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rtwn/pci
Commit message (Expand)AuthorAgeFilesLines
* rtwn: add placeholder for the per-MACID rate reportAdrian Chadd2024-12-071-0/+30
* Revert "Widen EPOCH(9) usage in PCI WLAN drivers."Bjoern A. Zeeb2023-12-011-5/+0
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-164-8/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* rtwn: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* rtwn: clean up empty lines in .c and .h filesMateusz Guzik2020-09-015-6/+0
* Add MODULE_PNP_INFO() to autoload the rtwn_pci(4) kernel module.Hiroki Sato2020-02-272-6/+8
* Widen EPOCH(9) usage in PCI WLAN drivers.Hans Petter Selasky2020-01-301-0/+5
* rtwn_pci: add device ID for RTL8192CE.Andriy Voskoboinyk2019-08-121-0/+1
* net80211: reuse TICKS_2_MSEC / MSEC_2_TICKS macros from sys/time.hAndriy Voskoboinyk2019-01-251-1/+1
* rtwn_pci(4): fix panic with INVARIANTS (due to inverted assertion logic)Andriy Voskoboinyk2019-01-021-1/+1
* rtwn_pci(4): add support for RTL8188EE chipset.Andriy Voskoboinyk2019-01-021-1/+5
* rtwn_pci(4): add support for event-based Tx reports.Andriy Voskoboinyk2019-01-022-18/+114
* rtwn_pci(4): use proper bus_dmamap_sync flags after Tx (sync with r342672)Andriy Voskoboinyk2019-01-021-1/+2
* rtwn_pci: fix excessive packet loss on Tx with RTL8188EE.Andriy Voskoboinyk2019-01-011-2/+2
* rtwn: add Rx descriptor structures for common code.Andriy Voskoboinyk2017-07-064-22/+16
* rtwn: drop unneeded (after r315583) code.Andriy Voskoboinyk2017-03-191-11/+0
* rtwn: export more stats to net80211Andriy Voskoboinyk2017-01-171-7/+5
* rtwn_pci(4): fix possible race while accessing 'matched_chip' variable.Andriy Voskoboinyk2017-01-101-11/+23
* rtwn: enable 11n support for RTL8188CE.Andriy Voskoboinyk2016-11-123-20/+84
* rtwn: add HOSTAP / IBSS mode support for RTL8188CE.Andriy Voskoboinyk2016-11-063-26/+101
* rtwn_pci: omit tx_done() stage if device is not running.Andriy Voskoboinyk2016-11-061-5/+7
* rtwn: fix Tx ring cleanup.Andriy Voskoboinyk2016-11-061-31/+95
* rtwn(4), urtwn(4): merge common code, add support for 11ac devices.Andriy Voskoboinyk2016-10-179-0/+1569