Age | Commit message (Expand) | Author |
2007-08-09 | Comment. Sort some register values. | Marcus Glocker |
2007-08-09 | Add event handler. Events notify us about things like when a | 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-06 | Fix FW command API for big endian archs. | Marcus Glocker |
2007-08-05 | Fix DPRINTF tweaks. | Marcus Glocker |
2007-08-05 | Low-Noise watchdog routine (debug level 2). | Marcus Glocker |
2007-08-05 | Parse association command response to check if an association was | Marcus Glocker |
2007-08-05 | Remove IFQ_SET_MAXLEN() for TX queue. | 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-05 | o Reflect active network settings to ifconfig. | Marcus Glocker |
2007-08-04 | o Improve interrupt handler; fixes TX watchdog timeouts on my zaurus. | Marcus Glocker |
2007-08-03 | switch cmalo_rx() to use m_getdev() instead of something hand rolled. | Claudio Jeker |
2007-08-02 | Activate watchdog timer. We need to find out about the issue that the | Marcus Glocker |
2007-08-02 | ETHER_ALIGN the mbuf so that it works on strictalignment archs. This is a | Claudio Jeker |
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-31 | Add missing splx(s); calls. OK mglocker@ | Claudio Jeker |
2007-07-31 | Plug a mbuf leak in the TX path and replace a handbuilt m_copydata() | Claudio Jeker |
2007-07-31 | Start to improve TX/RX path; don't accept further packets from TX queue | Marcus Glocker |
2007-07-31 | Simplify TX path. | 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-07-07 | Make the scan command work, finally. | 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 | Pass the device a better rate set. | 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-11 | Handle mbuf chains in TX path. Improve debug output. | Marcus Glocker |
2007-06-09 | Initialize TX queue. Handle TX done interrupts in a own function. | Marcus Glocker |
2007-06-08 | Add TX path which enables some first (unreliable yet) packet transfers. | Marcus Glocker |
2007-06-06 | do not include ipx headers (were not needed in the first place) | Henning Brauer |
2007-06-04 | Enable channel switching. | Marcus Glocker |
2007-06-03 | Make RX path work on big endian, too. | Marcus Glocker |
2007-06-03 | The firmware converts every 802.11 RX data frame into a 802.3 frame, | 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-27 | Values which are written to a 16-bit register shall be uint16_t not int. | Marcus Glocker |
2007-05-27 | Make it work on big endian archs, too. | 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 | Bump firmware package version; Better naming of the malo firmware files. | Marcus Glocker |
2007-05-25 | Initial driver stub for the Marvell 88W8385 PCMCIA (CF) device. | Marcus Glocker |
2007-05-15 | regen | Marcus Glocker |
2007-05-15 | Add vendor and product; AmbiCom, Inc. WL54CF. | Marcus Glocker |
2007-05-08 | #ifdef notdef functions which are only called in #ifdef notdef contexts | Theo de Raadt |
2007-05-08 | places they get called are #ifdef notdef, so the code itself can be too | Theo de Raadt |