summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas
AgeCommit message (Expand)AuthorFilesLines
2011-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-27/+2
2011-08-24libertas: update readme fileAmitkumar Karwar1-25/+0
2011-08-24libertas: handle mesh networks in lbs_iface_active()Dan Carpenter1-2/+2
2011-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville14-232/+457
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko2-2/+2
2011-08-09libertas: remove some dead code in if_spi_prog_helper_firmware()Dan Carpenter1-4/+0
2011-08-09libertas: implement if_sdio runtime power managementDaniel Drake1-106/+171
2011-08-09libertas: disable functionality when interface is downDaniel Drake8-82/+163
2011-08-09libertas_usb: program OLPC EC wakeup mask for wake-on-WLANDaniel Drake1-0/+9
2011-08-08libertas_usb: use USB interface as parent deviceDaniel Drake1-1/+1
2011-08-08libertas: link mesh device to wiphyDaniel Drake8-43/+117
2011-07-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-618/+391
2011-07-20libertas: only enable mesh when interface is activeDaniel Drake5-25/+11
2011-07-20libertas: mesh: misc cleanupDaniel Drake2-601/+388
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-18/+48
2011-07-11libertas: fix handling of command timeout, completion and interruptionDaniel Drake4-17/+45
2011-07-11libertas: fix errors in functions accessing module registersOlivier Sobrie1-1/+3
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-3/+37
2011-06-17if_spi: Fix compilation warning - unused variableNikanth Karthikesan1-3/+3
2011-06-10libertas: add sd8686 reset_card supportDaniel Drake1-0/+34
2011-06-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-5/+16
2011-06-07net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan10-0/+11
2011-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-3/+3
2011-06-03libertas_sdio: handle spurious interruptsDaniel Drake1-5/+16
2011-05-31libertas: Set command sequence number later to ensure consistencyDaniel Drake1-3/+3
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-1/+1
2011-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+4
2011-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville12-190/+213
2011-05-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-2/+4
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 Perches11-93/+130
2011-05-11libertas: Convert lbs_pr_<level> to pr_<level>Joe Perches12-171/+173
2011-05-10libertas: fix cmdpendingq lockingPaul Fox1-2/+4
2011-05-06pcmcia: Convert pcmcia_device_id declarations to constJoe Perches1-1/+1
2011-05-05libertas: remove tx_timeout handlerDaniel Drake1-23/+0
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville20-557/+730
2011-04-28libertas: use kernel-doc notation, fix comment styleRandy Dunlap20-557/+730
2011-04-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+65
2011-03-31Fix common misspellingsLucas De Marchi4-5/+5
2011-03-30libertas_spi: Add support for suspend/resumeVasily Khoruzhick1-0/+65
2011-03-11libertas: fix write past end of array in mesh_id_get()Dan Carpenter1-7/+4
2011-03-10ieee80211: add IEEE80211_COUNTRY_STRING_LEN definitionBing Zhao1-1/+1
2011-02-04libertas: Prepare stuff for if_spi.c pm supportVasily Khoruzhick3-40/+49
2011-02-04libertas_spi: Use workqueue in hw_host_to_cardVasily Khoruzhick1-129/+239
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf1-2/+4
2011-01-04libertas: down_interruptible() can return -EINTR, not EINTRroel kluin1-1/+1
2010-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2010-12-13cfg80211/nl80211: separate unicast/multicast default TX keysJohannes Berg1-1/+2
2010-12-13libertas: fix potential NULL-pointer dereferenceSven Neumann1-1/+1
2010-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-4/+0