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_upgt.c
Age
Commit message (
Expand
)
Author
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2009-08-10
USB network devices do not DMA in a way that requires a shutdown function
Theo de Raadt
2009-08-03
timeout_add -> timeout_add_msec
Bret Lambert
2009-08-02
Never return nonzero in a device activate method invoked with DVACT_ACTIVATE,
Miod Vallat
2009-04-09
Remove obsolete braces around case switch.
Marcus Glocker
2009-03-27
Add a bunch of GW3887/v2 based upgt devices found in linux driver.
Jonathan Gray
2009-02-14
remove dead assignments and newly created unused variables.
Charles Longeau
2008-11-27
The Netgear WG1111v2 wifi dongle contains a RTL8187 chip,
Kevin Lo
2008-11-25
upgt(4) doesn't use amrr, remove useless header net80211/ieee80211_amrr.h
Kevin Lo
2008-10-14
Change m_devget()'s outdated and unused "offset" argument: It is
Christian Weisgerber
2008-08-27
pass FCS to radiotap.
Damien Bergamini
2008-08-08
if we fail to extract the mbuf in the Rx routine, increment
Thordur I. Bjornsson
2008-07-21
instead of passing rx tstamp and rssi to the ieee80211_input function,
Damien Bergamini
2008-04-16
Kernel implementation of the 4-way handshake and group-key
Damien Bergamini
2008-02-16
Remove if_ipackets++ since ieee80211_input() already does that.
Marcus Glocker
2008-02-02
- Add a v1 device which I found here.
Marcus Glocker
2008-01-27
Add TODO's to comment.
Marcus Glocker
2008-01-25
Since TX rate control is done by the firmware, we report the maximum
Marcus Glocker
2008-01-24
Fix some comments.
Marcus Glocker
2008-01-24
We don't report the antenna in the bpf tap. Remove it.
Marcus Glocker
2008-01-24
Report RX rates in radio tap.
Marcus Glocker
2008-01-22
- Fix some ifconfig up / down tweaks.
Marcus Glocker
2008-01-21
Add shutdown hook which resets the device when called. This solves
Marcus Glocker
2008-01-20
Remove obsolete rateset variables.
Marcus Glocker
2008-01-20
Cleanup rates:
Marcus Glocker
2008-01-20
Read EEPROM content the other way around (from start to end).
Marcus Glocker
2008-01-20
Adjust level 1 debug messages.
Marcus Glocker
2008-01-20
Add one more device which could work. Fix comment typo in usbdevs while
Marcus Glocker
2008-01-19
Make the device work again on big endian archs (after firmware upgrade).
Marcus Glocker
2008-01-18
Add LED support.
Marcus Glocker
2008-01-17
Fix RX queue stalling by regulary reading the device statistics (with a
Marcus Glocker
2008-01-17
Replace firmware version 2.5.8.0 with 2.13.1.0. Firmware API slightly
Marcus Glocker
2008-01-04
Fix wrong sizeof(). Makes driver work on amd64, too.
Marcus Glocker
2008-01-04
Fix TX padding.
Marcus Glocker
2008-01-03
Fix page fault trap which occured when device was detached after a failed
Marcus Glocker
2008-01-02
Make network scanning work correctly.
Marcus Glocker
2008-01-01
Add devices 11b rateset. Add/Adjust comments.
Marcus Glocker
2008-01-01
No watchdog operations if device is not running.
Marcus Glocker
2008-01-01
More constant naming for some defines.
Marcus Glocker
2008-01-01
Tune TX descriptor so we can successfully set some TX rates. Could
Marcus Glocker
2007-12-22
Reset the MAC filter if we stop the device, so no frames are accepted
Marcus Glocker
2007-12-20
More minor TX fixing (still sucks). Add more debug info and leave debug
Marcus Glocker
2007-12-19
Move watchdog timeout message from DPRINTF to printf.
Marcus Glocker
2007-12-19
Fix page fault trap in TX path. Though TX path is still not working
Marcus Glocker
2007-12-17
Add new devices to match list.
Marcus Glocker
2007-12-17
Make ether_crc32_le() work for our needs and therefore remove the large
Marcus Glocker
2007-12-16
Add comment.
Marcus Glocker
2007-12-16
Inital driver for the Conexant/Intersil PrismGT SoftMAC USB 2.0 devices
Marcus Glocker