Age | Commit message (Expand) | Author |
2014-07-22 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2014-07-13 | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian | Theo de Raadt |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-03-19 | Stop abusing the rcvif pointer to pass wireless nodes down to the | Martin Pieuchot |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-09-04 | The powerlevel is an unsigned int, there is no need to check for negative | Claudio Jeker |
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 |