Age | Commit message (Expand) | Author |
2011-07-03 | avoid void * pointer arithmetic. | David Hill |
2010-08-27 | remove the unused if_init callback in struct ifnet | Jonathan Gray |
2010-08-08 | activate function for suspend/restore; from mglocker | Theo de Raadt |
2010-05-19 | BUS_DMA_ZERO instead of alloc, map, bzero. | Owain Ainsworth |
2009-07-12 | In a error case in malo_init (e.g. can't load the firmware), | Marcus Glocker |
2009-07-10 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2008-08-27 | introduce new IEEE80211_STA_ONLY kernel option that can be set to | Damien Bergamini |
2008-08-14 | in ieee80211_input(), call if_start() after enqueuing frames in if_snd | Damien Bergamini |
2008-07-27 | fix a typo in a comment. | Marc Balmer |
2008-07-21 | instead of passing rx tstamp and rssi to the ieee80211_input function, | Damien Bergamini |
2008-04-16 | Kernel implementation of the 4-way handshake and group-key | Damien Bergamini |
2007-11-10 | - Fix command timeouts in certain scenarios (like under X11) | Marcus Glocker |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'. | Kenneth R Westerback |
2007-08-28 | unify firmware load failure messages; ok mglocker | Theo de Raadt |
2007-08-28 | Unify DPRINTF's and use the device name argument for all outputs. | Marcus Glocker |
2007-08-27 | Process all FW command responses, and therefore make them visible in debug | Marcus Glocker |
2007-08-26 | Fix XXX comment. There is nothing wrong with the following statement. | Marcus Glocker |
2007-08-25 | Remove FW command for WEP, it doesn't work with this FW version | Marcus Glocker |
2007-08-25 | Fix typo in debug line. | Marcus Glocker |
2007-08-25 | Fix debug output for some FW commands. | Marcus Glocker |
2007-07-18 | replace the ieee80211_wepkey structure with a more generic ieee80211_key | Damien Bergamini |
2007-05-29 | Beef up malo_hexdump() to emulate hexdump -C output. Helps to see hidden | Claudio Jeker |
2007-05-25 | Bump firmware package version; Better naming of the malo firmware files. | Marcus Glocker |
2007-05-09 | Remove an obsolete comment which guesses about a register write an never | Marcus Glocker |
2007-05-05 | malo_hexdump() is only used by code under MALO_DEBUG, so ifdef it | Jonathan Gray |
2007-05-03 | Enable fast channel switching in monitor mode, which makes apps like | Marcus Glocker |
2007-04-20 | Increase the delay while uploading a firmware buffer in malo_load_firmware(). | Claudio Jeker |
2007-04-17 | The debug printf in malo_newstate() is too verbose so require debug level 2 | Claudio Jeker |
2007-03-14 | Call ifp->if_start() at the end of the rx interrupt handling just in case | Claudio Jeker |
2007-02-14 | Sync with pgt(4) multicast fix. | Marcus Glocker |
2007-02-09 | Spaces, no binary change. | Claudio Jeker |
2006-12-31 | Add a debug printf to warn when malo_init() fails and resets the card. | Claudio Jeker |
2006-12-31 | There is no need to busy wait in malo_send_cmd(). 0x0c14 only stores the | Claudio Jeker |
2006-12-31 | Use a bus_space_barrier instead of those stupid 0x0c14 reads to make sure | Claudio Jeker |
2006-12-31 | In malo_init() check for firmware loading errors and in case of an error | Claudio Jeker |
2006-12-31 | malo_stop() never fails so no need to return an error. OK mglocker@ | Claudio Jeker |
2006-12-31 | Use #ifdef MALO_DEBUG else a simple #define MALO_DEBUG will not work. | Claudio Jeker |
2006-12-30 | Fix another printf where the format string did not match with the varargs. | Claudio Jeker |
2006-12-30 | Don't use M_DUP_PKTHDR() on static mbufs. M_DUP_PKTHDR() copies the mtag | Claudio Jeker |
2006-12-30 | Why doing something as complex as for () bus_space_write_1(); when there | Claudio Jeker |
2006-12-29 | No colon after "address". | Marcus Glocker |
2006-12-12 | Make malo(4) work on macppc by adding a few letoh32(), removing some htole32() | Claudio Jeker |
2006-12-10 | Add missing argument to a DPRINTF call. | Claudio Jeker |
2006-12-03 | First bits of endian cleanup more still needed but commit early, commit often. | Claudio Jeker |
2006-12-03 | Print the number of unknown commands in malo_cmd_string(). Also don't | Claudio Jeker |
2006-11-30 | fix wep key index in firmware command. | Damien Bergamini |
2006-11-30 | Yay, forgot to add IEEE80211_C_SHPREAMBLE and IEEE80211_C_SHSLOT | Marcus Glocker |
2006-11-29 | Enable short slots, which should increase / stableize throughput | Marcus Glocker |
2006-11-29 | Enable monitor mode. | Marcus Glocker |