summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rtwn.c
AgeCommit message (Expand)Author
2017-07-08- For RTL8188CUS/RTL8192CU, we have to force 8051 reset/enable before waitingKevin Lo
2017-07-02Add 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 theKevin Lo
2017-05-19Repair rtwn(4) IQ calibration.Stefan Sperling
2017-05-088192C is the only MIMO chip supported by this driver, all others are 1T1R.Ricardo Mestre
2017-02-12Fix an uninitialised return value in rtwn_ra_init(). Though nothingJonathan Gray
2017-02-01Add AMRR support to rtwn(4). Based on code from FreeBSD.Stefan Sperling
2017-01-31Configure rtwn's ACMHWCTRL register correctly. Bits in this registerStefan Sperling
2017-01-31Clean up code in rtwn(4)/urtwn(4) which handles EDCA parameters:Stefan Sperling
2017-01-30Make urtwn(4) run slot time updates from a USB task.Stefan Sperling
2017-01-30Make rtwn(4) and urtwn(4) tell the hardware about short preamble andStefan Sperling
2017-01-30Fix size passed to free(9)Jeremie Courreges-Anglas
2017-01-26Fix rtwn(4) IQ calibration code (affects PCI devices only).Stefan Sperling
2017-01-08Make urtwn(4) use AMRR instead of letting the firmware handle rate scaling.Stefan Sperling
2016-07-26Fix byteswap errors in rtwn(4) and urtwn(4) introduced by me on June 17.Stefan Sperling
2016-06-17Merge a lot of code from urtwn(4) into rtwn(4). Both drivers now share codeStefan Sperling
2016-06-05Continue preparing a future merge of urtwn(4) and rtwn(4).Stefan Sperling
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-03-21The common part of rtwn(4) needs help from attachment drivers to determineStefan Sperling
2016-03-15usbd_is_dying() can't be part of the common rtwn(4) driver code once weStefan Sperling
2016-03-11Move rtwn(4) DMA init code back to the PCI part of the driver.Stefan Sperling
2016-03-09Make rtwn(4) check for "unsupported test chip" error during attach again.Stefan Sperling
2016-03-09Make rtwn(4) stop the chip during DVACT_QUIESCE rather than DVACT_SUSPENDStefan Sperling
2016-03-09Split the rtwn(4) driver into two layers:Stefan Sperling