summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas
AgeCommit message (Expand)AuthorFilesLines
2008-09-16libertas: correct "limited range of data type" warningJohn W. Linville1-3/+2
2008-09-16libertas: Reduce the WPA key installation time.Javier Cardona1-3/+13
2008-09-16libertas: convert SNMP_MIB to a direct commandDan Williams9-264/+172
2008-09-16libertas: remove unused generic RESET commandDan Williams4-27/+2
2008-09-11libertas: Improvements on automatic tx power control via SIOCSIWTXPOW.Anna Neal6-7/+128
2008-09-11libertas: clear current command on card removalDan Williams1-1/+19
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-30libertas: convert adhoc operations to direct commandsDan Williams7-400/+302
2008-08-30libertas: convert CMD_802_11_RADIO_CONTROL to a direct commandDan Williams9-100/+100
2008-08-30libertas: convert CMD_802_11_DEAUTHENTICATE to a direct commandDan Williams8-59/+36
2008-08-30libertas: convert CMD_802_11_RF_TX_POWER to a direct commandDan Williams8-114/+111
2008-08-23wireless: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-08-23libertas: add sysfs hooks to update boot2 and persistent firmwareBrian Cavagnolo1-0/+65
2008-08-23libertas: support boot commands to write persistent firmware and bootloaderBrian Cavagnolo4-25/+119
2008-08-01libertas: only enable rtap with mesh firmwareDan Williams1-6/+9
2008-07-30libertas: check bounds and only use decimal for sysfs persistent features.Brian Cavagnolo1-15/+15
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller3-18/+12
2008-07-15mmc,sdio: helper function for transfer paddingPierre Ossman1-13/+7
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller1-4/+2
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller1-0/+2
2008-07-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse3-5/+5
2008-07-10libertas: treat firmware data as constDavid Woodhouse3-5/+5
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