summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas/if_usb.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-11[PATCH] libertas: send reset command directly instead of calling libertas_res...Dan Williams1-2/+4
2007-10-11[PATCH] libertas: reorganize and simplify init sequenceDan Williams1-203/+162
2007-10-11[PATCH] libertas: fix sparse-reported problemsDan Williams1-17/+13
2007-10-11[PATCH] libertas: pass boot2 version to firmwareLuis Carlos Cobo1-0/+1
2007-10-11[PATCH] libertas: monitor mode support for OLPC firmwareLuis Carlos Cobo1-0/+2
2007-10-11[PATCH] libertas: keep mesh autostart enabled while asleepLuis Carlos Cobo1-0/+26
2007-10-11[PATCH] libertas: uppercase some #definesHolger Schurig1-3/+3
2007-10-11[PATCH] libertas: make more functions static & remove unused functionsHolger Schurig1-3/+5
2007-10-11[PATCH] libertas: remove fw.cHolger Schurig1-2/+76
2007-10-11[PATCH] libertas: move generic firmware reset command to common codeDan Williams1-20/+10
2007-10-11[PATCH] libertas: remove thread.h and make kthread usage clearerDan Williams1-1/+1
2007-10-11[PATCH] libertas: re-uppercase command defines and other constantsDan Williams1-3/+3
2007-10-11[PATCH] libertas: remove if_bootcmd.cDan Williams1-0/+24
2007-06-11[PATCH] libertas: More endianness fixes.David Woodhouse1-2/+2
2007-06-11[PATCH] libertas: first pass at fixing up endianness issuesDavid Woodhouse1-26/+22
2007-06-11[PATCH] libertas: fix oops on rmmodMarcelo Tosatti1-5/+2
2007-06-11[PATCH] libertas: correctly unregister mesh netdev on errorDan Williams1-2/+1
2007-06-11[PATCH] libertas: call SET_NETDEV_DEV from common codeDan Williams1-10/+2
2007-06-11[PATCH] libertas: add URB debug infoLuis Carlos Cobo1-1/+1
2007-06-11[PATCH] libertas: remove unused variables in wlan_dev_tHolger Schurig1-23/+23
2007-06-11[PATCH] libertas: let DRV_NAME be overridableHolger Schurig1-0/+2
2007-06-11[PATCH] libertas: fix RESET logic at unload timeHolger Schurig1-47/+37
2007-06-11[PATCH] libertas: split module into two (libertas.ko and usb8xxx.ko)Holger Schurig1-26/+36
2007-06-11[PATCH] libertas: indirect all hardware access via hw_XXXX functionsHolger Schurig1-10/+22
2007-06-11[PATCH] libertas: fix error handling of card initializationMarcelo Tosatti1-2/+8
2007-06-11[PATCH] libertas: fixed transmission flow control on the mesh interfaceJavier Cardona1-4/+10
2007-06-11[PATCH] libertas: split wlan_add_card()Holger Schurig1-0/+3
2007-06-11[PATCH] libertas: move reset_device() code main.c to if_usb.cHolger Schurig1-2/+35
2007-06-11[PATCH] libertas: get rid of libertas_sbi_get_priv()Holger Schurig1-12/+1
2007-06-11[PATCH] libertas: single out mesh codeHolger Schurig1-2/+5
2007-06-11[PATCH] libertas: make debug configurableHolger Schurig1-66/+80
2007-06-11[PATCH] libertas: move vendor & product id's into if_usb.cHolger Schurig1-6/+2
2007-06-11[PATCH] libertas: remove deprecated pm_register and associated codeMarcelo Tosatti1-12/+0
2007-05-11[PATCH] libertas: 64-bit cleanupsDan Williams1-1/+1
2007-05-11[PATCH] libertas: fix missing unlock in TX error pathDan Williams1-0/+1
2007-05-11[PATCH] libertas: remove SUPPORT_BOOT_COMMANDDan Williams1-2/+0
2007-04-28[PATCH] Marvell Libertas 8388 802.11b/g USB driverMarcelo Tosatti1-0/+952