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
/
ic
/
malo.c
Age
Commit message (
Expand
)
Author
2006-11-09
Fix a bug in the firmware command function and check if the main firmware
Marcus Glocker
2006-11-07
Add TX done cleanup.
Marcus Glocker
2006-11-06
Also reset the TX ring if the card gets stopped.
Marcus Glocker
2006-11-06
Enable TX of management frames. Fix/add firmware commands, add more debug
Marcus Glocker
2006-10-29
Reorganize malo_intr() a bit. Check for unhandled interrupt flags and
Claudio Jeker
2006-10-29
In malo_ioctl() if the returned error is ENETRESET reset the device.
Claudio Jeker
2006-10-29
MALO_CMD_RESPONSE is acting just as a flag so move it to the end of the list.
Claudio Jeker
2006-10-29
Fix some nasty bugs in malo_reset() and malo_cmd_set_channel() and simplify
Claudio Jeker
2006-10-29
Add first TX path and active scan bits. Don't expect to much yet.
Marcus Glocker
2006-10-25
Resort some functions, tiny cleanup.
Marcus Glocker
2006-10-24
Fix RX DMA handling; until now the card stopped receiving interrupts
Marcus Glocker
2006-10-22
Activate RX radiotap. We have RSSI for now.
Marcus Glocker
2006-10-21
Fix RX handling; the chip injects control data in front and between
Marcus Glocker
2006-10-17
Add first bits of a RX intr handler routine. Needs further clarification.
Marcus Glocker
2006-10-17
Allocate and free TX DMA rings additionally change some of the structures to
Claudio Jeker
2006-10-17
Allocate and free RX DMA ring. Mostly form rt2661.c with adaption for malo.
Claudio Jeker
2006-10-15
Place bus_dmamap_sync() around malo_send_cmd this should help porting to
Claudio Jeker
2006-10-15
More serious firmware load error messages.
Marcus Glocker
2006-10-15
Add $OpenBSD$ tag
Claudio Jeker
2006-10-15
First stubs for a new driver for the Marvell Libertas chips.
Claudio Jeker