summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211
Commit message (Expand)AuthorAgeFilesLines
* brcmsmac: don't leak kernel memory via printk()Brian Norris2014-12-151-1/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-031-1/+0
| |\
| | * net: wireless: brcm80211: brcmfmac: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-12-083-5/+7
|\ \ \
| * | | brcmfmac: don't include linux/unaligned/access_ok.hJohannes Berg2014-11-201-1/+1
| * | | brcmfmac: fix error handling of irq_of_parse_and_mapDmitry Torokhov2014-11-171-2/+2
| * | | brcmfmac: kill URB when request timed outMathy Vanhoef2014-11-171-2/+4
* | | | brcmfmac: add multiple BSS support.Hante Meuleman2014-12-048-53/+272
* | | | brcmfmac: Add ifidx to logging of fwil cmds.Hante Meuleman2014-12-041-8/+10
* | | | brcmfmac: Fix vendor cmds used interface.Hante Meuleman2014-12-041-6/+9
* | | | brcmfmac: switch to single message MSIFranky Lin2014-12-041-0/+4
* | | | brcmfmac: Add PCIE ids for 43602 devices.Hante Meuleman2014-12-042-0/+4
* | | | brcmfmac: Fix ifidx for rx data by msgbuf.Hante Meuleman2014-12-041-0/+9
* | | | brcmfmac: Fix bitmap malloc bug in msgbuf.Hante Meuleman2014-12-041-0/+1
* | | | brcmsmac: NULL dereferences in brcms_c_detach_mfree()Dan Carpenter2014-12-011-4/+4
* | | | brcmsmac: extend hardware info shown in debugfsArend van Spriel2014-12-011-13/+27
* | | | brcmutil: add helper function to format board revisionArend van Spriel2014-12-012-0/+18
* | | | brcmfmac: correct .disconnect() callback while connectingArend van Spriel2014-11-251-0/+1
* | | | brcmfmac: fix static checker warning in pmklist handlingArend van Spriel2014-11-241-4/+3
* | | | net: brcm80211: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-203-6/+3
* | | | Merge tag 'mac80211-next-for-john-2014-11-20' of git://git.kernel.org/pub/scm...John W. Linville2014-11-201-2/+5
|\ \ \ \
| * | | | mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg2014-11-191-2/+5
* | | | | Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.o...John W. Linville2014-11-192-13/+18
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * / / brcmfmac: fix conversion of channel width 20MHZ_NOHTArend van Spriel2014-11-111-0/+6
| |/ /
| * / brcmfmac: dhd_sdio.c: Cleaning up missing null-terminate in conjunction with ...Rickard Strandqvist2014-10-231-13/+12
| |/
* | Merge tag 'mac80211-next-for-john-2014-11-04' of git://git.kernel.org/pub/scm...John W. Linville2014-11-041-4/+4
|\ \
| * | cfg80211: Convert del_station() callback to use a param structJouni Malinen2014-10-201-4/+4
| |/
* | brcmsmac: expose 802.11 core statistics in debugfsArend van Spriel2014-10-301-33/+133
* | brcmsmac: fix statistic counter update functionArend van Spriel2014-10-301-9/+9
* | brcmfmac: (clean) Move sdio related function.Hante Meuleman2014-10-303-54/+44
* | brcmfmac: (clean) Rename sdio related files.Hante Meuleman2014-10-3018-20/+20
* | brcmfmac: (clean) Rename sdio related files.Hante Meuleman2014-10-305-8/+8
* | brcmfmac: (clean) Rename files wl_cfg80211 to cfg80211Hante Meuleman2014-10-308-12/+14
* | brcmfmac: (clean) Rename dhd_common.c in common.cHante Meuleman2014-10-302-3/+3
* | brcmfmac: (clean) Rename dhd_bus.h in bus.hHante Meuleman2014-10-3016-21/+19
* | brcmfmac: (clean) Rename files dhd_dbg to debugHante Meuleman2014-10-3025-27/+27
* | brcmfmac: (clean) Move tracepoint related function.Hante Meuleman2014-10-302-15/+15
* | brcmfmac: (clean) Remove packet filter configuration.Hante Meuleman2014-10-301-166/+0
* | brcmfmac: (clean) Remove usb_rdl.h as it is not needed.Hante Meuleman2014-10-302-94/+69
* | brcmfmac: do not use firmware error code in driverArend van Spriel2014-10-301-5/+4
* | brcmfmac: remove unused defintionArend van Spriel2014-10-301-5/+0
* | brcmfmac: show firmware error as string in debug messageArend van Spriel2014-10-301-1/+72
* | brcmfmac: Add wowl patterns support.Hante Meuleman2014-10-302-35/+120
* | brcmfmac: Add wowl support for SDIO devices.Hante Meuleman2014-10-303-14/+34
* | brcmfmac: Add wowl support for USB devices.Hante Meuleman2014-10-301-10/+39
|/
* Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-10-0512-76/+340
|\
| * brcmfmac: Add wowl support for PCIE devices.Hante Meuleman2014-09-308-41/+220
| * brcmfmac: Fix crash on cleanup.Hante Meuleman2014-09-301-1/+1
| * brcmfmac: assure P2P discovery is disabled when setting P2P_DEVICE mac addressArend van Spriel2014-09-301-1/+4