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