summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211
AgeCommit message (Expand)AuthorFilesLines
2014-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-5/+7
2014-12-04brcmfmac: add multiple BSS support.Hante Meuleman8-53/+272
2014-12-04brcmfmac: Add ifidx to logging of fwil cmds.Hante Meuleman1-8/+10
2014-12-04brcmfmac: Fix vendor cmds used interface.Hante Meuleman1-6/+9
2014-12-04brcmfmac: switch to single message MSIFranky Lin1-0/+4
2014-12-04brcmfmac: Add PCIE ids for 43602 devices.Hante Meuleman2-0/+4
2014-12-04brcmfmac: Fix ifidx for rx data by msgbuf.Hante Meuleman1-0/+9
2014-12-04brcmfmac: Fix bitmap malloc bug in msgbuf.Hante Meuleman1-0/+1
2014-12-01brcmsmac: NULL dereferences in brcms_c_detach_mfree()Dan Carpenter1-4/+4
2014-12-01brcmsmac: extend hardware info shown in debugfsArend van Spriel1-13/+27
2014-12-01brcmutil: add helper function to format board revisionArend van Spriel2-0/+18
2014-11-25brcmfmac: correct .disconnect() callback while connectingArend van Spriel1-0/+1
2014-11-24brcmfmac: fix static checker warning in pmklist handlingArend van Spriel1-4/+3
2014-11-21net: brcm80211: Deletion of unnecessary checks before two function callsMarkus Elfring3-6/+3
2014-11-21Merge tag 'mac80211-next-for-john-2014-11-20' of git://git.kernel.org/pub/scm...John W. Linville1-2/+5
2014-11-20brcmfmac: don't include linux/unaligned/access_ok.hJohannes Berg1-1/+1
2014-11-19Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.o...John W. Linville2-13/+18
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg1-2/+5
2014-11-17brcmfmac: fix error handling of irq_of_parse_and_mapDmitry Torokhov1-2/+2
2014-11-17brcmfmac: kill URB when request timed outMathy Vanhoef1-2/+4
2014-11-12brcmfmac: fix conversion of channel width 20MHZ_NOHTArend van Spriel1-0/+6
2014-11-05Merge tag 'mac80211-next-for-john-2014-11-04' of git://git.kernel.org/pub/scm...John W. Linville1-4/+4
2014-10-30brcmsmac: expose 802.11 core statistics in debugfsArend van Spriel1-33/+133
2014-10-30brcmsmac: fix statistic counter update functionArend van Spriel1-9/+9
2014-10-30brcmfmac: (clean) Move sdio related function.Hante Meuleman3-54/+44
2014-10-30brcmfmac: (clean) Rename sdio related files.Hante Meuleman18-20/+20
2014-10-30brcmfmac: (clean) Rename sdio related files.Hante Meuleman5-8/+8
2014-10-30brcmfmac: (clean) Rename files wl_cfg80211 to cfg80211Hante Meuleman8-12/+14
2014-10-30brcmfmac: (clean) Rename dhd_common.c in common.cHante Meuleman2-3/+3
2014-10-30brcmfmac: (clean) Rename dhd_bus.h in bus.hHante Meuleman16-21/+19
2014-10-30brcmfmac: (clean) Rename files dhd_dbg to debugHante Meuleman25-27/+27
2014-10-30brcmfmac: (clean) Move tracepoint related function.Hante Meuleman2-15/+15
2014-10-30brcmfmac: (clean) Remove packet filter configuration.Hante Meuleman1-166/+0
2014-10-30brcmfmac: (clean) Remove usb_rdl.h as it is not needed.Hante Meuleman2-94/+69
2014-10-30brcmfmac: do not use firmware error code in driverArend van Spriel1-5/+4
2014-10-30brcmfmac: remove unused defintionArend van Spriel1-5/+0
2014-10-30brcmfmac: show firmware error as string in debug messageArend van Spriel1-1/+72
2014-10-30brcmfmac: Add wowl patterns support.Hante Meuleman2-35/+120
2014-10-30brcmfmac: Add wowl support for SDIO devices.Hante Meuleman3-14/+34
2014-10-30brcmfmac: Add wowl support for USB devices.Hante Meuleman1-10/+39
2014-10-23brcmfmac: dhd_sdio.c: Cleaning up missing null-terminate in conjunction with ...Rickard Strandqvist1-13/+12
2014-10-20cfg80211: Convert del_station() callback to use a param structJouni Malinen1-4/+4
2014-10-06Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller12-76/+340
2014-09-30brcmfmac: Add wowl support for PCIE devices.Hante Meuleman8-41/+220
2014-09-30brcmfmac: Fix crash on cleanup.Hante Meuleman1-1/+1
2014-09-30brcmfmac: assure P2P discovery is disabled when setting P2P_DEVICE mac addressArend van Spriel1-1/+4
2014-09-30brcmfmac: Avoid usage of GFP_ATOMIC.Hante Meuleman2-24/+108
2014-09-30brcmfmac: Fix sign issue with IOCTL return code in msgbuf.Hante Meuleman1-2/+3
2014-09-30brcmfmac: On scan timeout do send received results.Hante Meuleman2-7/+4
2014-09-26Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller4-87/+87