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_uath.c
Age
Commit message (
Expand
)
Author
2008-06-08
add following devices
Yojiro Uo
2008-04-17
Add missing monitor mode capabilities flag.
Brad Smith
2008-01-21
Add support for SMC SMCWUSBT-G2.
Jonathan Gray
2007-10-11
treat usb vendor/product names as a locator, and have usbd_print handle it,
Theo de Raadt
2007-09-11
undo rev 1.10 "implement a zero-copy RX data path".
Damien Bergamini
2007-09-07
use new malloc M_ZERO flag to shrink kernel.
Damien Bergamini
2007-08-28
unify firmware load failure messages; ok mglocker
Theo de Raadt
2007-07-18
replace the ieee80211_wepkey structure with a more generic ieee80211_key
Damien Bergamini
2007-06-14
Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and
Marc Balmer
2007-06-12
Remove the definition and use of the device_ptr_t which was a struct device *.
Marc Balmer
2007-06-10
Remove the definition and use of the USBDEVNAME macro.
Marc Balmer
2007-06-10
Remove the definition and use of the USBDEV macro. It only created confusion
Marc Balmer
2007-06-09
Remove the definition and use of if_deactivate(). It was defined empty and
Marc Balmer
2007-06-09
re-indent prototypes after "Static" removal.
Damien Bergamini
2007-06-05
Remove the "Static" declaration of many functions. It was defined to be empty
Marc Balmer
2007-05-27
Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.
Jonathan Gray
2007-05-21
Remove logprintf macro
Jonathan Gray
2007-02-19
do not do a curproc test for interrupt context, because it is plainly wrong.
Theo de Raadt
2007-01-02
Don't use M_DUP_PKTHDR() in the driver bpf hook. Using M_DUP_PKTHDR() on a
Claudio Jeker
2006-12-16
trim 802.11 FCS from received frames.
Damien Bergamini
2006-12-03
don't include <net80211/ieee80211_amrr.h>
Damien Bergamini
2006-12-03
The device doesn't always detach gracefully from the bus after a firmware
Damien Bergamini
2006-11-26
do not have each net80211 driver define its own rates structures. if they use
Theo de Raadt
2006-10-03
make sure to call SLIST_INIT on sc->rx_freelist.
Damien Bergamini
2006-09-20
implement a zero-copy RX data path.
Damien Bergamini
2006-09-18
fix my 1.7 commit.
Damien Bergamini
2006-09-18
better uath_set_rates().
Damien Bergamini
2006-09-18
cleanup the list of supported devices.
Damien Bergamini
2006-09-18
don't use IF_PREPEND() on altq's.
Damien Bergamini
2006-09-18
More uath devices, also properly mark some of the UB52/AR5005UX devices
Jonathan Gray
2006-09-16
add new uath(4) ids and fix existing ones.
Damien Bergamini
2006-09-16
more uath(4) usb ids.
Damien Bergamini
2006-09-16
indent
Damien Bergamini
2006-09-16
Initial import of uath(4), a driver for Atheros USB2.0 AR5005UG/AR5005UX
Damien Bergamini