summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/if_usb.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: OLPC: update various drivers to include olpc-ec.hAndres Salomon2012-08-011-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-201-1/+0Star
|\
| * libertas USB: don't set surpriseremoved flagDaniel Drake2012-07-171-1/+0Star
* | wireless: Remove casts to same typeJoe Perches2012-06-061-1/+1
|/
* Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-231-0/+1
|\
| * USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-191-0/+1
* | libertas USB: convert to asynchronous firmware loadingDaniel Drake2012-04-171-59/+43Star
* | libertas: Firmware loading simplificationsDaniel Drake2012-04-171-162/+7Star
* | drivers/net/wireless/libertas/if_usb.c: add missing debugging codeJulia Lawall2012-04-171-2/+4
|/
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-3/+1Star
* USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-23/+1Star
* drivers/net: change moduleparam.h to module.h as required.Paul Gortmaker2011-11-011-1/+1
* libertas: prioritize usb8388_olpc.bin firmware on OLPC machinesAndres Salomon2011-09-141-0/+21
* libertas: disable functionality when interface is downDaniel Drake2011-08-091-1/+1
* libertas_usb: program OLPC EC wakeup mask for wake-on-WLANDaniel Drake2011-08-081-0/+9
* libertas_usb: use USB interface as parent deviceDaniel Drake2011-08-081-1/+1
* 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/+0Star
* 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/+2Star
* 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/+0Star
* 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-161-6/+2Star
* drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov2009-04-141-2/+1Star
* 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-041-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/+2Star
* 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/+21Star