aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas
AgeCommit message (Expand)Author
2008-01-28libertas: switch lbs_cmd() to take a callback function pointerDavid Woodhouse
2008-01-28libertas: kill adapter->nr_cmd_pendingDavid Woodhouse
2008-01-28libertas: Fix up error handling in lbs_setuserscan()David Woodhouse
2008-01-28libertas: Don't set IW_ENCODE_NOKEY when returning WEP keys.David Woodhouse
2008-01-28libertas: endianness fixesHolger Schurig
2008-01-28libertas: Switch to using a callback function pointer for commandsDavid Woodhouse
2008-01-28libertas: when usb_submit_usb fails, include the error code in the printkDavid Woodhouse
2008-01-28libertas: implement new scanning logicHolger Schurig
2008-01-28libertas: Fix endianness in boot2_version handling.David Woodhouse
2008-01-28libertas: Remove SET_BOOT2_VER support from the Big Switch Statement.David Woodhouse
2008-01-28libertas: Use lbs_cmd() for setting Boot2 versionDavid Woodhouse
2008-01-28libertas: fix data packet size errorsHolger Schurig
2008-01-28libertas: don't cast a pointer to pointer ofLi Zefan
2008-01-28libertas: Byteswap cmdptr->size in lbs_cmd()David Woodhouse
2008-01-28libertas: Zero 'pdata_size' field in cmd_ctrl_node reliably.David Woodhouse
2008-01-28libertas: Move SET_BOOT2_VER command to if_usb where it belongsDavid Woodhouse
2008-01-28libertas: Don't claim to have checksummed incoming packets.David Woodhouse
2008-01-28libertas: handy function to call firmware commandsHolger Schurig
2008-01-28libertas: make more functions staticHolger Schurig
2008-01-28libertas: remove cmd_ctrl_node->statusHolger Schurig
2008-01-28libertas: remove cmd_ctrl_node->cmdflagsHolger Schurig
2008-01-28libertas: Consolidate lbs_host_to_card_done() function.David Woodhouse
2008-01-28libertas: Remove cmd_oid from struct cmd_ctrl_nodeDavid Woodhouse
2008-01-28libertas: Fix memory leak of RX skbsDavid Woodhouse
2008-01-28libertas: less eventcause shiftsHolger Schurig
2008-01-28libertas: remove user-specified channel listHolger Schurig
2008-01-28libertas: remove numprobesHolger Schurig
2008-01-28libertas: tweak tx path debuggingHolger Schurig
2008-01-28libertas: tweak association debug outputHolger Schurig
2008-01-28libertas: rework event subscriptionHolger Schurig
2008-01-28libertas: remove arbitrary typedefsHolger Schurig
2008-01-28libertas: configurable beacon intervalBrajesh Dave
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: clean up association debug messagesHolger Schurig
2008-01-28libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig
2008-01-28wireless: checkpatch cleanupsJeff Garzik
2008-01-28[netdrvr] irq handler minor cleanups in several driversJeff Garzik
2008-01-28netdev: ARRAY_SIZE() cleanupsAlejandro Martinez Ruiz
2008-01-28wireless: fix '!x & y' typo'sRoel Kluin
2008-01-28libertas: move wlan_*_association_work from header to c fileHolger Schurig
2008-01-28[LIBERTAS]: Remove last stray user of MAC_FMT.David S. Miller
2008-01-16wireless/libertas support for 88w8385 sdio older revisionMarc Pignat
2007-11-29libertas: let more than one MAC event throughHolger Schurig
2007-11-29libertas: Don't set NETIF_F_IPV6_CSUM in dev->featuresDavid Woodhouse
2007-11-29drivers/net/wireless: Add missing "space"Joe Perches
2007-11-10libertas: properly account for queue commandsMarcelo Tosatti