summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/if_usb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libertas: remove unused generic RESET commandDan Williams2008-09-151-3/+2
* libertas: add sysfs hooks to update boot2 and persistent firmwareBrian Cavagnolo2008-08-221-0/+65
* libertas: support boot commands to write persistent firmware and bootloaderBrian Cavagnolo2008-08-221-20/+92
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-181-2/+2
|\
| * libertas: treat firmware data as constDavid Woodhouse2008-07-101-2/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-061-0/+1
|\|
| * libertas: support USB persistence on suspend/resume (resend)andrey@cozybit.com2008-07-021-0/+1
* | libertas: provide reset_card() callback on OLPCDavid Woodhouse2008-06-031-0/+22
|/
* libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig2008-04-161-50/+21
* libertas: move cardspecific data to driverHolger Schurig2008-01-291-2/+3
* libertas: use priv->upld_buf for command responsesDavid Woodhouse2008-01-291-13/+1
* libertas: Check for PS mode support on USB devicesDavid Woodhouse2008-01-291-6/+22
* libertas: ensure response buffer size is always set for lbs_cmd_with_responseDavid Woodhouse2008-01-291-0/+1
* libertas: don't use __lbs_cmd() with empty callback in if_usb.cDavid Woodhouse2008-01-291-1/+1
* libertas: kill whitespace at end of linesDavid Woodhouse2008-01-291-2/+2
* libertas: clean up if_usb driverDavid Woodhouse2008-01-291-247/+181
* libertas: stop attempting to reset devices on unloadDavid Woodhouse2008-01-291-5/+0
* libertas: add ethtool support for wake-on-lan configurationDavid Woodhouse2008-01-291-3/+3
* libertas: implement suspend/resume for USB devicesDavid Woodhouse2008-01-291-5/+11
* libertas: switch lbs_cmd() to take a _pointer_ to the command structureDavid Woodhouse2008-01-291-1/+1
* libertas: add missing newlines in debugging statementsDavid Woodhouse2008-01-291-1/+1
* libertas: be more careful about command responses matching cur_cmdDavid Woodhouse2008-01-291-0/+1
* libertas: kill rx_urb_recall and eth_dev members of struct usb_card_recDavid Woodhouse2008-01-291-10/+2
* libertas: kill references to mesh autostartDavid Woodhouse2008-01-291-21/+0
* libertas: add lbs_mesh sysfs attribute for enabling meshDavid Woodhouse2008-01-291-6/+0
* libertas: make some more functions staticDavid Woodhouse2008-01-291-1/+1
* libertas: convert CMD_MESH_ACCESS to a direct commandDavid Woodhouse2008-01-291-8/+3
* libertas: rename and re-type bufvirtualaddr to cmdbufDan Williams2008-01-291-2/+2
* libertas: wait for 'firmware ready' event from firmware after loadingDavid Woodhouse2008-01-291-5/+21
* libertas: switch USB cardp->priv to 'struct lbs_private *' and resulting fixDavid Woodhouse2008-01-291-1/+1
* libertas: switch to a waitqueue and timer for handling USB firmware loadDavid Woodhouse2008-01-291-12/+26
* libertas: improve reliability of firmware reloading on USBDavid Woodhouse2008-01-291-3/+3
* libertas: make lbs_cmd() usage nicerDan Williams2008-01-291-1/+2
* libertas: clean up lbs_interrupt()David Woodhouse2008-01-291-2/+2
* libertas: add opaque extra argument to cmd callback functionDavid Woodhouse2008-01-291-1/+1
* libertas: cope with device which already has firmware loadedDavid Woodhouse2008-01-291-13/+22
* libertas: kill struct lbs_adapterDavid Woodhouse2008-01-291-14/+13
* libertas: switch lbs_cmd() to take a callback function pointerDavid Woodhouse2008-01-291-4/+1
* libertas: endianness fixesHolger Schurig2008-01-291-2/+2
* libertas: when usb_submit_usb fails, include the error code in the printkDavid Woodhouse2008-01-291-2/+2
* libertas: Fix endianness in boot2_version handling.David Woodhouse2008-01-291-1/+1
* libertas: Use lbs_cmd() for setting Boot2 versionDavid Woodhouse2008-01-291-4/+16
* libertas: Move SET_BOOT2_VER command to if_usb where it belongsDavid Woodhouse2008-01-291-0/+5
* libertas: Consolidate lbs_host_to_card_done() function.David Woodhouse2008-01-291-16/+2
* libertas: Fix memory leak of RX skbsDavid Woodhouse2008-01-291-1/+5
* libertas: remove arbitrary typedefsHolger Schurig2008-01-291-20/+26
* libertas: separate mesh connectivity from that of the main interfaceBrajesh Dave2008-01-291-2/+3
* libertas: nuke useless variable usbdriver_name and useless commentsAndres Salomon2008-01-291-7/+1
* libertas: reset devices upon disconnect rather than module unloadingAndres Salomon2008-01-291-22/+4
* libertas: mark module_init/exit functions as __init/__exitAndres Salomon2008-01-291-2/+2