aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/if_usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-11param: simple locking for sysfs-writable charp parametersRusty Russell1-0/+3
2010-07-27libertas: convert PS_MODE to a direct commandDan Williams1-2/+2
2010-06-02drivers/net/wireless/libertas: Use kmemdupJulia Lawall1-4/+2
2010-06-02libertas: Added callback functions to support SDIO suspend/resume.Amitkumar Karwar1-0/+6
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-4/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-11libertas: declare MODULE_FIRMWAREBen Hutchings1-0/+2
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-10-30libertas if_usb: Fix crash on 64-bit machinesDavid Woodhouse1-1/+1
2009-10-07libertas: Add auto deep sleep support for SD8385/SD8686/SD8688Amitkumar Karwar1-0/+3
2009-07-10libertas: remove ps_supported flag, use fwcapinfoAndrey Yurovsky1-1/+2
2009-06-15firmware: wireless/libertas: prepare for FIRMWARE_NAME_MAX removalJohn W. Linville1-6/+2
2009-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov1-2/+1
2009-02-26libertas: fix misuse of netdev_priv() and dev->ml_privKiran Divekar1-2/+2
2008-12-03if_usb: Kill directly reference of netdev->privWang Chen1-2/+2
2008-11-21libertas: Fine grained configuration of wake-on-lan.Anna Neal1-1/+2
2008-09-15libertas: remove unused generic RESET commandDan Williams1-3/+2
2008-08-22libertas: add sysfs hooks to update boot2 and persistent firmwareBrian Cavagnolo1-0/+65
2008-08-22libertas: support boot commands to write persistent firmware and bootloaderBrian Cavagnolo1-20/+92
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-2/+2
2008-07-10libertas: treat firmware data as constDavid Woodhouse1-2/+2
2008-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2008-07-02libertas: support USB persistence on suspend/resume (resend)andrey@cozybit.com1-0/+1
2008-06-03libertas: provide reset_card() callback on OLPCDavid Woodhouse1-0/+22
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