summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac
AgeCommit message (Expand)AuthorFilesLines
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds16-48/+312
2020-01-26brcmfmac: Remove always false 'idx < 0' statementyuehaibing1-1/+1
2020-01-26brcmfmac: add initial support for monitor modeRafał Miłecki6-13/+174
2020-01-26brcmfmac: simplify building interface combinationsRafał Miłecki1-29/+14
2020-01-26brcmfmac: sdio: Fix OOB interrupt initialization on brcm43362Jean-Philippe Brucker1-6/+6
2020-01-26brcmfmac: use true,false for bool variablezhengbin1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-12-18brcmfmac: Keep OOB wake-interrupt disabled when it shouldn't be enabledDmitry Osipenko2-6/+5
2019-12-18brcmfmac: Fix memory leak in brcmf_usbdev_qinitNavid Emamdoost1-0/+1
2019-12-18brcmfmac: not set mbss in vif if firmware does not support MBSSWright Feng1-1/+3
2019-12-18brcmfmac: add RSDB condition when setting interface combinationsWright Feng1-8/+46
2019-12-18brcmfmac: add support for BCM4359 SDIO chipsetSoeren Moch3-0/+5
2019-12-18brcmfmac: make errors when setting roaming parameters non-fatalSoeren Moch1-6/+4
2019-12-18brcmfmac: fix rambase for 4359/9Soeren Moch1-1/+2
2019-12-18brcmfmac: set F2 blocksize and watermark for 4359Chung-Hsien Hsu2-1/+20
2019-12-18brcmfmac: reset two D11 cores if chip has two D11 coresWright Feng3-1/+52
2019-12-18brcmfmac: fix interface sanity checkJohan Hovold1-2/+2
2019-12-18brcmfmac: set interface carrier to off by defaultRafał Miłecki1-0/+2
2019-12-18brcmfmac: Fix use after free in brcmf_sdio_readframes()Dan Carpenter1-0/+1
2019-12-18brcmfmac: Fix memory leak in brcmf_p2p_create_p2pdev()Navid Emamdoost1-1/+2
2019-11-20brcmfmac: remove monitor interface when detachingRafał Miłecki1-0/+5
2019-11-20brcmfmac: disable PCIe interrupts before bus resetRafał Miłecki1-0/+2
2019-11-20brcmfmac: remove set but not used variable 'mpnum','nsp','nmp'zhengbin1-5/+1
2019-10-15wireless: Remove call to memset after dma_alloc_coherentFuqian Huang1-2/+0
2019-10-04brcmfmac: add support for SAE authentication offloadChung-Hsien Hsu5-8/+88
2019-10-01brcmfmac: fix suspend/resume when power is cut offAdrian Ratiu1-14/+39
2019-10-01brcmfmac: don't WARN when there are no requestsAdrian Ratiu1-0/+4
2019-10-01brcmfmac: send port authorized event for FT-802.1XChung-Hsien Hsu2-0/+9
2019-09-13brcmfmac: don't realloc wiphy during PCIe resetRafał Miłecki1-4/+4
2019-09-13brcmfmac: split brcmf_attach() and brcmf_detach() functionsRafał Miłecki5-19/+80
2019-09-13brcmfmac: move "cfg80211_ops" pointer to another structRafał Miłecki4-5/+7
2019-09-06brcmfmac: use %*ph to print small bufferAndy Shevchenko1-12/+6
2019-09-06brcmfmac: add "reset" debugfs entry for testing resetRafał Miłecki1-0/+25
2019-09-06brcmfmac: add stub version of brcmf_debugfs_get_devdir()Rafał Miłecki1-0/+4
2019-09-03brcmfmac: get chip's default RAM info during PCIe setupRafał Miłecki3-2/+11
2019-09-03brcmfmac: replace strncpy() by strscpy()Xulin Sun1-3/+1
2019-09-03brcmfmac: remove redundant assignment to pointer hashColin Ian King1-1/+0
2019-08-06brcmfmac: remove set but not used variable 'dtim_period'YueHaibing1-7/+1
2019-07-24brcmfmac: don't net_ratelimit() CONSOLE messages on firmware crashRafał Miłecki1-1/+2
2019-07-24brcmfmac: remove unnecessary strlcpy() upon obtaining "ver" iovarArend van Spriel1-1/+0
2019-07-24brcmfmac: simply remove flowring if bus is downArend van Spriel1-0/+7
2019-07-24brcmfmac: avoid firmware commands when bus is downArend van Spriel1-10/+13
2019-07-24brcmfmac: clear events in brcmf_fweh_detach() will always failArend van Spriel1-9/+0
2019-07-24brcmfmac: avoid firmware command in brcmf_netdev_open() when bus is downArend van Spriel1-1/+2
2019-07-24brcmfmac: change the order of things in brcmf_detach()Arend van Spriel1-13/+14
2019-07-24Revert "brcmfmac: fix NULL pointer derefence during USB disconnect"Arend van Spriel7-40/+13
2019-07-24brcmfmac: allow 160MHz in custom regulatory rulesArend van Spriel1-2/+2
2019-07-24brcmfmac: enable DFS_OFFLOAD extended feature if supportedArend van Spriel3-1/+9
2019-07-24brcmfmac: add 160MHz in chandef_to_chanspec()Arend van Spriel1-1/+20
2019-07-20wireless: fix nl80211 vendor commandsJohannes Berg1-0/+1