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