summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas
AgeCommit message (Expand)AuthorFilesLines
2009-12-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-2/+0
2009-12-21Libertas: fix buffer overflow in lbs_get_essid()Daniel Mack1-2/+0
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-06Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-43/+29
2009-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-43/+29
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-28libertas: move mesh command handling into mesh.cHolger Schurig3-168/+186
2009-11-28libertas: move mesh-only ethtool operations into mesh.cHolger Schurig3-80/+99
2009-11-28libertas: moveing mesh-related functions into mesh.cHolger Schurig6-363/+480
2009-11-28libertas: introduce mesh.hHolger Schurig4-19/+35
2009-11-28libertas: rename persistcfg.c -> mesh.cHolger Schurig2-1/+1
2009-11-28pcmcia: rework the irq_req_t typedefDominik Brodowski1-1/+0
2009-11-28pcmcia: remove deprecated handle_to_dev() macroDominik Brodowski1-2/+2
2009-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2009-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-7/+10
2009-11-11libertas: declare MODULE_FIRMWAREBen Hutchings4-0/+13
2009-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-7/+10
2009-11-11Libertas: fix issues while configuring host sleep using ethtool wolBing Zhao1-3/+2
2009-11-11Libertas: coding style cleanup in ethtool.cBing Zhao1-4/+8
2009-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-131/+7
2009-11-08pcmcia: use pcmcia_loop_config in misc pcmcia driversDominik Brodowski1-40/+27
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2009-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2009-11-02libertas: remove internal buffers from GSPI driverAndrey Yurovsky1-130/+6
2009-10-30wireless: remove WLAN_80211 and WLAN_PRE80211 from KconfigJohn W. Linville1-1/+1
2009-10-30libertas if_usb: Fix crash on 64-bit machinesDavid Woodhouse1-1/+1
2009-10-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+5
2009-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-5/+5
2009-10-27libertas: remove some references to IW_MODE_abcHolger Schurig2-9/+4
2009-10-27libertas: sort and categorize entries in decl.hHolger Schurig4-24/+27
2009-10-27libertas: move mic failure event to wext.cHolger Schurig3-30/+29
2009-10-27libertas: move SIOCGIWAP calls to wext.cHolger Schurig4-11/+12
2009-10-27libertas: remove "struct cmd_ds_gen"Holger Schurig4-28/+18
2009-10-27libertas: remove handling for CMD_GET_TSFHolger Schurig3-13/+0
2009-10-27libertas: remove handling for CMD_802_11_LED_GPIO_CTRLHolger Schurig2-29/+0
2009-10-27libertas: move lbs_send_iwevcustom_event() to wext.cHolger Schurig4-26/+26
2009-10-27libertas: move association related commands into assoc.cHolger Schurig5-396/+410
2009-10-27libertas: get current channel out of priv->curbssparamsHolger Schurig6-25/+25
2009-10-27libertas: sort variables in struct lbs_privateHolger Schurig1-153/+104
2009-10-27libertas: move scan/assoc related stuffHolger Schurig9-340/+348
2009-10-27libertas: change IW_ESSID_MAX_SIZE -> IEEE80211_MAX_SSID_LENHolger Schurig9-27/+27
2009-10-27libertas: remove unused 11d.h as well, priv->countryinfoHolger Schurig4-109/+2
2009-10-27libertas: remove unused 11d codeHolger Schurig10-830/+13
2009-10-27libertas: remove unused lbs_cmd_802_11_inactivity_timeout()Holger Schurig3-40/+0
2009-10-27libertas: make lbs_get_channel() staticHolger Schurig2-3/+1
2009-10-27libertas: harmonize cmd.hHolger Schurig5-65/+96
2009-10-27libertas: cleanup host.h and hostcmd.hHolger Schurig7-957/+853
2009-10-27libertas: make __lbs_cmd_async() non-staticHolger Schurig2-1/+6
2009-10-27libertas: Check return status of command functionsAmitkumar Karwar4-16/+34