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
/
pcmcia
/
if_malovar.h
Age
Commit message (
Expand
)
Author
2010-08-30
Convert the pcmcia power hook to an activate function. Then change the
Theo de Raadt
2007-10-09
Setup channels with OFDM flags. Permit user to set fix rates.
Marcus Glocker
2007-10-09
Load the firmware files just one time per device lifecycle (attach time)
Marcus Glocker
2007-10-08
Make pcmcia malo(4) work with trunk(4) by:
Marcus Glocker
2007-08-09
If an association has failed, set the device back to INIT state.
Marcus Glocker
2007-08-09
o Add a mechanism to execute single commands even if are are not context
Marcus Glocker
2007-08-07
Improve a evil tsleep() loop by using wakeup() in the interrupt handler.
Marcus Glocker
2007-08-06
o Replace bus_space_write_2 for-loops in TX/RX with
Marcus Glocker
2007-08-05
Parse association command response to check if an association was
Marcus Glocker
2007-08-05
Add WEP support, which is done fully by the FW.
Marcus Glocker
2007-08-05
o Some better variable namings.
Marcus Glocker
2007-08-01
Improve state switching and fix some debug output.
Marcus Glocker
2007-07-31
Add first version to enable auto association (best signal AP). Therefore
Marcus Glocker
2007-07-30
After two weeks of fumbling arround in the association FW command, i found
Marcus Glocker
2007-07-08
Process scan command results. Enable 'ifconfig -M'.
Marcus Glocker
2007-06-30
Add 802.11d (domain info) command.
Marcus Glocker
2007-06-17
Add background SCAN command.
Marcus Glocker
2007-06-17
Add first shoot of SCAN command.
Marcus Glocker
2007-06-16
Add three new firmware commands to set authentication, set rate adaption,
Marcus Glocker
2007-06-08
Add TX path which enables some first (unreliable yet) packet transfers.
Marcus Glocker
2007-06-04
Enable channel switching.
Marcus Glocker
2007-06-03
Make RX path work on big endian, too.
Marcus Glocker
2007-06-01
Add RX path and enable monitor mode.
Marcus Glocker
2007-05-28
Add a bunch of new firmware commands to configure MAC/PHY/RF, and do so.
Marcus Glocker
2007-05-26
Cast offset arg of bus_space_write_multi_2 to (uint16_t *). Fix device
Marcus Glocker
2007-05-26
Tune command interface.
Marcus Glocker
2007-05-25
Make FW commands save in the way that requests/responses must be done
Marcus Glocker
2007-05-25
Initial driver stub for the Marvell 88W8385 PCMCIA (CF) device.
Marcus Glocker