History log of /openbsd-src/sys/dev/usb/if_uath.c (Results 51 – 75 of 89)
Revision Date Author Comments
# 36d45870 03-Aug-2009 blambert <blambert@openbsd.org>

timeout_add -> timeout_add_msec

ok jsg@


# 91b16ae4 15-Dec-2008 damien <damien@openbsd.org>

remove duplicated usb id


# 29e86e5e 15-Oct-2008 blambert <blambert@openbsd.org>

Second pass of simple timeout_add -> timeout_add_sec conversions
This should take care of the simpler ones (i.e., timeout values of
integer multiples of hz).

ok krw@, art@


# 59319340 23-Sep-2008 canacar <canacar@openbsd.org>

Add IDs for Philips SNU6500 to uath(4) ok damien@


# 30d05aac 21-Jul-2008 damien <damien@openbsd.org>

instead of passing rx tstamp and rssi to the ieee80211_input function,
pass a pointer to an ieee80211_rxinfo structure containing those two
fields plus an extra flags field that indicates whether the

instead of passing rx tstamp and rssi to the ieee80211_input function,
pass a pointer to an ieee80211_rxinfo structure containing those two
fields plus an extra flags field that indicates whether the frame was
decrypted by hardware or not.
required for a future fix.

show more ...


# 63c8563c 08-Jun-2008 yuo <yuo@openbsd.org>

add following devices
- IODATA WN-G54/US (11bg)
- MELCO WLI-U2-KAMG54 (11abg)


# 55496a37 17-Apr-2008 brad <brad@openbsd.org>

Add missing monitor mode capabilities flag.

ok damien@


# 23b218c0 21-Jan-2008 jsg <jsg@openbsd.org>

Add support for SMC SMCWUSBT-G2.
Tested by Kaspo Lo <kaxpolox@yahoo.com>


# fc5c6ac5 11-Oct-2007 deraadt <deraadt@openbsd.org>

treat usb vendor/product names as a locator, and have usbd_print handle it,
so that it shows up before the :. as a result, all the usb devices do not
need to have name printing code anymore. all th

treat usb vendor/product names as a locator, and have usbd_print handle it,
so that it shows up before the :. as a result, all the usb devices do not
need to have name printing code anymore. all this now works and prints
nicely because usbd_probe_and_attach() is serialized. ok kettenis

show more ...


# 74433b06 11-Sep-2007 damien <damien@openbsd.org>

undo rev 1.10 "implement a zero-copy RX data path".
working with a fixed number of Rx buffers doesn't work well.
fixes problems with blocked incoming traffic.


# d3439faf 07-Sep-2007 damien <damien@openbsd.org>

use new malloc M_ZERO flag to shrink kernel.
remove <malloc.h> from files where malloc is not used.


# b2f1b584 28-Aug-2007 deraadt <deraadt@openbsd.org>

unify firmware load failure messages; ok mglocker


# 83da4af0 18-Jul-2007 damien <damien@openbsd.org>

replace the ieee80211_wepkey structure with a more generic ieee80211_key
one that can be used with other ciphers than WEP.


# 9f5f6d50 14-Jun-2007 mbalmer <mbalmer@openbsd.org>

Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and
USB_DECLARE_DRIVER macros.

No binary change.

ok dlg.


# 73030186 12-Jun-2007 mbalmer <mbalmer@openbsd.org>

Remove the definition and use of the device_ptr_t which was a struct device *.

No binary change.

ok mk.


# 4ab2b9fe 10-Jun-2007 mbalmer <mbalmer@openbsd.org>

Remove the definition and use of the USBDEVNAME macro.

(This might look easy, but it was a big diff. Thanks to dlg and especially jsg
for looking over it; we found at least four mistakes in the ini

Remove the definition and use of the USBDEVNAME macro.

(This might look easy, but it was a big diff. Thanks to dlg and especially jsg
for looking over it; we found at least four mistakes in the initial diff.)

ok jsg.

show more ...


# 1596fc1e 10-Jun-2007 mbalmer <mbalmer@openbsd.org>

Remove the definition and use of the USBDEV macro. It only created confusion
and the address of it's argument: USBDEV(sc->sc_dev) yields &sc->sc_dev.

No binary changes.

ok jsg.


# 69d06a35 09-Jun-2007 mbalmer <mbalmer@openbsd.org>

Remove the definition and use of if_deactivate(). It was defined empty and
thus produced no code at all.

No binary change.

ok jsg.


# 45eff2eb 09-Jun-2007 damien <damien@openbsd.org>

re-indent prototypes after "Static" removal.
no binary change.


# 78315254 05-Jun-2007 mbalmer <mbalmer@openbsd.org>

Remove the "Static" declaration of many functions. It was defined to be empty
and it was not consistently used. It was confusing as it suggested these
functions were static, which they were not.

d

Remove the "Static" declaration of many functions. It was defined to be empty
and it was not consistently used. It was confusing as it suggested these
functions were static, which they were not.

discussed with dlg and jsg, ok jsg.

show more ...


# de5d9ff0 27-May-2007 jsg <jsg@openbsd.org>

Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.
ok deraadt@ krw@ mbalmer@


# 695146ce 21-May-2007 jsg <jsg@openbsd.org>

Remove logprintf macro


# d267521f 19-Feb-2007 deraadt <deraadt@openbsd.org>

do not do a curproc test for interrupt context, because it is plainly wrong.
this lets these work on macppc, for instance
diagnosed by kettenis, but damien is not around, so ok jsg and others


# dd2e8b02 02-Jan-2007 claudio <claudio@openbsd.org>

Don't use M_DUP_PKTHDR() in the driver bpf hook. Using M_DUP_PKTHDR() on a
static mbuf results in a mbuf tag memory leak. Same change as in rum(4).
OK mglocker@


# c875518f 16-Dec-2006 damien <damien@openbsd.org>

trim 802.11 FCS from received frames.

noticed by jsg@


1234