summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom
AgeCommit message (Expand)AuthorLines
2020-03-26brcmfmac: fix the incorrect return value in brcmf_inform_single_bss().Raveendran Somu-1/+1
2020-03-26brcmfmac: Fix double freeing in the fmac usb data pathRaveendran Somu-2/+1
2020-03-26brcmfmac: Fix driver crash on USB control transfer timeoutRaveendran Somu-2/+4
2020-03-23brcmfmac: Replace zero-length array with flexible-array memberGustavo A. R. Silva-2/+2
2020-03-12b43legacy: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai-1/+1
2020-03-12b43: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai-1/+1
2020-03-12b43legacy: replace simple_strtol() with kstrtoint()chenqiwu-2/+4
2020-02-12brcmfmac: abort and release host after errorGuenter Roeck-0/+2
2020-02-12brcmfmac: add the BRCM 4364 found in MacBook Pro 15,2brian m. carlson-0/+6
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-51/+316
2020-01-26brcmfmac: Remove always false 'idx < 0' statementyuehaibing-1/+1
2020-01-26brcmfmac: add initial support for monitor modeRafał Miłecki-13/+174
2020-01-26brcmfmac: simplify building interface combinationsRafał Miłecki-29/+14
2020-01-26brcmfmac: sdio: Fix OOB interrupt initialization on brcm43362Jean-Philippe Brucker-6/+6
2020-01-26brcmfmac: use true,false for bool variablezhengbin-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-2/+2
2019-12-18brcmfmac: Keep OOB wake-interrupt disabled when it shouldn't be enabledDmitry Osipenko-6/+5
2019-12-18brcmfmac: Fix memory leak in brcmf_usbdev_qinitNavid Emamdoost-0/+1
2019-12-18brcmfmac: not set mbss in vif if firmware does not support MBSSWright Feng-1/+3
2019-12-18brcmfmac: add RSDB condition when setting interface combinationsWright Feng-8/+46
2019-12-18brcmfmac: add support for BCM4359 SDIO chipsetSoeren Moch-0/+5
2019-12-18brcmfmac: make errors when setting roaming parameters non-fatalSoeren Moch-6/+4
2019-12-18brcmfmac: fix rambase for 4359/9Soeren Moch-1/+2
2019-12-18brcmfmac: set F2 blocksize and watermark for 4359Chung-Hsien Hsu-1/+20
2019-12-18brcmfmac: reset two D11 cores if chip has two D11 coresWright Feng-1/+52
2019-12-18brcmfmac: fix interface sanity checkJohan Hovold-2/+2
2019-12-18brcmfmac: set interface carrier to off by defaultRafał Miłecki-0/+2
2019-12-18brcmfmac: Fix use after free in brcmf_sdio_readframes()Dan Carpenter-0/+1
2019-12-18b43legacy: Fix -Wcast-function-typePhong Tran-2/+3
2019-12-18brcmsmac: Remove always false 'channel < 0' statementAustin Kim-1/+1
2019-12-18brcmfmac: Fix memory leak in brcmf_p2p_create_p2pdev()Navid Emamdoost-1/+2
2019-11-20brcmfmac: remove monitor interface when detachingRafał Miłecki-0/+5
2019-11-20brcmfmac: disable PCIe interrupts before bus resetRafał Miłecki-0/+2
2019-11-20brcmfmac: remove set but not used variable 'mpnum','nsp','nmp'zhengbin-5/+1
2019-11-15brcmsmac: remove unnecessary returnEduardo Abinader-2/+0
2019-11-06brcmsmac: remove set but not used variablesYueHaibing-9/+2
2019-11-05Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...David S. Miller-37/+152
2019-10-31b43: dma: Fix use true/false for bool type variableSaurav Girepunje-2/+2
2019-10-31b43: main: Fix use true/false for bool typeSaurav Girepunje-3/+3
2019-10-15wireless: Remove call to memset after dma_alloc_coherentFuqian Huang-2/+0
2019-10-04brcmfmac: add support for SAE authentication offloadChung-Hsien Hsu-8/+90
2019-10-04mac80211: simplify TX aggregation startJohannes Berg-2/+1
2019-10-01brcmsmac: remove duplicated if conditionDenis Efremov-6/+4
2019-10-01brcmfmac: fix suspend/resume when power is cut offAdrian Ratiu-14/+39
2019-10-01brcmfmac: don't WARN when there are no requestsAdrian Ratiu-0/+4
2019-10-01brcmsmac: remove a useless testChristophe JAILLET-2/+1
2019-10-01brcmfmac: send port authorized event for FT-802.1XChung-Hsien Hsu-0/+9
2019-09-13brcmsmac: Use DIV_ROUND_CLOSEST directly to make it readablezhong jiang-7/+7
2019-09-13brcmfmac: don't realloc wiphy during PCIe resetRafał Miłecki-4/+4
2019-09-13brcmfmac: split brcmf_attach() and brcmf_detach() functionsRafał Miłecki-19/+80