summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom
Commit message (Expand)AuthorAgeFilesLines
* brcmfmac: add stub for monitor interface xmitRafał Miłecki2020-04-061-0/+9
* brcmfmac: add USB autosuspend feature supportWright Feng2020-03-261-50/+71
* brcmfmac: increase max hanger slots from 1K to 3K in fws layerMadhan Mohan R2020-03-261-1/+1
* brcmfmac: fix the incorrect return value in brcmf_inform_single_bss().Raveendran Somu2020-03-261-1/+1
* brcmfmac: Fix double freeing in the fmac usb data pathRaveendran Somu2020-03-261-2/+1
* brcmfmac: Fix driver crash on USB control transfer timeoutRaveendran Somu2020-03-261-2/+4
* brcmfmac: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-232-2/+2
* b43legacy: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-121-1/+1
* b43: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-121-1/+1
* b43legacy: replace simple_strtol() with kstrtoint()chenqiwu2020-03-121-2/+4
* brcmfmac: abort and release host after errorGuenter Roeck2020-02-121-0/+2
* brcmfmac: add the BRCM 4364 found in MacBook Pro 15,2brian m. carlson2020-02-123-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-2818-51/+316
|\
| * brcmfmac: Remove always false 'idx < 0' statementyuehaibing2020-01-261-1/+1
| * brcmfmac: add initial support for monitor modeRafał Miłecki2020-01-266-13/+174
| * brcmfmac: simplify building interface combinationsRafał Miłecki2020-01-261-29/+14
| * brcmfmac: sdio: Fix OOB interrupt initialization on brcm43362Jean-Philippe Brucker2020-01-261-6/+6
| * brcmfmac: use true,false for bool variablezhengbin2020-01-261-1/+1
| * brcmfmac: Keep OOB wake-interrupt disabled when it shouldn't be enabledDmitry Osipenko2019-12-182-6/+5
| * brcmfmac: Fix memory leak in brcmf_usbdev_qinitNavid Emamdoost2019-12-181-0/+1
| * brcmfmac: not set mbss in vif if firmware does not support MBSSWright Feng2019-12-181-1/+3
| * brcmfmac: add RSDB condition when setting interface combinationsWright Feng2019-12-181-8/+46
| * brcmfmac: add support for BCM4359 SDIO chipsetSoeren Moch2019-12-183-0/+5
| * brcmfmac: make errors when setting roaming parameters non-fatalSoeren Moch2019-12-181-6/+4
| * brcmfmac: fix rambase for 4359/9Soeren Moch2019-12-181-1/+2
| * brcmfmac: set F2 blocksize and watermark for 4359Chung-Hsien Hsu2019-12-182-1/+20
| * brcmfmac: reset two D11 cores if chip has two D11 coresWright Feng2019-12-183-1/+52
| * brcmfmac: fix interface sanity checkJohan Hovold2019-12-181-2/+2
| * brcmfmac: set interface carrier to off by defaultRafał Miłecki2019-12-181-0/+2
| * brcmfmac: Fix use after free in brcmf_sdio_readframes()Dan Carpenter2019-12-181-0/+1
| * b43legacy: Fix -Wcast-function-typePhong Tran2019-12-181-2/+3
| * brcmsmac: Remove always false 'channel < 0' statementAustin Kim2019-12-181-1/+1
| * brcmfmac: Fix memory leak in brcmf_p2p_create_p2pdev()Navid Emamdoost2019-12-181-1/+2
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-2/+2
|/
* brcmfmac: remove monitor interface when detachingRafał Miłecki2019-11-201-0/+5
* brcmfmac: disable PCIe interrupts before bus resetRafał Miłecki2019-11-201-0/+2
* brcmfmac: remove set but not used variable 'mpnum','nsp','nmp'zhengbin2019-11-201-5/+1
* brcmsmac: remove unnecessary returnEduardo Abinader2019-11-151-2/+0
* brcmsmac: remove set but not used variablesYueHaibing2019-11-061-9/+2
* Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...David S. Miller2019-11-0513-37/+152
|\
| * b43: dma: Fix use true/false for bool type variableSaurav Girepunje2019-10-311-2/+2
| * b43: main: Fix use true/false for bool typeSaurav Girepunje2019-10-311-3/+3
| * wireless: Remove call to memset after dma_alloc_coherentFuqian Huang2019-10-151-2/+0
| * brcmfmac: add support for SAE authentication offloadChung-Hsien Hsu2019-10-046-8/+90
| * brcmsmac: remove duplicated if conditionDenis Efremov2019-10-011-6/+4
| * brcmfmac: fix suspend/resume when power is cut offAdrian Ratiu2019-10-011-14/+39
| * brcmfmac: don't WARN when there are no requestsAdrian Ratiu2019-10-011-0/+4
| * brcmsmac: remove a useless testChristophe JAILLET2019-10-011-2/+1
| * brcmfmac: send port authorized event for FT-802.1XChung-Hsien Hsu2019-10-012-0/+9
* | mac80211: simplify TX aggregation startJohannes Berg2019-10-041-2/+1
|/