summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/if_malovar.h
AgeCommit message (Expand)Author
2010-08-30Convert the pcmcia power hook to an activate function. Then change theTheo de Raadt
2007-10-09Setup channels with OFDM flags. Permit user to set fix rates.Marcus Glocker
2007-10-09Load the firmware files just one time per device lifecycle (attach time)Marcus Glocker
2007-10-08Make pcmcia malo(4) work with trunk(4) by:Marcus Glocker
2007-08-09If an association has failed, set the device back to INIT state.Marcus Glocker
2007-08-09o Add a mechanism to execute single commands even if are are not contextMarcus Glocker
2007-08-07Improve a evil tsleep() loop by using wakeup() in the interrupt handler.Marcus Glocker
2007-08-06o Replace bus_space_write_2 for-loops in TX/RX withMarcus Glocker
2007-08-05Parse association command response to check if an association wasMarcus Glocker
2007-08-05Add WEP support, which is done fully by the FW.Marcus Glocker
2007-08-05o Some better variable namings.Marcus Glocker
2007-08-01Improve state switching and fix some debug output.Marcus Glocker
2007-07-31Add first version to enable auto association (best signal AP). ThereforeMarcus Glocker
2007-07-30After two weeks of fumbling arround in the association FW command, i foundMarcus Glocker
2007-07-08Process scan command results. Enable 'ifconfig -M'.Marcus Glocker
2007-06-30Add 802.11d (domain info) command.Marcus Glocker
2007-06-17Add background SCAN command.Marcus Glocker
2007-06-17Add first shoot of SCAN command.Marcus Glocker
2007-06-16Add three new firmware commands to set authentication, set rate adaption,Marcus Glocker
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-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-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-25Initial driver stub for the Marvell 88W8385 PCMCIA (CF) device.Marcus Glocker