aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rtwn
Commit message (Expand)AuthorAgeFilesLines
* net80211: move net_epoch into net80211Bjoern A. Zeeb2024-06-122-8/+0
* net80211: deal with lost state transitionsBjoern A. Zeeb2024-02-191-1/+3
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2391-182/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-2332-32/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2347-94/+0
* rtwn: Fix mismatches in array bounds.John Baldwin2023-05-032-3/+7
* rtwn: Restore RF_ENV control type after initializing RF.John Baldwin2022-05-131-0/+5
* rtwn(4): Add new USB ID.Hans Petter Selasky2022-02-101-0/+1
* rtwn(4): Add new USB ID.Hans Petter Selasky2022-02-101-0/+1
* rtwn/usb: add product ID for Asus USB N10 Nano Rev. B1Andreas Wetzel2021-12-131-0/+1
* net80211/drivers: improve ieee80211_rx_stats for bandBjoern A. Zeeb2021-11-192-0/+4
* rtwn: make sure to not write in upper bits of txdseqAndriy Gapon2021-07-191-1/+1
* rtwn_usb(4): Add a USB ID for the TP-Link Archer T2U v3.Dmitry Chagin2021-06-101-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
* Enter the network epoch in USB WiFi drivers when processing inputGleb Smirnoff2020-01-241-0/+3
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-17/+14
* Add support for TP-Link Archer T2U Nano.Jung-uk Kim2019-09-011-1/+2
* rtwn_pci: add device ID for RTL8192CE.Andriy Voskoboinyk2019-08-121-0/+1
* Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk2019-03-112-5/+2
* rtwn_usb(4): fix Tx instability with RTL8192CU chipsetsAndriy Voskoboinyk2019-03-043-0/+9
* rtwn_usb(4): fix LED blinking for RTL8192CU during scanningAndriy Voskoboinyk2019-03-041-0/+1
* rtwn_usb(4): add new USB id.Andriy Voskoboinyk2019-01-281-1/+2
* Remove 2GHz channel list copies from wireless drivers.Andriy Voskoboinyk2019-01-261-6/+2
* net80211: reuse TICKS_2_MSEC / MSEC_2_TICKS macros from sys/time.hAndriy Voskoboinyk2019-01-252-5/+3
* rtwn(4): clear 'basic' rate bit before calculating RTS/CTS rate.Andriy Voskoboinyk2019-01-162-2/+2
* rtwn_usb(4): add new USB id for RTL8821AUAndriy Voskoboinyk2019-01-161-1/+2
* rtwn_usb(4): add IQ calibration support for RTL8192CUAndriy Voskoboinyk2019-01-102-2/+352
* rtwn_pci(4): sync r88ee_power_on() with OpenBSDAndriy Voskoboinyk2019-01-043-5/+22
* rtwn_usb(4): add USB id for TP-LINK TL-WN821N v5.Andriy Voskoboinyk2019-01-021-0/+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-029-15/+805
* rtwn(4): rename set_name -> set_rom_opts method and reuse it for RTL8188E*Andriy Voskoboinyk2019-01-026-10/+20
* rtwn(4): rename common RTL8188E* structures.Andriy Voskoboinyk2019-01-022-24/+24
* rtwn(4): do not try to start RTL8188E* MCU during device shutdown.Andriy Voskoboinyk2019-01-021-1/+5
* Move USB-specific parts from rtwn(4) to rtwn_usb(4)Andriy Voskoboinyk2019-01-025-84/+96
* rtwn_pci(4): add support for event-based Tx reports.Andriy Voskoboinyk2019-01-0215-109/+149
* rtwn_pci(4): use proper bus_dmamap_sync flags after Tx (sync with r342672)Andriy Voskoboinyk2019-01-021-1/+2
* rtwn(4): drop obsolete comment + use 'nop' function for 92eu calibrationAndriy Voskoboinyk2019-01-022-2/+2
* rtwn(4): add IQ calibration support for RTL8188E*Andriy Voskoboinyk2019-01-022-2/+330