summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas/main.c
AgeCommit message (Expand)Author
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2012-09-11libertas: set mac control synchronously during initDaniel Drake
2012-08-02libertas: don't reset card on error when it is being removedDaniel Drake
2012-07-17libertas: Update 11d info only when interface is activeDaniel Drake
2012-04-17libertas: add asynchronous firmware loading capabilityDaniel Drake
2012-04-17libertas: harden-up exit pathsDaniel Drake
2012-04-17libertas: Firmware loading simplificationsDaniel Drake
2012-04-12wireless, libertas: remove redundant NULL tests before calling release_firmwa...Jesper Juhl
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2011-11-02libertas: ensure we clean up a scan request properlyAndres Salomon
2011-10-31drivers/net: change moduleparam.h to module.h as required.Paul Gortmaker
2011-10-17Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville
2011-10-14libertas: fix changing interface type when interface is downDaniel Drake
2011-10-11Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville
2011-10-03libertas: detect TX lockups and reset hardwareDaniel Drake
2011-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-08-09libertas: disable functionality when interface is downDaniel Drake
2011-08-08libertas: link mesh device to wiphyDaniel Drake
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-07-20libertas: only enable mesh when interface is activeDaniel Drake
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-07-11libertas: fix handling of command timeout, completion and interruptionDaniel Drake
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-05-11libertas: Add libertas_disablemesh module parameter to disable mesh interfaceSascha Silbe
2011-05-11libertas: Use netdev_<level> or dev_<level> where possibleJoe Perches
2011-05-11libertas: Convert lbs_pr_<level> to pr_<level>Joe Perches
2011-05-05libertas: remove tx_timeout handlerDaniel Drake
2011-04-28libertas: use kernel-doc notation, fix comment styleRandy Dunlap
2011-02-03libertas: Prepare stuff for if_spi.c pm supportVasily Khoruzhick
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-11-29libertas: fix memory corruption in lbs_remove_card()Daniel Drake
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-11-16libertas: EHS_REMOVE_WAKEUP is not always supportedDeepak Saxena
2010-11-08libertas: terminate scan when stopping interfaceDaniel Drake
2010-08-16libertas: add two-stage firmware request helperDan Williams
2010-08-05libertas: scan before assocation if no BSSID was givenDan Williams
2010-07-27libertas: remove unused cmd_pending waitqDan Williams
2010-07-27libertas: convert DEEP_SLEEP timer to a direct commandDan Williams
2010-07-27libertas: convert PS_MODE to a direct commandDan Williams
2010-07-27libertas: clean up RSSI commandDan Williams
2010-07-12libertas: Added support for host sleep featureAmitkumar Karwar
2010-06-23Libertas: Added 11d support using cfg80211Kiran Divekar
2010-06-23Libertas: fix WARN_ON issues in cfg80211 supportKiran Divekar
2010-06-23Libertas: cfg80211 supportKiran Divekar
2010-06-02libertas: Added callback functions to support SDIO suspend/resume.Amitkumar Karwar
2010-05-10net: trans_start cleanupsEric Dumazet
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo