aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rtwn
Commit message (Expand)AuthorAgeFilesLines
...
* rtwn: program the 1 and 2 stream VHT transmit power ratesAdrian Chadd2024-12-072-1/+107
* rtwn: calculate the transmit power for VHT ratesAdrian Chadd2024-12-071-10/+26
* rtwn: refactor out the rtl8812/rtl8821 tx power programmingAdrian Chadd2024-12-071-21/+45
* rtwn: expand the ridx numbers to include VHT; add accessor macrosAdrian Chadd2024-12-0710-29/+54
* rtwn: add missing iv_ampdu_limitAdrian Chadd2024-12-071-0/+1
* rtwn: add placeholder for the per-MACID rate reportAdrian Chadd2024-12-0711-2/+66
* rtwn: enable HT40 for RTL8821/RTL8812 series NICsAdrian Chadd2024-12-072-0/+14
* rtwn: use ieee80211_ht_check_tx_ht40() to transmit HT40 framesAdrian Chadd2024-12-072-6/+4
* rtwn: don't do 64 bit TSF extension by defaultAdrian Chadd2024-12-053-2/+18
* rtwn: remove the conditional compilation around the sc_ht40 option.Adrian Chadd2024-12-052-4/+0
* rtwn: enable receiving AMSDU in AMPDUAdrian Chadd2024-12-051-0/+1
* rtwn: enable FCS in the recive config to work around truncated framesAdrian Chadd2024-12-051-1/+14
* rtwn: fix rtl8812/rtl8821 vht definitions, add VHT calibration/rate controlAdrian Chadd2024-12-054-9/+17
* rtwn: use ieee80211_ht_get_node_ampdu_density(), fix programming MAX_AGGAdrian Chadd2024-12-052-4/+48
* rtwn: use ieee80211_ht_check_tx_shortgi_20() and ieee80211_ht_check_tx_shortg...Adrian Chadd2024-12-032-12/+28
* rtwn: use ieee80211_ht_check_tx_shortgi_20() and ieee80211_ht_check_tx_shortg...Adrian Chadd2024-12-032-14/+10
* 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-216-39/+129
* rtwn: ensure TX work isn't scheduled during reset / abortAdrian Chadd2024-11-081-0/+5
* net80211: migrate the group/unicast key check into inline functionsAdrian Chadd2024-07-151-4/+2
* net80211: deal with lost state transitionsBjoern A. Zeeb2024-02-141-1/+3
* Revert "Enter the network epoch in USB WiFi drivers when processing input"Bjoern A. Zeeb2023-12-011-3/+0
* 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-275-5/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1691-182/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1632-32/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1647-94/+0
* rtwm: purge EOL release compatibilityElliott Mitchell2023-02-044-58/+0
* DrvAPI: Trivial mechanical conversions for various driversJustin Hibbits2022-12-212-8/+8
* rtwn: Fix mismatches in array bounds.John Baldwin2022-12-072-3/+7
* rtwn: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-092-6/+2
* rtwn: Restore RF_ENV control type after initializing RF.John Baldwin2022-04-081-0/+5
* 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
* net80211/drivers: improve ieee80211_rx_stats for bandBjoern A. Zeeb2021-10-222-0/+4
* rtwn: make sure to not write in upper bits of txdseqAndriy Gapon2021-06-211-1/+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-01113-147/+1
* rtwn(4): Add support for the Belkin N300.Mark Johnston2020-08-311-0/+1
* net80211: enhance getflags*() and ieee80211_add_channel*()Bjoern A. Zeeb2020-08-241-3/+7
* 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
* 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