Age | Commit message (Expand) | Author |
2012-04-17 | libertas: add asynchronous firmware loading capability | Daniel Drake |
2012-04-17 | libertas: Firmware loading simplifications | Daniel Drake |
2011-10-14 | libertas: fix changing interface type when interface is down | Daniel Drake |
2011-08-09 | libertas: disable functionality when interface is down | Daniel Drake |
2011-04-28 | libertas: use kernel-doc notation, fix comment style | Randy Dunlap |
2010-08-16 | libertas: add two-stage firmware request helper | Dan Williams |
2010-07-27 | libertas: convert 11D_DOMAIN_INFO to a direct command | Dan Williams |
2010-06-23 | Libertas: Added 11d support using cfg80211 | Kiran Divekar |
2010-06-23 | Libertas: cfg80211 support | Kiran Divekar |
2010-06-02 | libertas: Added callback functions to support SDIO suspend/resume. | Amitkumar Karwar |
2009-11-28 | libertas: moveing mesh-related functions into mesh.c | Holger Schurig |
2009-11-28 | libertas: introduce mesh.h | Holger Schurig |
2009-10-27 | libertas: sort and categorize entries in decl.h | Holger Schurig |
2009-10-27 | libertas: move lbs_send_iwevcustom_event() to wext.c | Holger Schurig |
2009-10-27 | libertas: move scan/assoc related stuff | Holger Schurig |
2009-10-27 | libertas: harmonize cmd.h | Holger Schurig |
2009-10-07 | libertas: Use lbs_is_cmd_allowed() check in command handling routines. | Amitkumar Karwar |
2009-10-07 | libertas: Add auto deep sleep support for SD8385/SD8686/SD8688 | Amitkumar Karwar |
2009-09-01 | wireless: convert drivers to netdev_tx_t | Stephen Hemminger |
2008-10-31 | wireless: consolidate on a single escape_essid implementation | John W. Linville |
2008-08-29 | libertas: convert CMD_802_11_RADIO_CONTROL to a direct command | Dan Williams |
2008-05-21 | libertas: sysfs interface for accessing non-volatile configuration | Javier Cardona |
2008-05-07 | libertas: make some functions void | Holger Schurig |
2008-04-16 | libertas: convert libertas driver to use an event/cmdresp queue | Holger Schurig |
2008-04-08 | libertas: remove lbs_get_fwversion() | Holger Schurig |
2008-04-01 | libertas: don't depend on IEEE80211 | Holger Schurig |
2008-03-25 | libertas: remove lots of unused stuff | Holger Schurig |
2008-03-25 | libertas: misc power saving adjusts | Holger Schurig |
2008-03-25 | libertas: fix scheduling while atomic bug in CMD_MAC_CONTROL | Holger Schurig |
2008-03-25 | libertas: rename packetfilter to mac_control | Holger Schurig |
2008-02-28 | libertas: Remove unused exports | Roland Dreier |
2008-01-28 | libertas: kill 'addtail' argument to lbs_queue_cmd() and make it static | David Woodhouse |
2008-01-28 | libertas: introduce and use lbs_complete_command() for command completion | David Woodhouse |
2008-01-28 | libertas: make lbs_update_channel() function non-static | David Woodhouse |
2008-01-28 | libertas: add lbs_mesh sysfs attribute for enabling mesh | David Woodhouse |
2008-01-28 | libertas: make lbs_cmd() usage nicer | Dan Williams |
2008-01-28 | libertas: clean up lbs_interrupt() | David Woodhouse |
2008-01-28 | libertas: add opaque extra argument to cmd callback function | David Woodhouse |
2008-01-28 | libertas: kill lbs_upload_tx_packet() | David Woodhouse |
2008-01-28 | libertas: move lbs_hard_start_xmit() into tx.c | David Woodhouse |
2008-01-28 | libertas: kill internal tx queue for PS mode | David Woodhouse |
2008-01-28 | libertas: kill struct lbs_adapter | David Woodhouse |
2008-01-28 | libertas: switch lbs_cmd() to take a callback function pointer | David Woodhouse |
2008-01-28 | libertas: handy function to call firmware commands | Holger Schurig |
2008-01-28 | libertas: make more functions static | Holger Schurig |
2008-01-28 | libertas: Consolidate lbs_host_to_card_done() function. | David Woodhouse |
2008-01-28 | libertas: Remove cmd_oid from struct cmd_ctrl_node | David Woodhouse |
2008-01-28 | libertas: remove arbitrary typedefs | Holger Schurig |
2008-01-28 | libertas: move to uniform lbs_/LBS_ namespace | Holger Schurig |
2007-10-10 | [PATCH] libertas: reorganize and simplify init sequence | Dan Williams |