aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-28brcmfmac: print firmware reported general status errorsRafał Miłecki1-0/+24
2019-02-28brcmfmac: fix size of the struct msgbuf_ring_statusRafał Miłecki1-1/+1
2019-02-20brcmfmac: add basic validation of shared RAM addressRafał Miłecki1-0/+6
2019-02-20brcmfmac: use bphy_err() in all wiphy-related codeRafał Miłecki11-173/+224
2019-02-19brcmfmac: remove set but not used variable 'old_state'YueHaibing1-2/+0
2019-02-19brcmfmac: rework bphy_err() to take struct brcmf_pub argumentRafał Miłecki2-233/+281
2019-02-19brcmfmac: support firmware reporting 160 MHz channelsRafał Miłecki1-0/+3
2019-02-19brcmfmac: improve code handling bandwidth of firmware reported channelsRafał Miłecki1-3/+10
2019-02-19brcmfmac: print firmware reported ring status errorsRafał Miłecki1-0/+25
2019-02-19brcmfmac: use chipname in brcmf_fw_alloc_request() for error path as wellArend van Spriel1-3/+3
2019-02-19brcmfmac: check and dump trap info during sdio probeArend van Spriel1-19/+40
2019-02-19brcmfmac: disable MBSS feature for bcm4330 deviceArend van Spriel1-2/+8
2019-02-19brcmfmac: create debugfs files for bus-specific layerArend van Spriel3-5/+18
2019-02-19brcmfmac: add subtype check for event handling in data pathArend van Spriel3-7/+16
2019-02-19brcmfmac: assure SSID length from firmware is limitedArend van Spriel1-0/+2
2019-02-08brcmfmac: support monitor frames with the hardware/ucode headerRafał Miłecki3-1/+62
2019-02-08brcmfmac: fix typosMatteo Croce4-4/+4
2019-02-08brcmfmac: add bphy_err() and use it in the cfg80211.cRafał Miłecki2-224/+282
2019-02-08brcmfmac: pass bus to the __brcmf_err() in pcie.cRafał Miłecki2-23/+38
2019-02-08brcmfmac: modify __brcmf_err() to take bus as a parameterRafał Miłecki3-7/+17
2019-02-06Merge tag 'wireless-drivers-next-for-davem-2019-02-06' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller13-100/+56
2019-02-01wireless: prefix header search paths with $(srctree)/Masahiro Yamada3-8/+6
2019-02-01brcmsmac: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-23/+5
2019-02-01b43legacy: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-27/+8
2019-02-01b43: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-28/+8
2019-02-01wireless: remove unneeded semicolonYueHaibing1-1/+1
2019-01-10brcmfmac: Use firmware_request_nowarn for the clm_blobHans de Goede1-1/+1
2019-01-10brcmfmac: fix system warning message during wowl suspendLo-Hsiang Lo1-0/+5
2019-01-10brcmfmac: add a check for the status of usb_registerKangjie Lu1-1/+5
2019-01-10brcmfmac: Add DMI nvram filename quirk for PoV TAB-P1006W-232 tabletHans de Goede1-0/+15
2019-01-10brcmsmac: remove set but not used variables 'phybw40, maxtargetpwr'YueHaibing1-11/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain3-14/+14
2018-12-20brcmfmac: Fix access point modeStefan Wahren1-0/+10
2018-12-20brcmfmac: fix roamoff=1 modparamStijn Tintel3-4/+11
2018-12-13b43: remove set but not used variables 'tx_pwr_state,tmp2'YueHaibing1-4/+0
2018-12-13brcmfmac: fix false-positive -Wmaybe-unintialized warningArnd Bergmann1-1/+1
2018-12-13brcmfmac: disable command decode in sdio_aosWright Feng1-1/+5
2018-12-13brcmfmac: 4373 save-restore supportChi-Hsien Lin2-0/+24
2018-12-13brcmfmac: update 43012 F2 watermark setting to fix DMA Error during UDP RX TrafficNaveen Gupta1-0/+12
2018-12-13brcmfmac: allow GCI core enumurationChi-Hsien Lin1-6/+8
2018-12-13brcmfmac: add support for CYW43012 SDIO chipsetChi-Hsien Lin4-13/+77
2018-12-13brcmfmac: set SDIO F1 MesBusyCtrl for CYW4373Madhan Mohan R2-1/+11
2018-12-13brcmfmac: set F2 watermark to 256 for 4373Wright Feng1-2/+24
2018-12-13brcmfmac: add 4354 raw pcie device idWinnie Chang2-0/+2
2018-12-13brcmfmac: handle compressed tx status signalChung-Hsien Hsu1-50/+71
2018-12-13brcmfmac: enable frameburst mode in default firmware settingWright Feng2-0/+7
2018-12-13brcmfmac: add credit numbers updating supportWright Feng1-8/+15
2018-12-03Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller20-171/+347
2018-11-29brcmfmac: Fix out of bounds memory access during fw loadLyude Paul1-2/+6
2018-11-29brcmfmac: Call brcmf_dmi_probe before brcmf_of_probeHans de Goede1-1/+1