aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/if_usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-16libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig1-50/+21
2008-01-28libertas: move cardspecific data to driverHolger Schurig1-2/+3
2008-01-28libertas: use priv->upld_buf for command responsesDavid Woodhouse1-13/+1
2008-01-28libertas: Check for PS mode support on USB devicesDavid Woodhouse1-6/+22
2008-01-28libertas: ensure response buffer size is always set for lbs_cmd_with_responseDavid Woodhouse1-0/+1
2008-01-28libertas: don't use __lbs_cmd() with empty callback in if_usb.cDavid Woodhouse1-1/+1
2008-01-28libertas: kill whitespace at end of linesDavid Woodhouse1-2/+2
2008-01-28libertas: clean up if_usb driverDavid Woodhouse1-247/+181
2008-01-28libertas: stop attempting to reset devices on unloadDavid Woodhouse1-5/+0
2008-01-28libertas: add ethtool support for wake-on-lan configurationDavid Woodhouse1-3/+3
2008-01-28libertas: implement suspend/resume for USB devicesDavid Woodhouse1-5/+11
2008-01-28libertas: switch lbs_cmd() to take a _pointer_ to the command structureDavid Woodhouse1-1/+1
2008-01-28libertas: add missing newlines in debugging statementsDavid Woodhouse1-1/+1
2008-01-28libertas: be more careful about command responses matching cur_cmdDavid Woodhouse1-0/+1
2008-01-28libertas: kill rx_urb_recall and eth_dev members of struct usb_card_recDavid Woodhouse1-10/+2
2008-01-28libertas: kill references to mesh autostartDavid Woodhouse1-21/+0
2008-01-28libertas: add lbs_mesh sysfs attribute for enabling meshDavid Woodhouse1-6/+0
2008-01-28libertas: make some more functions staticDavid Woodhouse1-1/+1
2008-01-28libertas: convert CMD_MESH_ACCESS to a direct commandDavid Woodhouse1-8/+3
2008-01-28libertas: rename and re-type bufvirtualaddr to cmdbufDan Williams1-2/+2
2008-01-28libertas: wait for 'firmware ready' event from firmware after loadingDavid Woodhouse1-5/+21
2008-01-28libertas: switch USB cardp->priv to 'struct lbs_private *' and resulting fixDavid Woodhouse1-1/+1
2008-01-28libertas: switch to a waitqueue and timer for handling USB firmware loadDavid Woodhouse1-12/+26
2008-01-28libertas: improve reliability of firmware reloading on USBDavid Woodhouse1-3/+3
2008-01-28libertas: make lbs_cmd() usage nicerDan Williams1-1/+2
2008-01-28libertas: clean up lbs_interrupt()David Woodhouse1-2/+2
2008-01-28libertas: add opaque extra argument to cmd callback functionDavid Woodhouse1-1/+1
2008-01-28libertas: cope with device which already has firmware loadedDavid Woodhouse1-13/+22
2008-01-28libertas: kill struct lbs_adapterDavid Woodhouse1-14/+13
2008-01-28libertas: switch lbs_cmd() to take a callback function pointerDavid Woodhouse1-4/+1
2008-01-28libertas: endianness fixesHolger Schurig1-2/+2
2008-01-28libertas: when usb_submit_usb fails, include the error code in the printkDavid Woodhouse1-2/+2
2008-01-28libertas: Fix endianness in boot2_version handling.David Woodhouse1-1/+1
2008-01-28libertas: Use lbs_cmd() for setting Boot2 versionDavid Woodhouse1-4/+16
2008-01-28libertas: Move SET_BOOT2_VER command to if_usb where it belongsDavid Woodhouse1-0/+5
2008-01-28libertas: Consolidate lbs_host_to_card_done() function.David Woodhouse1-16/+2
2008-01-28libertas: Fix memory leak of RX skbsDavid Woodhouse1-1/+5
2008-01-28libertas: remove arbitrary typedefsHolger Schurig1-20/+26
2008-01-28libertas: separate mesh connectivity from that of the main interfaceBrajesh Dave1-2/+3
2008-01-28libertas: nuke useless variable usbdriver_name and useless commentsAndres Salomon1-7/+1
2008-01-28libertas: reset devices upon disconnect rather than module unloadingAndres Salomon1-22/+4
2008-01-28libertas: mark module_init/exit functions as __init/__exitAndres Salomon1-2/+2
2008-01-28libertas: drop useless default_fw_name variableAndres Salomon1-6/+1
2008-01-28libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig1-43/+43
2007-10-10[PATCH] libertas: remove one superfluous includeHolger Schurig1-1/+0
2007-10-10[PATCH] libertas: send reset command directly instead of calling libertas_reset_deviceDan Williams1-2/+4
2007-10-10[PATCH] libertas: reorganize and simplify init sequenceDan Williams1-203/+162
2007-10-10[PATCH] libertas: fix sparse-reported problemsDan Williams1-17/+13
2007-10-10[PATCH] libertas: pass boot2 version to firmwareLuis Carlos Cobo1-0/+1
2007-10-10[PATCH] libertas: monitor mode support for OLPC firmwareLuis Carlos Cobo1-0/+2