summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/cmd.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10[PATCH] libertas: fix u8 constantHolger Schurig1-2/+2
2007-10-10[PATCH] libertas: properly end commands on hardware failurePierre Ossman1-0/+2
2007-10-10[PATCH] libertas: pass boot2 version to firmwareLuis Carlos Cobo1-0/+15
2007-10-10[PATCH] drivers/net/wireless/libertas/cmd.c: fix adapter->driver_lock derefer...Eugene Teo1-9/+1
2007-10-10[PATCH] libertas: fix assignment of WEP key typeDan Williams1-4/+2
2007-10-10[PATCH] libertas: monitor mode support for OLPC firmwareLuis Carlos Cobo1-0/+25
2007-10-10[PATCH] libertas: remove adapter->multipledtimHolger Schurig1-1/+1
2007-10-10[PATCH] libertas: remove adapter->locallistenintervalHolger Schurig1-5/+1
2007-10-10[PATCH] libertas: remove adapter->nullpktintervalHolger Schurig1-2/+1
2007-10-10[PATCH] libertas: remove adapter->{data,bcn}_avg_factorHolger Schurig1-1/+1
2007-10-10[PATCH] libertas: remove adapter->txrateHolger Schurig1-7/+0
2007-10-10[PATCH] libertas: remove adapter->{rx,tx}antennaHolger Schurig1-25/+0
2007-10-10[PATCH] libertas: use LBS_DEB_HOST for host-to-card communicationsHolger Schurig1-123/+136
2007-10-10[PATCH] libertas: make the hex dumper nicerHolger Schurig1-6/+6
2007-10-10[PATCH] libertas: make more functions static & remove unused functionsHolger Schurig1-1/+1
2007-10-10[PATCH] libertas: simplify and clean up data rate handlingDan Williams1-5/+2
2007-10-10[PATCH] libertas: fix more mixed-case abuseDan Williams1-3/+3
2007-10-10[PATCH] libertas: remove thread.h and make kthread usage clearerDan Williams1-2/+2
2007-10-10[PATCH] libertas: re-uppercase command defines and other constantsDan Williams1-161/+161
2007-10-10[PATCH] libertas: rename WLAN_802_11_KEY to enc_key and clean up usageDan Williams1-4/+3
2007-07-10[PATCH] libertas: fix disabling WPADan Williams1-1/+1
2007-06-28[PATCH] libertas: fix WPA associations by handling ENABLE_RSN correctlyDan Williams1-5/+7
2007-06-11[PATCH] libertas: first pass at fixing up endianness issuesDavid Woodhouse1-145/+103
2007-06-11[PATCH] libertas: Make WPA work through supplicant handshakeDan Williams1-24/+24
2007-06-11[PATCH] libertas: fix debug enter/leave prints for libertas_execute_next_commandDan Williams1-1/+2
2007-06-11[PATCH] libertas: updated mesh commands for 5.220.9.p11Luis Carlos Cobo1-0/+5
2007-06-11[PATCH] libertas: remove unused variables in wlan_dev_tHolger Schurig1-3/+3
2007-06-11[PATCH] libertas: split module into two (libertas.ko and usb8xxx.ko)Holger Schurig1-0/+1
2007-06-11[PATCH] libertas: indirect all hardware access via hw_XXXX functionsHolger Schurig1-3/+2
2007-06-11[PATCH] libertas: changed some occurences of kmalloc() + memset(&a,0,sz) to k...Holger Schurig1-6/+2
2007-06-11[PATCH] libertas: make debug configurableHolger Schurig1-125/+124
2007-05-11[PATCH] libertas: 64-bit cleanupsDan Williams1-6/+6
2007-05-11[PATCH] libertas: remove WLAN_802_11_NETWORK_INFRASTRUCTURE enumDan Williams1-5/+6
2007-04-28[PATCH] Marvell Libertas 8388 802.11b/g USB driverMarcelo Tosatti1-0/+1958