summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_rtwn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make wireless drivers call if_input() only once per interrupt.stsp2019-09-121-6/+15
* add RTL8723AE supportjmatthew2018-10-011-53/+278
* The sequence number field in the 802.11 frame header includes the sequencejmatthew2018-10-011-5/+7
* Add support for RTL8188EE.jmatthew2018-09-211-43/+419
* - There's no need to set R92C_HSSI_PARAM2_READ_EDGE for R92C_HSSI_PARAM2(0)kevlo2018-09-131-5/+3
* Fix Realtek product name from RT8188 to RTL8188CEkevlo2018-08-081-2/+2
* Attach rtwn(4) to RTL8192CE. Tested by me.stsp2017-09-031-4/+5
* - Fix incorrect values in the computation of transmit power for thekevlo2017-06-161-3/+5
* Make rtwn(4) add frames which failed to transmit to AMRR's transmit counter.stsp2017-05-191-4/+3
* Make rtwn(4) support fixed transmit rates set with ifconfig(8).stsp2017-05-191-2/+7
* Add AMRR support to rtwn(4). Based on code from FreeBSD.stsp2017-02-011-7/+89
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-2/+1
* Fix byteswap errors in rtwn(4) and urtwn(4) introduced by me on June 17.stsp2016-07-261-3/+7
* Make rtwn(4) and urtwn(4) respect the RTS threshold set by net80211.stsp2016-07-211-2/+5
* Merge a lot of code from urtwn(4) into rtwn(4). Both drivers now share codestsp2016-06-171-35/+93
* Continue preparing a future merge of urtwn(4) and rtwn(4).stsp2016-06-051-2/+270
* The common part of rtwn(4) needs help from attachment drivers to determinestsp2016-03-211-2/+2
* usbd_is_dying() can't be part of the common rtwn(4) driver code once westsp2016-03-151-17/+75
* Move rtwn(4) DMA init code back to the PCI part of the driver.stsp2016-03-111-4/+102
* Make rtwn(4) check for "unsupported test chip" error during attach again.stsp2016-03-091-2/+9
* Split the rtwn(4) driver into two layers:stsp2016-03-091-2702/+178
* For rtwn(4) and urtwn(4) inline driver-specific definitions in theirstsp2016-03-071-2/+185
* Merge TX/RX descriptors used by rtwn(4) and urtwn(4) into common header file.stsp2016-03-071-22/+24
* Merge rtwn(4) and urtwn(4) register definitions into a common header file.stsp2016-03-071-9/+10
* Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n modestsp2016-01-051-7/+2
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-6/+7
* No need to include <net/if_arp.h>mpi2015-11-241-2/+1
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-241-2/+1
* replace the ifqueues in net80211 with mbuf_queues.dlg2015-11-041-2/+2
* arp_ifinit() is no longer needed.mpi2015-10-251-5/+1
* fairly simple sizes for free(); ok teduderaadt2015-08-281-2/+2
* Implement IQ calibration support for rtwn(4). Lots of black magic involved.stsp2015-06-141-10/+285
* Busy-wait a short while after sending a command to rtwn(4) firmware.stsp2015-06-131-1/+5
* Fix rtwn(4) wifi LED support. Tested with rtwn(4) device in Thinkpad X220.stsp2015-06-121-4/+6
* Do not set "rcvif", if_input() does it for us.mpi2015-06-101-2/+1
* New rtwn(4) driver for RTL8188CE wifi cards.stsp2015-06-041-0/+3287