summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas/if_cs.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-10/+3
2008-09-03wireless/libertas/if_cs.c: fix memory leaksAdrian Bunk1-10/+3
2008-08-23wireless: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-1/+1
2008-07-10libertas: treat firmware data as constDavid Woodhouse1-1/+1
2008-06-14libertas: rename some registers to clarify their meaningHolger Schurig1-30/+28
2008-06-14libertas: check for old, unsupported hardwareHolger Schurig1-0/+12
2008-06-14libertas: document register meaningsHolger Schurig1-9/+80
2008-06-14libertas: fix interrupt issueHolger Schurig1-4/+5
2008-06-03libertas: unify various CF-related definesHolger Schurig1-93/+79
2008-06-03libertas: fix compact flash interrupt handlingHolger Schurig1-32/+29
2008-06-03libertas: speeds up downloading of CF firmwareHolger Schurig1-2/+2
2008-04-16libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig1-139/+105
2008-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-2/+0
2008-03-27libertas: fix spinlock recursion bugHolger Schurig1-2/+0
2008-03-25libertas: misc power saving adjustsHolger Schurig1-0/+3
2008-02-01libertas: fix interrupt while removing driverHolger Schurig1-3/+3
2008-01-29libertas: use priv->upld_buf for command responsesDavid Woodhouse1-9/+1
2008-01-29libertas: rename and re-type bufvirtualaddr to cmdbufDan Williams1-2/+2
2008-01-29libertas: clean up lbs_interrupt()David Woodhouse1-2/+3
2008-01-29libertas: kill struct lbs_adapterDavid Woodhouse1-11/+10
2008-01-29libertas: fix data packet size errorsHolger Schurig1-0/+3
2008-01-29libertas: Consolidate lbs_host_to_card_done() function.David Woodhouse1-9/+3
2008-01-29libertas: remove arbitrary typedefsHolger Schurig1-10/+13
2008-01-29libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig1-21/+21
2008-01-29[netdrvr] irq handler minor cleanups in several driversJeff Garzik1-1/+1
2007-11-30libertas: let more than one MAC event throughHolger Schurig1-1/+2
2007-11-10libertas: fixes for slow hardwareHolger Schurig1-2/+5
2007-10-11[LIBERTAS]: fix oops on the blackfin architectureVladimir Davydov1-2/+4
2007-10-11[LIBERTAS]: fix interrupts in CF driverRyan Mallon1-14/+19
2007-10-11[LIBERTAS]: set dnld_sent correctly for CF partsRyan Mallon1-1/+2
2007-10-11[PATCH] libertas: printk warning fixesAndrew Morton1-2/+2
2007-10-11[PATCH] libertas: reorganize and simplify init sequenceDan Williams1-49/+5
2007-10-11[PATCH] add support for Marvell 8385 CF cardsHolger Schurig1-0/+1005