summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/if_malo.c
AgeCommit message (Expand)Author
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2010-08-30Convert the pcmcia power hook to an activate function. Then change theTheo de Raadt
2010-08-27remove the unused if_init callback in struct ifnetJonathan Gray
2010-07-02fix a variety of uninit errors. ok and one correction deraadtTed Unangst
2010-05-20Split some copies of two struct members together into two bcopy ratherNicholas Marriott
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-08-17initialize retry to zero; otherwise if firmware sends odd val16Martynas Venckus
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2008-10-14Change m_devget()'s outdated and unused "offset" argument: It isChristian Weisgerber
2008-07-29check for m_devget() returning NULL, increment ierror countThordur I. Bjornsson
2008-07-27Some devices take longer to load the firmware. Increase the firmwareMarcus Glocker
2007-10-09Ops, forgot debug printf.Marcus Glocker
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-08Give the device a bit time to finish the reset when stopped. AvoidsMarcus Glocker
2007-10-08Make pcmcia malo(4) work with trunk(4) by:Marcus Glocker
2007-08-28unify firmware load failure messages; ok mglockerTheo de Raadt
2007-08-14Indention and comment.Marcus Glocker
2007-08-14Replace bus_space_write/read_2 loops in cmd req/rsp routines withMarcus Glocker
2007-08-11Set command context save flag already in attach routine. Avoids doubleMarcus Glocker
2007-08-11Remove IBSS capability flag for now.Marcus Glocker
2007-08-10Fix some letho16() tweaks which made my macppc crash on anMarcus Glocker
2007-08-10Add missing multicast part to ioctl.Marcus Glocker
2007-08-09If an association has failed, set the device back to INIT state.Marcus Glocker
2007-08-09Check all FW commands in the init path. None of them shall timeout,Marcus Glocker
2007-08-09o Add a mechanism to execute single commands even if are are not contextMarcus Glocker
2007-08-09Correctly acknowledge event interrupts. Got the wrong register valueMarcus Glocker
2007-08-09Comment. Sort some register values.Marcus Glocker
2007-08-09Add event handler. Events notify us about things like when aMarcus 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-06Fix FW command API for big endian archs.Marcus Glocker
2007-08-05Fix DPRINTF tweaks.Marcus Glocker
2007-08-05Low-Noise watchdog routine (debug level 2).Marcus Glocker
2007-08-05Parse association command response to check if an association wasMarcus Glocker
2007-08-05Remove IFQ_SET_MAXLEN() for TX queue.Marcus 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-05o Reflect active network settings to ifconfig.Marcus Glocker
2007-08-04o Improve interrupt handler; fixes TX watchdog timeouts on my zaurus.Marcus Glocker
2007-08-03switch cmalo_rx() to use m_getdev() instead of something hand rolled.Claudio Jeker
2007-08-02Activate watchdog timer. We need to find out about the issue that theMarcus Glocker
2007-08-02ETHER_ALIGN the mbuf so that it works on strictalignment archs. This is aClaudio Jeker
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-31Add missing splx(s); calls. OK mglocker@Claudio Jeker
2007-07-31Plug a mbuf leak in the TX path and replace a handbuilt m_copydata()Claudio Jeker
2007-07-31Start to improve TX/RX path; don't accept further packets from TX queueMarcus Glocker
2007-07-31Simplify TX path.Marcus Glocker