aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-17libertas: add asynchronous firmware loading capabilityDaniel Drake1-0/+3
2012-04-17libertas: harden-up exit pathsDaniel Drake1-1/+8
2012-04-17libertas: Firmware loading simplificationsDaniel Drake1-101/+0
2012-04-12wireless, libertas: remove redundant NULL tests before calling release_firmware()Jesper Juhl1-8/+4
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+2
2011-11-02libertas: ensure we clean up a scan request properlyAndres Salomon1-4/+2
2011-10-31drivers/net: change moduleparam.h to module.h as required.Paul Gortmaker1-1/+1
2011-10-17Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davemJohn W. Linville1-0/+32
2011-10-14libertas: fix changing interface type when interface is downDaniel Drake1-0/+32
2011-10-11Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davemJohn W. Linville1-0/+35
2011-10-03libertas: detect TX lockups and reset hardwareDaniel Drake1-0/+35
2011-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-64/+116
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-09libertas: disable functionality when interface is downDaniel Drake1-60/+108
2011-08-08libertas: link mesh device to wiphyDaniel Drake1-5/+9
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+1
2011-07-20libertas: only enable mesh when interface is activeDaniel Drake1-1/+1
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-2/+10
2011-07-11libertas: fix handling of command timeout, completion and interruptionDaniel Drake1-2/+10
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-11libertas: Add libertas_disablemesh module parameter to disable mesh interfaceSascha Silbe1-1/+8
2011-05-11libertas: Use netdev_<level> or dev_<level> where possibleJoe Perches1-10/+15
2011-05-11libertas: Convert lbs_pr_<level> to pr_<level>Joe Perches1-16/+15
2011-05-05libertas: remove tx_timeout handlerDaniel Drake1-23/+0
2011-04-28libertas: use kernel-doc notation, fix comment styleRandy Dunlap1-46/+53
2011-02-03libertas: Prepare stuff for if_spi.c pm supportVasily Khoruzhick1-37/+40
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+0
2010-11-29libertas: fix memory corruption in lbs_remove_card()Daniel Drake1-2/+0
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+7
2010-11-16libertas: EHS_REMOVE_WAKEUP is not always supportedDeepak Saxena1-1/+2
2010-11-08libertas: terminate scan when stopping interfaceDaniel Drake1-0/+7
2010-08-16libertas: add two-stage firmware request helperDan Williams1-0/+105
2010-08-05libertas: 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-12libertas: 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-02libertas: Added callback functions to support SDIO suspend/resume.Amitkumar Karwar1-24/+55
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-6/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun 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-14Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-24/+7
2010-02-08libertas: don't retry commandsHolger Schurig1-24/+7