aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas/if_usb.c
AgeCommit message (Expand)Author
2008-01-28libertas: when usb_submit_usb fails, include the error code in the printkDavid Woodhouse
2008-01-28libertas: Fix endianness in boot2_version handling.David Woodhouse
2008-01-28libertas: Use lbs_cmd() for setting Boot2 versionDavid Woodhouse
2008-01-28libertas: Move SET_BOOT2_VER command to if_usb where it belongsDavid Woodhouse
2008-01-28libertas: Consolidate lbs_host_to_card_done() function.David Woodhouse
2008-01-28libertas: Fix memory leak of RX skbsDavid Woodhouse
2008-01-28libertas: remove arbitrary typedefsHolger Schurig
2008-01-28libertas: separate mesh connectivity from that of the main interfaceBrajesh Dave
2008-01-28libertas: nuke useless variable usbdriver_name and useless commentsAndres Salomon
2008-01-28libertas: reset devices upon disconnect rather than module unloadingAndres Salomon
2008-01-28libertas: mark module_init/exit functions as __init/__exitAndres Salomon
2008-01-28libertas: drop useless default_fw_name variableAndres Salomon
2008-01-28libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig
2007-10-10[PATCH] libertas: remove one superfluous includeHolger Schurig
2007-10-10[PATCH] libertas: send reset command directly instead of calling libertas_res...Dan Williams
2007-10-10[PATCH] libertas: reorganize and simplify init sequenceDan Williams
2007-10-10[PATCH] libertas: fix sparse-reported problemsDan Williams
2007-10-10[PATCH] libertas: pass boot2 version to firmwareLuis Carlos Cobo
2007-10-10[PATCH] libertas: monitor mode support for OLPC firmwareLuis Carlos Cobo
2007-10-10[PATCH] libertas: keep mesh autostart enabled while asleepLuis Carlos Cobo
2007-10-10[PATCH] libertas: uppercase some #definesHolger Schurig
2007-10-10[PATCH] libertas: make more functions static & remove unused functionsHolger Schurig
2007-10-10[PATCH] libertas: remove fw.cHolger Schurig
2007-10-10[PATCH] libertas: move generic firmware reset command to common codeDan Williams
2007-10-10[PATCH] libertas: remove thread.h and make kthread usage clearerDan Williams
2007-10-10[PATCH] libertas: re-uppercase command defines and other constantsDan Williams
2007-10-10[PATCH] libertas: remove if_bootcmd.cDan Williams
2007-06-11[PATCH] libertas: More endianness fixes.David Woodhouse
2007-06-11[PATCH] libertas: first pass at fixing up endianness issuesDavid Woodhouse
2007-06-11[PATCH] libertas: fix oops on rmmodMarcelo Tosatti
2007-06-11[PATCH] libertas: correctly unregister mesh netdev on errorDan Williams
2007-06-11[PATCH] libertas: call SET_NETDEV_DEV from common codeDan Williams
2007-06-11[PATCH] libertas: add URB debug infoLuis Carlos Cobo
2007-06-11[PATCH] libertas: remove unused variables in wlan_dev_tHolger Schurig
2007-06-11[PATCH] libertas: let DRV_NAME be overridableHolger Schurig
2007-06-11[PATCH] libertas: fix RESET logic at unload timeHolger Schurig
2007-06-11[PATCH] libertas: split module into two (libertas.ko and usb8xxx.ko)Holger Schurig
2007-06-11[PATCH] libertas: indirect all hardware access via hw_XXXX functionsHolger Schurig
2007-06-11[PATCH] libertas: fix error handling of card initializationMarcelo Tosatti
2007-06-11[PATCH] libertas: fixed transmission flow control on the mesh interfaceJavier Cardona
2007-06-11[PATCH] libertas: split wlan_add_card()Holger Schurig
2007-06-11[PATCH] libertas: move reset_device() code main.c to if_usb.cHolger Schurig
2007-06-11[PATCH] libertas: get rid of libertas_sbi_get_priv()Holger Schurig
2007-06-11[PATCH] libertas: single out mesh codeHolger Schurig
2007-06-11[PATCH] libertas: make debug configurableHolger Schurig
2007-06-11[PATCH] libertas: move vendor & product id's into if_usb.cHolger Schurig
2007-06-11[PATCH] libertas: remove deprecated pm_register and associated codeMarcelo Tosatti
2007-05-11[PATCH] libertas: 64-bit cleanupsDan Williams
2007-05-11[PATCH] libertas: fix missing unlock in TX error pathDan Williams
2007-05-11[PATCH] libertas: remove SUPPORT_BOOT_COMMANDDan Williams