aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/if_usb.c
Commit message (Expand)AuthorAgeFilesLines
* libertas: Use netdev_<level> or dev_<level> where possibleJoe Perches2011-05-111-4/+7
* libertas: Convert lbs_pr_<level> to pr_<level>Joe Perches2011-05-111-19/+22
* libertas: use kernel-doc notation, fix comment styleRandy Dunlap2011-04-281-52/+61
* libertas: EHS_REMOVE_WAKEUP is not always supportedDeepak Saxena2010-11-161-0/+7
* libertas: don't block usb8388 suspend if no wakeup conditions are setDaniel Drake2010-11-161-6/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-10-151-2/+2
|\
| * libertas: Communicate USB transfer errorsPaul Fox2010-10-151-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-08-251-7/+53
|\ \ | |/
| * libertas: [usb] use new firmware locationsDan Williams2010-08-161-7/+53
* | param: simple locking for sysfs-writable charp parametersRusty Russell2010-08-111-0/+3
|/
* libertas: convert PS_MODE to a direct commandDan Williams2010-07-271-2/+2
* drivers/net/wireless/libertas: Use kmemdupJulia Lawall2010-06-021-4/+2
* libertas: Added callback functions to support SDIO suspend/resume.Amitkumar Karwar2010-06-021-0/+6
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-4/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* libertas: declare MODULE_FIRMWAREBen Hutchings2009-11-111-0/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-061-1/+1
|\
| * libertas if_usb: Fix crash on 64-bit machinesDavid Woodhouse2009-10-301-1/+1
* | libertas: Add auto deep sleep support for SD8385/SD8686/SD8688Amitkumar Karwar2009-10-071-0/+3
|/
* libertas: remove ps_supported flag, use fwcapinfoAndrey Yurovsky2009-07-101-1/+2
* firmware: wireless/libertas: prepare for FIRMWARE_NAME_MAX removalJohn W. Linville2009-06-151-6/+2
* drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov2009-04-131-2/+1
* libertas: fix misuse of netdev_priv() and dev->ml_privKiran Divekar2009-02-261-2/+2
* if_usb: Kill directly reference of netdev->privWang Chen2008-12-031-2/+2
* libertas: Fine grained configuration of wake-on-lan.Anna Neal2008-11-211-1/+2
* 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-051-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-281-2/+3
* libertas: use priv->upld_buf for command responsesDavid Woodhouse2008-01-281-13/+1
* libertas: Check for PS mode support on USB devicesDavid Woodhouse2008-01-281-6/+22
* libertas: ensure response buffer size is always set for lbs_cmd_with_responseDavid Woodhouse2008-01-281-0/+1
* libertas: don't use __lbs_cmd() with empty callback in if_usb.cDavid Woodhouse2008-01-281-1/+1
* libertas: kill whitespace at end of linesDavid Woodhouse2008-01-281-2/+2
* libertas: clean up if_usb driverDavid Woodhouse2008-01-281-247/+181
* libertas: stop attempting to reset devices on unloadDavid Woodhouse2008-01-281-5/+0
* libertas: add ethtool support for wake-on-lan configurationDavid Woodhouse2008-01-281-3/+3
* libertas: implement suspend/resume for USB devicesDavid Woodhouse2008-01-281-5/+11
* libertas: switch lbs_cmd() to take a _pointer_ to the command structureDavid Woodhouse2008-01-281-1/+1
* libertas: add missing newlines in debugging statementsDavid Woodhouse2008-01-281-1/+1
* libertas: be more careful about command responses matching cur_cmdDavid Woodhouse2008-01-281-0/+1
* libertas: kill rx_urb_recall and eth_dev members of struct usb_card_recDavid Woodhouse2008-01-281-10/+2
* libertas: kill references to mesh autostartDavid Woodhouse2008-01-281-21/+0
* libertas: add lbs_mesh sysfs attribute for enabling meshDavid Woodhouse2008-01-281-6/+0