summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/if_malo.c
AgeCommit message (Expand)Author
2007-06-08Add TX path which enables some first (unreliable yet) packet transfers.Marcus Glocker
2007-06-04Enable channel switching.Marcus Glocker
2007-06-03Make RX path work on big endian, too.Marcus Glocker
2007-06-03The firmware converts every 802.11 RX data frame into a 802.3 frame,Marcus Glocker
2007-06-01Add RX path and enable monitor mode.Marcus Glocker
2007-05-28Add a bunch of new firmware commands to configure MAC/PHY/RF, and do so.Marcus Glocker
2007-05-27Values which are written to a 16-bit register shall be uint16_t not int.Marcus Glocker
2007-05-27Make it work on big endian archs, too.Marcus Glocker
2007-05-26Cast offset arg of bus_space_write_multi_2 to (uint16_t *). Fix deviceMarcus Glocker
2007-05-26Tune command interface.Marcus Glocker
2007-05-25Make FW commands save in the way that requests/responses must be doneMarcus Glocker
2007-05-25Bump firmware package version; Better naming of the malo firmware files.Marcus Glocker
2007-05-25Initial driver stub for the Marvell 88W8385 PCMCIA (CF) device.Marcus Glocker