aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+10
2009-11-10Libertas: fix issues while configuring host sleep using ethtool wolBing Zhao1-3/+2
2009-11-10Libertas: coding style cleanup in ethtool.cBing Zhao1-4/+8
2009-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller2-131/+7
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-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-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-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
2009-10-27libertas spi: fix sparse errorsHolger Schurig1-5/+5
2009-10-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-10-13libertas: fix buildAlan Cox1-0/+1
2009-10-09libertas: depend on CONFIG_CFG80211Holger Schurig1-1/+1
2009-10-09libertas: remove double assignment of dev->netdev_opsLuis R. Rodriguez1-1/+0
2009-10-07libertas: remove extraneous select FW_LOADERHolger Schurig1-1/+0
2009-10-07libertas: Use lbs_is_cmd_allowed() check in command handling routines.Amitkumar Karwar5-191/+34
2009-10-07libertas: first stab at cfg80211 supportHolger Schurig6-17/+262
2009-10-07libertas: separate libertas' Kconfig in it's own fileHolger Schurig2-2/+52
2009-10-07libertas: Add auto deep sleep support for SD8385/SD8686/SD8688Amitkumar Karwar15-21/+533
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov1-0/+1
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger2-2/+2
2009-09-01wireless: convert drivers to netdev_tx_tStephen Hemminger3-7/+7
2009-08-28libertas: add NULL check on return value of get_zeroed_pageKiran Divekar1-0/+28
2009-08-28libertas: Add support for Marvell Libertas CF8305Marek Vasut1-2/+37
2009-08-28libertas: clean up and clarify get_common_ratesDan Williams1-31/+27
2009-08-28libertas: Read buffer overflowRoel Kluin1-16/+15
2009-08-20libertas: don't use dynamic-sized arrayAndrey Yurovsky1-1/+7
2009-08-14libertas: name the network device wlan%dDaniel Mack1-1/+2
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-11/+13