aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/decl.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-02libertas: Added callback functions to support SDIO suspend/resume.Amitkumar Karwar1-1/+1
2009-11-28libertas: moveing mesh-related functions into mesh.cHolger Schurig1-0/+3
2009-11-28libertas: introduce mesh.hHolger Schurig1-5/+0
2009-10-27libertas: sort and categorize entries in decl.hHolger Schurig1-22/+18
2009-10-27libertas: move lbs_send_iwevcustom_event() to wext.cHolger Schurig1-2/+0
2009-10-27libertas: move scan/assoc related stuffHolger Schurig1-3/+3
2009-10-27libertas: harmonize cmd.hHolger Schurig1-22/+2
2009-10-07libertas: Use lbs_is_cmd_allowed() check in command handling routines.Amitkumar Karwar1-1/+0
2009-10-07libertas: Add auto deep sleep support for SD8385/SD8686/SD8688Amitkumar Karwar1-0/+4
2009-09-01wireless: convert drivers to netdev_tx_tStephen Hemminger1-2/+3
2008-10-31wireless: consolidate on a single escape_essid implementationJohn W. Linville1-4/+0
2008-08-29libertas: convert CMD_802_11_RADIO_CONTROL to a direct commandDan Williams1-1/+0
2008-05-21libertas: sysfs interface for accessing non-volatile configurationJavier Cardona1-0/+4
2008-05-07libertas: make some functions voidHolger Schurig1-2/+2
2008-04-16libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig1-4/+6
2008-04-08libertas: remove lbs_get_fwversion()Holger Schurig1-3/+0
2008-04-01libertas: don't depend on IEEE80211Holger Schurig1-0/+5
2008-03-25libertas: remove lots of unused stuffHolger Schurig1-1/+0
2008-03-25libertas: misc power saving adjustsHolger Schurig1-1/+1
2008-03-25libertas: fix scheduling while atomic bug in CMD_MAC_CONTROLHolger Schurig1-1/+1
2008-03-25libertas: rename packetfilter to mac_controlHolger Schurig1-1/+1
2008-02-28libertas: Remove unused exportsRoland Dreier1-1/+0
2008-01-28libertas: kill 'addtail' argument to lbs_queue_cmd() and make it staticDavid Woodhouse1-4/+0
2008-01-28libertas: introduce and use lbs_complete_command() for command completionDavid Woodhouse1-3/+2
2008-01-28libertas: make lbs_update_channel() function non-staticDavid Woodhouse1-0/+1
2008-01-28libertas: add lbs_mesh sysfs attribute for enabling meshDavid Woodhouse1-2/+0
2008-01-28libertas: make lbs_cmd() usage nicerDan Williams1-4/+0
2008-01-28libertas: clean up lbs_interrupt()David Woodhouse1-1/+1
2008-01-28libertas: add opaque extra argument to cmd callback functionDavid Woodhouse1-1/+2
2008-01-28libertas: kill lbs_upload_tx_packet()David Woodhouse1-2/+0
2008-01-28libertas: move lbs_hard_start_xmit() into tx.cDavid Woodhouse1-1/+1
2008-01-28libertas: kill internal tx queue for PS modeDavid Woodhouse1-2/+0
2008-01-28libertas: kill struct lbs_adapterDavid Woodhouse1-4/+3
2008-01-28libertas: switch lbs_cmd() to take a callback function pointerDavid Woodhouse1-4/+2
2008-01-28libertas: handy function to call firmware commandsHolger Schurig1-0/+6
2008-01-28libertas: make more functions staticHolger Schurig1-6/+1
2008-01-28libertas: Consolidate lbs_host_to_card_done() function.David Woodhouse1-0/+1
2008-01-28libertas: Remove cmd_oid from struct cmd_ctrl_nodeDavid Woodhouse1-1/+1
2008-01-28libertas: remove arbitrary typedefsHolger Schurig1-40/+48
2008-01-28libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig1-42/+42
2007-10-10[PATCH] libertas: reorganize and simplify init sequenceDan Williams1-1/+2
2007-10-10[PATCH] libertas: make more functions static & remove unused functionsHolger Schurig1-7/+0
2007-10-10[PATCH] libertas: remove fw.cHolger Schurig1-4/+1
2007-10-10[PATCH] libertas: simplify and clean up data rate handlingDan Williams1-2/+2
2007-10-10[PATCH] libertas: move generic firmware reset command to common codeDan Williams1-1/+1
2007-06-11[PATCH] libertas: call SET_NETDEV_DEV from common codeDan Williams1-2/+4
2007-06-11[PATCH] libertas: split module into two (libertas.ko and usb8xxx.ko)Holger Schurig1-10/+6
2007-06-11[PATCH] libertas: move contents of fw.h to decl.hHolger Schurig1-3/+6
2007-06-11[PATCH] libertas: indirect all hardware access via hw_XXXX functionsHolger Schurig1-0/+5
2007-06-11[PATCH] libertas: split wlan_add_card()Holger Schurig1-0/+1