summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom
Commit message (Expand)AuthorAgeFilesLines
* brcmfmac: print firmware reported general status errorsRafał Miłecki2019-02-281-0/+24
* brcmfmac: fix size of the struct msgbuf_ring_statusRafał Miłecki2019-02-281-1/+1
* brcmfmac: add basic validation of shared RAM addressRafał Miłecki2019-02-201-0/+6
* brcmfmac: use bphy_err() in all wiphy-related codeRafał Miłecki2019-02-2011-173/+224
* brcmfmac: remove set but not used variable 'old_state'YueHaibing2019-02-191-2/+0Star
* brcmfmac: rework bphy_err() to take struct brcmf_pub argumentRafał Miłecki2019-02-192-233/+281
* brcmfmac: support firmware reporting 160 MHz channelsRafał Miłecki2019-02-191-0/+3
* brcmfmac: improve code handling bandwidth of firmware reported channelsRafał Miłecki2019-02-191-3/+10
* brcmfmac: print firmware reported ring status errorsRafał Miłecki2019-02-191-0/+25
* brcmfmac: use chipname in brcmf_fw_alloc_request() for error path as wellArend van Spriel2019-02-191-3/+3
* brcmfmac: check and dump trap info during sdio probeArend van Spriel2019-02-191-19/+40
* brcmfmac: disable MBSS feature for bcm4330 deviceArend van Spriel2019-02-191-2/+8
* brcmfmac: create debugfs files for bus-specific layerArend van Spriel2019-02-193-5/+18
* brcmfmac: add subtype check for event handling in data pathArend van Spriel2019-02-193-7/+16
* brcmfmac: assure SSID length from firmware is limitedArend van Spriel2019-02-191-0/+2
* brcmfmac: support monitor frames with the hardware/ucode headerRafał Miłecki2019-02-083-1/+62
* brcmfmac: fix typosMatteo Croce2019-02-084-4/+4
* brcmfmac: add bphy_err() and use it in the cfg80211.cRafał Miłecki2019-02-082-224/+282
* brcmfmac: pass bus to the __brcmf_err() in pcie.cRafał Miłecki2019-02-082-23/+38
* brcmfmac: modify __brcmf_err() to take bus as a parameterRafał Miłecki2019-02-083-7/+17
* Merge tag 'wireless-drivers-next-for-davem-2019-02-06' of git://git.kernel.or...David S. Miller2019-02-0613-100/+56Star
|\
| * wireless: prefix header search paths with $(srctree)/Masahiro Yamada2019-02-013-8/+6Star
| * brcmsmac: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-012-23/+5Star
| * b43legacy: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-27/+8Star
| * b43: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-28/+8Star
| * wireless: remove unneeded semicolonYueHaibing2019-02-011-1/+1
| * brcmfmac: Use firmware_request_nowarn for the clm_blobHans de Goede2019-01-101-1/+1
| * brcmfmac: fix system warning message during wowl suspendLo-Hsiang Lo2019-01-101-0/+5
| * brcmfmac: add a check for the status of usb_registerKangjie Lu2019-01-101-1/+5
| * brcmfmac: Add DMI nvram filename quirk for PoV TAB-P1006W-232 tabletHans de Goede2019-01-101-0/+15
| * brcmsmac: remove set but not used variables 'phybw40, maxtargetpwr'YueHaibing2019-01-101-11/+2Star
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-083-14/+14
|/
* brcmfmac: Fix access point modeStefan Wahren2018-12-201-0/+10
* brcmfmac: fix roamoff=1 modparamStijn Tintel2018-12-203-4/+11
* b43: remove set but not used variables 'tx_pwr_state,tmp2'YueHaibing2018-12-131-4/+0Star
* brcmfmac: fix false-positive -Wmaybe-unintialized warningArnd Bergmann2018-12-131-1/+1
* brcmfmac: disable command decode in sdio_aosWright Feng2018-12-131-1/+5
* brcmfmac: 4373 save-restore supportChi-Hsien Lin2018-12-132-0/+24
* brcmfmac: update 43012 F2 watermark setting to fix DMA Error during UDP RX Tr...Naveen Gupta2018-12-131-0/+12
* brcmfmac: allow GCI core enumurationChi-Hsien Lin2018-12-131-6/+8
* brcmfmac: add support for CYW43012 SDIO chipsetChi-Hsien Lin2018-12-134-13/+77
* brcmfmac: set SDIO F1 MesBusyCtrl for CYW4373Madhan Mohan R2018-12-132-1/+11
* brcmfmac: set F2 watermark to 256 for 4373Wright Feng2018-12-131-2/+24
* brcmfmac: add 4354 raw pcie device idWinnie Chang2018-12-132-0/+2
* brcmfmac: handle compressed tx status signalChung-Hsien Hsu2018-12-131-50/+71
* brcmfmac: enable frameburst mode in default firmware settingWright Feng2018-12-132-0/+7
* brcmfmac: add credit numbers updating supportWright Feng2018-12-131-8/+15
* Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.or...David S. Miller2018-12-0420-171/+347
|\
| * brcmfmac: Fix out of bounds memory access during fw loadLyude Paul2018-11-291-2/+6
| * brcmfmac: Call brcmf_dmi_probe before brcmf_of_probeHans de Goede2018-11-291-1/+1