summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas
AgeCommit message (Expand)AuthorFilesLines
2008-10-31wireless: use individual buffers for printing ssid valuesJohn W. Linville5-13/+26
2008-10-31wireless: consolidate on a single escape_essid implementationJohn W. Linville7-44/+21
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-4/+4
2008-10-29libertas: fix buffer overrunJohannes Berg1-2/+2
2008-10-29libertas: remove two libertas sparse warningHolger Schurig1-2/+2
2008-10-27net: convert print_mac to %pMJohannes Berg6-40/+26
2008-10-26libertas: free sk_buff with kfree_skbSergio Luis1-1/+1
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+2
2008-10-14libertas : Remove unused variable warning for "old_channel" from cmd.cManish Katiyar1-0/+2
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-1/+1
2008-09-30libertas: Improvements on automatic tx power control via SIOCSIWTXPOW (fixups)Anna Neal4-2/+19
2008-09-24libertas: Reduce the WPA key installation time (fixups)Javier Cardona2-3/+24
2008-09-15libertas: correct "limited range of data type" warningJohn W. Linville1-3/+2
2008-09-15libertas: Reduce the WPA key installation time.Javier Cardona1-3/+13
2008-09-15libertas: convert SNMP_MIB to a direct commandDan Williams9-264/+172
2008-09-15libertas: 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-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-10/+3
2008-09-02wireless/libertas/if_cs.c: fix memory leaksAdrian Bunk1-10/+3
2008-08-31pcmcia: remove unused argument to pcmcia_parse_tuple()Dominik Brodowski1-1/+1
2008-08-29libertas: convert adhoc operations to direct commandsDan Williams7-400/+302
2008-08-29libertas: convert CMD_802_11_RADIO_CONTROL to a direct commandDan Williams9-100/+100
2008-08-29libertas: convert CMD_802_11_DEAUTHENTICATE to a direct commandDan Williams8-59/+36
2008-08-29libertas: convert CMD_802_11_RF_TX_POWER to a direct commandDan Williams8-114/+111
2008-08-22wireless: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
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 Cavagnolo4-25/+119
2008-08-01libertas: only enable rtap with mesh firmwareDan Williams1-6/+9
2008-07-29libertas: 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-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2008-07-14Merge 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-09libertas: fix memory alignment problems on the blackfinIhar Hrachyshka1-2/+2
2008-07-05Merge 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-16wext: 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