summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/rtwnvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* - in rtwn_r88e_fw_reset function, use the correct bit R88E_RSV_CTRL_MCU_RSTkevlo2019-03-111-1/+2
* Add support for RTL8192EU adapters, partly taken from netbsd.jmatthew2018-12-041-1/+3
* add RTL8723AE supportjmatthew2018-10-011-1/+6
* Move the unions into the rom struct which fixes Coverity CID 1473649 andkevlo2018-09-281-11/+3
* Add support for RTL8188EE.jmatthew2018-09-211-4/+16
* - For RTL8188CUS/RTL8192CU, we have to force 8051 reset/enable before waitingkevlo2017-07-081-5/+1
* - Fix incorrect values in the computation of transmit power for thekevlo2017-06-161-9/+14
* Make urtwn(4) run slot time updates from a USB task.stsp2017-01-301-1/+2
* Merge a lot of code from urtwn(4) into rtwn(4). Both drivers now share codestsp2016-06-171-9/+31
* Continue preparing a future merge of urtwn(4) and rtwn(4).stsp2016-06-051-3/+14
* The common part of rtwn(4) needs help from attachment drivers to determinestsp2016-03-211-5/+6
* usbd_is_dying() can't be part of the common rtwn(4) driver code once westsp2016-03-151-4/+7
* Move rtwn(4) DMA init code back to the PCI part of the driver.stsp2016-03-111-2/+2
* Make rtwn(4) check for "unsupported test chip" error during attach again.stsp2016-03-091-2/+2
* Split the rtwn(4) driver into two layers:stsp2016-03-091-0/+83