index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
rtwn.c
Age
Commit message (
Expand
)
Author
2017-07-08
- For RTL8188CUS/RTL8192CU, we have to force 8051 reset/enable before waiting
Kevin Lo
2017-07-02
Add the definition of IEEE80211_DUR_DS_SHSLOT.
Kevin Lo
2017-07-01
- Avoid possible use of uninitialized variable; noticed by jsg@
Kevin Lo
2017-06-23
- Fix Tx queues to USB endpoints mapping and merge urtwn_r92c_dma_init()
Kevin Lo
2017-06-16
- Fix incorrect values in the computation of transmit power for the
Kevin Lo
2017-05-19
Repair rtwn(4) IQ calibration.
Stefan Sperling
2017-05-08
8192C is the only MIMO chip supported by this driver, all others are 1T1R.
Ricardo Mestre
2017-02-12
Fix an uninitialised return value in rtwn_ra_init(). Though nothing
Jonathan Gray
2017-02-01
Add AMRR support to rtwn(4). Based on code from FreeBSD.
Stefan Sperling
2017-01-31
Configure rtwn's ACMHWCTRL register correctly. Bits in this register
Stefan Sperling
2017-01-31
Clean up code in rtwn(4)/urtwn(4) which handles EDCA parameters:
Stefan Sperling
2017-01-30
Make urtwn(4) run slot time updates from a USB task.
Stefan Sperling
2017-01-30
Make rtwn(4) and urtwn(4) tell the hardware about short preamble and
Stefan Sperling
2017-01-30
Fix size passed to free(9)
Jeremie Courreges-Anglas
2017-01-26
Fix rtwn(4) IQ calibration code (affects PCI devices only).
Stefan Sperling
2017-01-08
Make urtwn(4) use AMRR instead of letting the firmware handle rate scaling.
Stefan Sperling
2016-07-26
Fix byteswap errors in rtwn(4) and urtwn(4) introduced by me on June 17.
Stefan Sperling
2016-06-17
Merge a lot of code from urtwn(4) into rtwn(4). Both drivers now share code
Stefan Sperling
2016-06-05
Continue preparing a future merge of urtwn(4) and rtwn(4).
Stefan Sperling
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2016-03-21
The common part of rtwn(4) needs help from attachment drivers to determine
Stefan Sperling
2016-03-15
usbd_is_dying() can't be part of the common rtwn(4) driver code once we
Stefan Sperling
2016-03-11
Move rtwn(4) DMA init code back to the PCI part of the driver.
Stefan Sperling
2016-03-09
Make rtwn(4) check for "unsupported test chip" error during attach again.
Stefan Sperling
2016-03-09
Make rtwn(4) stop the chip during DVACT_QUIESCE rather than DVACT_SUSPEND
Stefan Sperling
2016-03-09
Split the rtwn(4) driver into two layers:
Stefan Sperling