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
/
usb
/
if_urtwn.c
Age
Commit message (
Expand
)
Author
2021-10-04
Build firmware for rsu(4), rtwn(4), and urtwn(4).
Kevin Lo
2021-04-25
Make urtwn(4) attach to 'ASUS USB-N10 Nano' devices.
Stefan Sperling
2020-11-15
match on Edimax EW-7811Un V2, from Morgan Aldridge
Jonathan Matthew
2020-11-12
Don't enable port or link until all crypto keys are installed by
Kenneth R Westerback
2020-11-10
Fix urtwn(4) against access points which use WPA1/TKIP as the group cipher.
Stefan Sperling
2020-07-31
Nuke all occurrences of usbd_abort_pipe() if it gets called right
Marcus Glocker
2020-07-06
match on D-Link DWA-121 rev B1
Jonathan Gray
2020-07-05
Fix mbuf leak in urtwn(4) with frames that are CCMP-crypted in hardware.
Stefan Sperling
2020-06-11
Make use of hardware crypto for CCMP. The tricky bits had been lying
Jonathan Matthew
2020-05-26
match on TP-Link TL-WN822N-EU v5
Jonathan Gray
2020-01-27
Make urtwn(4) attach to tp-link tl-wn823n (RTL8192EU).
Stefan Sperling
2020-01-05
remove duplicate device ids
Jonathan Gray
2020-01-05
consistently uppercase usb product defines
Jonathan Gray
2019-11-16
- Don't enable/disable efuse access protection for rtl8188c/rtl8192c;
Kevin Lo
2019-09-12
Make wireless drivers call if_input() only once per interrupt.
Stefan Sperling
2019-03-11
- in rtwn_r88e_fw_reset function, use the correct bit R88E_RSV_CTRL_MCU_RST
Kevin Lo
2019-01-14
match on TP-Link WN821N v5 (RTL8192EU), tested by Jesper Wallin
Jonathan Matthew
2018-12-07
Handle 2 Tx chains in the computation of transmit power for the RTL8192EU.
Kevin Lo
2018-12-04
Add support for RTL8192EU adapters, partly taken from netbsd.
Jonathan Matthew
2018-10-01
The sequence number field in the 802.11 frame header includes the sequence
Jonathan Matthew
2018-07-19
attach RTL8188EU under AboCom's vendor id. From FreeBSD via Mikhail <mp39590 ...
Stuart Henderson
2017-12-14
let urtwn(4) find my TP-LINK TL-WN722N v2
Sebastian Benoit
2017-11-07
Prevent a potential stack buffer overrun when a urtwn(4) device
Stefan Sperling
2017-08-23
Fix up rssi calculations and r88e_rx_cck structure for RTL8188EU.
Kevin Lo
2017-08-16
Mostly cosmetic changes to make things a bit more consistant:
Kevin Lo
2017-08-12
Fix Coverity CID 1452915: urtwn(4) would use an uninitialized array index
Stefan Sperling
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-08
For 8188EU chips, read the R92C_HSSI_PARAM2(0) register to detect whether
Stefan Sperling
2017-01-30
Make urtwn(4) run slot time updates from a USB task.
Stefan Sperling
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2017-01-08
Make urtwn(4) use AMRR instead of letting the firmware handle rate scaling.
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-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2016-03-21
Replace magic number in urtwn(4) with corresponding macro from ic/r92creg.h.
Stefan Sperling
2016-03-09
Remove pointless function pointers from urtwn(4) softc. They didn't serve
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-09-18
Remove unused variables, from Michael McConville.
Martin Pieuchot
2015-09-10
Show usb stack error code if a firmware page fails to load in urtwn(4).
Stefan Sperling
2015-08-24
Add some additional urtwn ids found in the linux rtl8192cu driver.
Jonathan Gray
2015-08-22
Make urtwn(4) attach to Netgear WNA1000Mv2. From Mark Willson.
Stefan Sperling
[next]