summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_rtwn.c
AgeCommit message (Expand)Author
2024-05-24remove unneeded includes; ok miod@Jonathan Gray
2023-07-14Check if the OWN bit of Tx descriptor instead of Rx descriptor is setKevin Lo
2022-04-21Use memset() to initialize struct ieee80211_rxinfo properly.Stefan Sperling
2022-03-15Fix Tx rate used by rtwn(4) and urtwn(4) for RTS frames.Stefan Sperling
2021-10-04Build firmware for rsu(4), rtwn(4), and urtwn(4).Kevin Lo
2020-12-12Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan
2019-09-12Make wireless drivers call if_input() only once per interrupt.Stefan Sperling
2018-10-01add RTL8723AE supportJonathan Matthew
2018-10-01The sequence number field in the 802.11 frame header includes the sequenceJonathan Matthew
2018-09-21Add support for RTL8188EE.Jonathan Matthew
2018-09-13- There's no need to set R92C_HSSI_PARAM2_READ_EDGE for R92C_HSSI_PARAM2(0)Kevin Lo
2018-08-08Fix Realtek product name from RT8188 to RTL8188CEKevin Lo
2017-09-03Attach rtwn(4) to RTL8192CE. Tested by me.Stefan Sperling
2017-06-16- Fix incorrect values in the computation of transmit power for theKevin Lo
2017-05-19Make rtwn(4) add frames which failed to transmit to AMRR's transmit counter.Stefan Sperling
2017-05-19Make rtwn(4) support fixed transmit rates set with ifconfig(8).Stefan Sperling
2017-02-01Add AMRR support to rtwn(4). Based on code from FreeBSD.Stefan Sperling
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2016-07-26Fix byteswap errors in rtwn(4) and urtwn(4) introduced by me on June 17.Stefan Sperling
2016-07-21Make rtwn(4) and urtwn(4) respect the RTS threshold set by net80211.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-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-09Split the rtwn(4) driver into two layers:Stefan Sperling
2016-03-07For rtwn(4) and urtwn(4) inline driver-specific definitions in theirStefan Sperling
2016-03-07Merge TX/RX descriptors used by rtwn(4) and urtwn(4) into common header file.Stefan Sperling
2016-03-07Merge rtwn(4) and urtwn(4) register definitions into a common header file.Stefan Sperling
2016-01-05Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n modeStefan Sperling
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24No need to include <net/if_arp.h>Martin Pieuchot
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-11-04replace the ifqueues in net80211 with mbuf_queues.David Gwynne
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-08-28fairly simple sizes for free(); ok teduTheo de Raadt
2015-06-14Implement IQ calibration support for rtwn(4). Lots of black magic involved.Stefan Sperling
2015-06-13Busy-wait a short while after sending a command to rtwn(4) firmware.Stefan Sperling
2015-06-12Fix rtwn(4) wifi LED support. Tested with rtwn(4) device in Thinkpad X220.Stefan Sperling
2015-06-10Do not set "rcvif", if_input() does it for us.Martin Pieuchot
2015-06-04New rtwn(4) driver for RTL8188CE wifi cards.Stefan Sperling