summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas
AgeCommit message (Expand)AuthorFilesLines
2008-07-10libertas: fix memory alignment problems on the blackfinIhar Hrachyshka1-2/+2
2008-07-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2008-07-02libertas: support USB persistence on suspend/resume (resend)andrey@cozybit.com1-0/+1
2008-06-17wext: Emit event stream entries correctly when compat.David S. Miller1-17/+19
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-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-4/+7
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller17-321/+930
2008-06-09libertas: fix sleep confirmationHolger Schurig2-2/+5
2008-06-04libertas: fix command size for CMD_802_11_SUBSCRIBE_EVENTHolger Schurig1-2/+2
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: rate adaptation configuration via iwconfig.Javier Cardona9-56/+75
2008-06-03libertas: before sleeping, check for a command resultHolger Schurig1-2/+2
2008-06-03libertas: use lbs_pr_XX instead of printkHolger Schurig2-2/+2
2008-06-03libertas: speeds up downloading of CF firmwareHolger Schurig1-2/+2
2008-06-03libertas: don't spin_unlock_irq() twiceHolger Schurig1-4/+1
2008-06-03libertas: provide reset_card() callback on OLPCDavid Woodhouse1-0/+22
2008-05-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-14/+15
2008-05-22libertas: reduce command retry timeHolger Schurig2-12/+14
2008-05-22libertas: sysfs interface for accessing default mesh channelJavier Cardona1-0/+45
2008-05-22libertas: Add reset_card() callback to hardware driverDavid Woodhouse2-0/+6
2008-05-22libertas: sysfs interface for accessing non-volatile configurationJavier Cardona5-9/+423
2008-05-22libertas: Extend MESH_CONFIG command to access non-volatile configurationJavier Cardona8-20/+132
2008-05-22libertas: fix multicast filtering on eth and msh interfacesDavid Woodhouse5-96/+105
2008-05-22libertas: Increase priority of 'unknown command' warningsDavid Woodhouse2-3/+3
2008-05-21libertas: Fix ethtool statisticsDavid Woodhouse1-14/+13
2008-05-17wireless: Create 'device' symlink in sysfsMasakazu Mokuno1-0/+1
2008-05-17libertas: fix command timeout after firmware failureBrian Cavagnolo1-0/+1
2008-05-15libertas: remove lbs_get_data_rate()Holger Schurig3-44/+1
2008-05-07libertas: allow removal of card at any timeHolger Schurig1-2/+7
2008-05-07libertas: make some functions voidHolger Schurig3-11/+7
2008-05-07libertas: debug output tweaks for lbs_threadHolger Schurig1-2/+3
2008-05-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller1-1/+2
2008-05-01libertas: fix use-before-check violationHolger Schurig1-1/+2
2008-04-29wireless: use get/put_unaligned_* helpersHarvey Harrison1-1/+1
2008-04-16libertas: un-garbage various command structsHolger Schurig1-1/+6
2008-04-16libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig13-383/+269
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2008-04-09libertas: remove lbs_get_fwversion()Holger Schurig3-24/+5
2008-04-09libertas: move lbs_update_channel out of assoc.cHolger Schurig2-17/+16
2008-04-09libertas: move association code from scan.c into assoc.cHolger Schurig6-424/+397
2008-04-09libertas: move association code from join.c into scan.cHolger Schurig11-931/+890
2008-04-08libertas: fix mode initialization problemHolger Schurig1-1/+1
2008-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-2/+0
2008-04-02libertas: don't depend on IEEE80211Holger Schurig2-0/+31
2008-04-02libertas: convert sleep/wake config direct commandsHolger Schurig5-48/+32
2008-04-02libertas: convert CMD_802_11_EEPROM_ACCESS to a direct commandHolger Schurig6-121/+22