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