aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas
AgeCommit message (Expand)Author
2012-01-03switch debugfs to umode_tAl Viro
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-11-15Net, libertas: Resolve memory leak in if_spi_host_to_card()Jesper Juhl
2011-11-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-11-09wireless: libertas: fix unaligned le64 accessesSteven Miao
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-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul 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-09-30Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville
2011-09-27libertas: scan behaviour consistency improvementsDaniel Drake
2011-09-19Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-...John W. Linville
2011-09-14libertas: prioritize usb8388_olpc.bin firmware on OLPC machinesAndres Salomon
2011-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-08-24libertas: update readme fileAmitkumar Karwar
2011-08-24libertas: handle mesh networks in lbs_iface_active()Dan Carpenter
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: remove some dead code in if_spi_prog_helper_firmware()Dan Carpenter
2011-08-09libertas: implement if_sdio runtime power managementDaniel Drake
2011-08-09libertas: disable functionality when interface is downDaniel Drake
2011-08-08libertas_usb: program OLPC EC wakeup mask for wake-on-WLANDaniel Drake
2011-08-08libertas_usb: use USB interface as parent deviceDaniel 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-20libertas: mesh: misc cleanupDaniel 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-07-11libertas: fix errors in functions accessing module registersOlivier Sobrie
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-06-17if_spi: Fix compilation warning - unused variableNikanth Karthikesan
2011-06-10libertas: add sd8686 reset_card supportDaniel Drake
2011-06-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-06-03libertas_sdio: handle spurious interruptsDaniel Drake
2011-05-31libertas: Set command sequence number later to ensure consistencyDaniel Drake
2011-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds
2011-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
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-10libertas: fix cmdpendingq lockingPaul Fox