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
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
2004-11-19
remove the atmel dwl120 since its product ids dont seem to exist, it looks
David Gwynne
2004-11-19
cleanup includes
David Gwynne
2004-11-17
use the filesystem based firmware loader; dlg ok
Theo de Raadt
2004-11-17
remove bogus printf
Theo de Raadt
2004-11-16
get rid of the ATU_NO_COPY_TX knob. we always want it on.
David Gwynne
2004-11-15
remove some debug cruft
David Gwynne
2004-11-15
debug printf fixes from Daan Vreeken
David Gwynne
2004-11-12
support SIOCG80211BSSID SIOCS80211CHANNEL SIOCG80211POWER; from daan
Theo de Raadt
2004-11-12
cleanup prototypes
Theo de Raadt
2004-11-12
print address, this is not a debug piece
Theo de Raadt
2004-11-11
use ether_ifdetach; from daan
Theo de Raadt
2004-11-11
simplify debug printf mechanism, with various levels of verbosity more
Theo de Raadt
2004-11-11
add support for the Atmel AT76c503a (vendor/device ids, we should already
David Gwynne
2004-11-11
remove test code; Danovitsch@vitsch.net
Theo de Raadt
2004-11-11
remove excessive splnet; Danovitsch@vitsch.net
Theo de Raadt
2004-11-10
allocate a single buffer for the rx xfer to use rather than let it try
David Gwynne
2004-11-09
fix the url pointing to the original atuwi driver. pointed out by Dries
David Gwynne
2004-11-09
remove useless bpf code. removes dependancy on code from an(4).
David Gwynne
2004-11-08
let it actually compile
Theo de Raadt
2004-11-08
Atmel AT76c503 / AT76c503a / AT76c505 / AT76c505a USB WLAN driver
David Gwynne