aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/main.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-71/+197
* libertas: Add libertas_disablemesh module parameter to disable mesh interfaceSascha Silbe2011-05-111-1/+8
* libertas: Use netdev_<level> or dev_<level> where possibleJoe Perches2011-05-111-10/+15
* libertas: Convert lbs_pr_<level> to pr_<level>Joe Perches2011-05-111-16/+15
* libertas: remove tx_timeout handlerDaniel Drake2011-05-051-23/+0
* libertas: use kernel-doc notation, fix comment styleRandy Dunlap2011-04-281-46/+53
* libertas: Prepare stuff for if_spi.c pm supportVasily Khoruzhick2011-02-031-37/+40
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-081-2/+0
|\
| * libertas: fix memory corruption in lbs_remove_card()Daniel Drake2010-11-291-2/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-11-241-0/+7
|\ \ | |/
| * libertas: terminate scan when stopping interfaceDaniel Drake2010-11-081-0/+7
* | libertas: EHS_REMOVE_WAKEUP is not always supportedDeepak Saxena2010-11-161-1/+2
|/
* libertas: add two-stage firmware request helperDan Williams2010-08-161-0/+105
* libertas: scan before assocation if no BSSID was givenDan Williams2010-08-051-0/+1
* libertas: remove unused cmd_pending waitqDan Williams2010-07-271-8/+0
* libertas: convert DEEP_SLEEP timer to a direct commandDan Williams2010-07-271-8/+8
* libertas: convert PS_MODE to a direct commandDan Williams2010-07-271-2/+2
* libertas: clean up RSSI commandDan Williams2010-07-271-6/+1
* libertas: Added support for host sleep featureAmitkumar Karwar2010-07-121-32/+2
* Libertas: Added 11d support using cfg80211Kiran Divekar2010-06-231-0/+3
* Libertas: fix WARN_ON issues in cfg80211 supportKiran Divekar2010-06-231-2/+0
* Libertas: cfg80211 supportKiran Divekar2010-06-231-217/+4
* libertas: Added callback functions to support SDIO suspend/resume.Amitkumar Karwar2010-06-021-24/+55
* net: trans_start cleanupsEric Dumazet2010-05-101-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: convert multicast list to list_headJiri Pirko2010-04-031-6/+6
* | libertas: add auto auth mode featureAmitkumar Karwar2010-03-241-0/+1
|/
* wireless: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-281-2/+6
* Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-02-141-24/+7
|\
| * libertas: don't retry commandsHolger Schurig2010-02-081-24/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-251-23/+19
|\ \ | |/
| * libertas: remove priv->capabilityHolger Schurig2009-12-221-1/+0
| * libertas: add access functions for mesh open/connect statusHolger Schurig2009-12-221-3/+2
| * libertas: move mesh SSID initialization into mesh.cHolger Schurig2009-12-221-4/+0
| * libertas: decouple mesh and rtapHolger Schurig2009-12-221-2/+17
| * libertas: remove mesh_autostart_enabled and sync_channelHolger Schurig2009-12-221-13/+0
* | kfifo: fix warn_unused_resultStefani Seibold2009-12-221-2/+4
* | kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold2009-12-221-2/+3
* | kfifo: cleanup namespaceStefani Seibold2009-12-221-4/+4
* | kfifo: move out spinlockStefani Seibold2009-12-221-1/+1
* | kfifo: move struct kfifo in placeStefani Seibold2009-12-221-9/+7
|/
* libertas: moveing mesh-related functions into mesh.cHolger Schurig2009-11-281-342/+15
* libertas: move SIOCGIWAP calls to wext.cHolger Schurig2009-10-271-4/+1
* libertas: get current channel out of priv->curbssparamsHolger Schurig2009-10-271-5/+5
* libertas: move scan/assoc related stuffHolger Schurig2009-10-271-182/+0
* libertas: remove unused 11d codeHolger Schurig2009-10-271-3/+0
* libertas: Check return status of command functionsAmitkumar Karwar2009-10-271-0/+2
* libertas: remove double assignment of dev->netdev_opsLuis R. Rodriguez2009-10-091-1/+0
* libertas: first stab at cfg80211 supportHolger Schurig2009-10-071-17/+44