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
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
2015-06-12
Only match devices with a valid configuration.
Martin Pieuchot
2015-05-12
Merge various urtwn(4) fixes from FreeBSD:
Stefan Sperling
2015-05-10
Fix urtwn(4) 11b performance for RTL8188EU devices.
Stefan Sperling
2015-05-10
My commit adding RTL8188EU did introduce a regression after all.
Stefan Sperling
2015-05-04
Add support for RTL8188EU chips to urtwn(4).
Stefan Sperling
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-02-10
Wireless drivers call if_input() via ieee80211_input() which set `rcvif'
Martin Pieuchot
2015-02-07
Fix a logic error when enabling MAC and reset the checksum report bit
Martin Pieuchot
2014-12-22
unifdef INET
Ted Unangst
2014-12-19
Use <sys/endian.h> instead of <machine/endian.h>
Philip Guenther
2014-07-13
No need for <netinet/in_systm.h> here.
Martin Pieuchot
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-12
Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to
Martin Pieuchot
2014-03-19
Stop abusing the rcvif pointer to pass wireless nodes down to the
Martin Pieuchot
2014-03-14
Add the ISY IWL 4000 a new urtwn(4) device, from Fabian Raetz and
Martin Pieuchot
[next]