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_atu.c
Age
Commit message (
Expand
)
Author
2006-05-11
if (!foo & BAR) bad, if (!(foo & BAR)) better, and I'll have a cookie per
Miod Vallat
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-02-20
Fix kernel builds without bpfilter. Linking is still broken.
Damien Bergamini
2006-01-29
Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in
Brad Smith
2006-01-29
prettify dmesg output a touch. from Michael Knudsen.
David Gwynne
2006-01-04
Remove redundant calls to bpfdetach.
Can Erkin Acar
2005-08-01
Don't keep the devinfo string on the stack, instead use malloc/free.
Brad Smith
2005-07-07
extend what jcs did a bit further by removing atus storage for the ssid.
David Gwynne
2005-07-07
initialize Scan.SSID from the right source
joshua stein
2005-07-01
Remove duplicate if_start assignment. ok dlg@
Jonathan Gray
2005-05-23
Initial radiotap support. ok dlg@
Jonathan Gray
2005-03-08
add support for the new firmwares and the devices that use them
David Gwynne
2005-03-08
lots of new devices found in a linux driver
David Gwynne
2005-03-03
sort devices and remove a duplicate
David Gwynne
2005-03-03
properly implement hardware wep support. mostly done by jesse off with
David Gwynne
2005-03-03
some mbuf handling fixes from netbsd
David Gwynne
2005-03-03
OQO model 01 internal wireless. help from many, ok by dlg
Jun-ichiro itojun Hagino
2005-02-28
another fix from netbsd pointed out by jsg@
David Gwynne
2005-02-24
fixes inspired by netbsd and pointed out by jsg@
David Gwynne
2005-02-17
derived from NetBSD:
Reyk Floeter
2005-01-26
add the Belkin F5D6050 802.11b Wireless Device. from netbsd
David Gwynne
2005-01-23
Add the Askey WLL013. found by jsg in a dmesg
David Gwynne
2004-12-30
get rid of ieee80211 debug output
David Gwynne
2004-12-23
turn padding of tx packets on since it appears it may be needed by certain
David Gwynne
2004-12-20
lots of minor tweaking and cleanup, removal of unused junk, etc; dlg ok
Theo de Raadt
2004-12-13
endian fixes, ie, atu will now work on big endian architectures.
David Gwynne
2004-12-13
set the buffer up before we try to use it. fixes a panic on sparc64 which
David Gwynne
2004-12-12
wait till we have root mounted before trying to upload firmwares
David Gwynne
2004-12-12
do a better reattachement of this device
David Gwynne
2004-12-08
remove the variables that used to make up the signal cache. nothing in atu
David Gwynne
2004-12-06
tell net80211 that we can get probes/beacons on any channel during a scan.
David Gwynne
2004-12-06
dont try and detect if the external firmware is already loaded by changing
David Gwynne
2004-12-05
do a scan for networks when net80211 thinks we should rather than doing it
David Gwynne
2004-12-05
net80211 in the watchdog
David Gwynne
2004-12-05
clean up init of the tx xfers
David Gwynne
2004-12-05
unbreak builds without ATU_DEBUG set.
David Gwynne
2004-12-05
clean up some more of the old state machine
David Gwynne
2004-12-05
shrink atu_ioctl to only have the useful bits. inet6 seems a bit happier as a
David Gwynne
2004-12-05
rely on net80211 for media status/changes. reset the device as needed
David Gwynne
2004-12-05
remove the dependance on code from wi
David Gwynne
2004-12-04
remove code that is now unused because of the move to net80211 and the
David Gwynne
2004-12-04
clean up the tx path
David Gwynne
2004-12-04
clean up the rx path
David Gwynne
2004-12-04
disable the state machine in atu in favour of the net80211 framework. lots of
David Gwynne
2004-11-23
use ieee80211com to store the mac
David Gwynne
2004-11-22
better fix for the internal fw loader that doesnt break 64bit archs
David Gwynne
2004-11-22
use a size_t here
Theo de Raadt
2004-11-22
use a signed type if we're comparing the var to -1. fixes loading of the
David Gwynne
2004-11-22
cleaner handling of unknown radios
Theo de Raadt
2004-11-21
introduce the net80211 framework to atu
David Gwynne
[next]