summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas/main.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+0
2010-11-29libertas: fix memory corruption in lbs_remove_card()Daniel Drake1-2/+0
2010-11-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+7
2010-11-17libertas: EHS_REMOVE_WAKEUP is not always supportedDeepak Saxena1-1/+2
2010-11-09libertas: terminate scan when stopping interfaceDaniel Drake1-0/+7
2010-08-16libertas: add two-stage firmware request helperDan Williams1-0/+105
2010-08-06libertas: scan before assocation if no BSSID was givenDan Williams1-0/+1
2010-07-27libertas: remove unused cmd_pending waitqDan Williams1-8/+0
2010-07-27libertas: convert DEEP_SLEEP timer to a direct commandDan Williams1-8/+8
2010-07-27libertas: convert PS_MODE to a direct commandDan Williams1-2/+2
2010-07-27libertas: clean up RSSI commandDan Williams1-6/+1
2010-07-13libertas: Added support for host sleep featureAmitkumar Karwar1-32/+2
2010-06-23Libertas: Added 11d support using cfg80211Kiran Divekar1-0/+3
2010-06-23Libertas: fix WARN_ON issues in cfg80211 supportKiran Divekar1-2/+0
2010-06-23Libertas: cfg80211 supportKiran Divekar1-217/+4
2010-06-03libertas: Added callback functions to support SDIO suspend/resume.Amitkumar Karwar1-24/+55
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+1
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-04-04net: convert multicast list to list_headJiri Pirko1-6/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-24libertas: add auto auth mode featureAmitkumar Karwar1-0/+1
2010-02-28wireless: convert to use netdev_for_each_mc_addrJiri Pirko1-2/+6
2010-02-15Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-24/+7
2010-02-09libertas: don't retry commandsHolger Schurig1-24/+7
2009-12-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-23/+19
2009-12-23kfifo: fix warn_unused_resultStefani Seibold1-2/+4
2009-12-23kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-2/+3
2009-12-23kfifo: cleanup namespaceStefani Seibold1-4/+4
2009-12-23kfifo: move out spinlockStefani Seibold1-1/+1
2009-12-23kfifo: move struct kfifo in placeStefani Seibold1-9/+7
2009-12-22libertas: remove priv->capabilityHolger Schurig1-1/+0
2009-12-22libertas: add access functions for mesh open/connect statusHolger Schurig1-3/+2
2009-12-22libertas: move mesh SSID initialization into mesh.cHolger Schurig1-4/+0
2009-12-22libertas: decouple mesh and rtapHolger Schurig1-2/+17
2009-12-22libertas: remove mesh_autostart_enabled and sync_channelHolger Schurig1-13/+0
2009-11-28libertas: moveing mesh-related functions into mesh.cHolger Schurig1-342/+15
2009-10-27libertas: move SIOCGIWAP calls to wext.cHolger Schurig1-4/+1
2009-10-27libertas: get current channel out of priv->curbssparamsHolger Schurig1-5/+5
2009-10-27libertas: move scan/assoc related stuffHolger Schurig1-182/+0
2009-10-27libertas: remove unused 11d codeHolger Schurig1-3/+0
2009-10-27libertas: Check return status of command functionsAmitkumar Karwar1-0/+2
2009-10-10libertas: remove double assignment of dev->netdev_opsLuis R. Rodriguez1-1/+0
2009-10-08libertas: first stab at cfg80211 supportHolger Schurig1-17/+44
2009-10-08libertas: Add auto deep sleep support for SD8385/SD8686/SD8688Amitkumar Karwar1-14/+97
2009-09-01wireless: convert drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-08-14libertas: name the network device wlan%dDaniel Mack1-1/+2
2009-06-03libertas: improve function init/shutdown handling for SD8688Bing Zhao1-20/+0
2009-05-22libertas: implement function init/shutdown commands for SD8688Bing Zhao1-0/+20
2009-04-23libertas: support mesh for various firmware versionsBing Zhao1-17/+27
2009-03-22libertas: convert to net_device_opsStephen Hemminger1-16/+29