summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom
AgeCommit message (Expand)AuthorLines
2019-04-25brcmfmac: send mailbox interrupt twice for specific hardware deviceWright Feng-1/+5
2019-04-25brcmfmac: Add DMI nvram filename quirk for ACEPC T8 and T11 mini PCsHans de Goede-0/+26
2019-04-25b43: Remove empty function lpphy_papd_cal()Larry Finger-11/+0
2019-04-13brcmfmac: fix leak of mypkt on error return pathColin Ian King-5/+3
2019-04-13brcmfmac: Loading the correct firmware for brcm43456Ondrej Jirman-1/+3
2019-04-13brcmfmac: Use struct_size() in kzalloc()Gustavo A. R. Silva-3/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon-37/+0
2019-04-04b43: shut up clang -Wuninitialized variable warningArnd Bergmann-3/+3
2019-04-04brcmfmac: fix missing checks for kmemdupKangjie Lu-0/+4
2019-04-04brcmfmac: convert dev_init_lock mutex to completionPiotr Figiel-9/+8
2019-04-04brcmfmac: fix Oops when bringing up interface during USB disconnectPiotr Figiel-3/+7
2019-04-04brcmfmac: remove unused variable i from brcmf_usb_free_qPiotr Figiel-2/+0
2019-04-04brcmfmac: remove pending parameter from brcmf_usb_free_qPiotr Figiel-9/+6
2019-04-04brcmfmac: fix race during disconnect when USB completion is in progressPiotr Figiel-2/+8
2019-04-04brcmfmac: fix NULL pointer derefence during USB disconnectPiotr Figiel-13/+40
2019-04-04brcmfmac: fix WARNING during USB disconnect in case of unempty psqPiotr Figiel-18/+24
2019-04-04brcmfmac: reset PCIe bus on a firmware crashRafał Miłecki-0/+59
2019-04-04brcmfmac: add a function designated for handling firmware failsRafał Miłecki-3/+15
2019-04-04brcmfmac: support repeated brcmf_fw_alloc_request() callsRafał Miłecki-0/+1
2019-02-28brcmfmac: print firmware reported general status errorsRafał Miłecki-0/+24
2019-02-28brcmfmac: fix size of the struct msgbuf_ring_statusRafał Miłecki-1/+1
2019-02-20brcmfmac: add basic validation of shared RAM addressRafał Miłecki-0/+6
2019-02-20brcmfmac: use bphy_err() in all wiphy-related codeRafał Miłecki-173/+224
2019-02-19brcmfmac: remove set but not used variable 'old_state'YueHaibing-2/+0
2019-02-19brcmfmac: rework bphy_err() to take struct brcmf_pub argumentRafał Miłecki-233/+281
2019-02-19brcmfmac: support firmware reporting 160 MHz channelsRafał Miłecki-0/+3
2019-02-19brcmfmac: improve code handling bandwidth of firmware reported channelsRafał Miłecki-3/+10
2019-02-19brcmfmac: print firmware reported ring status errorsRafał Miłecki-0/+25
2019-02-19brcmfmac: use chipname in brcmf_fw_alloc_request() for error path as wellArend van Spriel-3/+3
2019-02-19brcmfmac: check and dump trap info during sdio probeArend van Spriel-19/+40
2019-02-19brcmfmac: disable MBSS feature for bcm4330 deviceArend van Spriel-2/+8
2019-02-19brcmfmac: create debugfs files for bus-specific layerArend van Spriel-5/+18
2019-02-19brcmfmac: add subtype check for event handling in data pathArend van Spriel-7/+16
2019-02-19brcmfmac: assure SSID length from firmware is limitedArend van Spriel-0/+2
2019-02-08brcmfmac: support monitor frames with the hardware/ucode headerRafał Miłecki-1/+62
2019-02-08brcmfmac: fix typosMatteo Croce-4/+4
2019-02-08brcmfmac: add bphy_err() and use it in the cfg80211.cRafał Miłecki-224/+282
2019-02-08brcmfmac: pass bus to the __brcmf_err() in pcie.cRafał Miłecki-23/+38
2019-02-08brcmfmac: modify __brcmf_err() to take bus as a parameterRafał Miłecki-7/+17
2019-02-06Merge tag 'wireless-drivers-next-for-davem-2019-02-06' of git://git.kernel.or...David S. Miller-100/+56
2019-02-01wireless: prefix header search paths with $(srctree)/Masahiro Yamada-8/+6
2019-02-01brcmsmac: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-23/+5
2019-02-01b43legacy: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-27/+8
2019-02-01b43: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-28/+8
2019-02-01wireless: remove unneeded semicolonYueHaibing-1/+1
2019-01-10brcmfmac: Use firmware_request_nowarn for the clm_blobHans de Goede-1/+1
2019-01-10brcmfmac: fix system warning message during wowl suspendLo-Hsiang Lo-0/+5
2019-01-10brcmfmac: add a check for the status of usb_registerKangjie Lu-1/+5
2019-01-10brcmfmac: Add DMI nvram filename quirk for PoV TAB-P1006W-232 tabletHans de Goede-0/+15
2019-01-10brcmsmac: remove set but not used variables 'phybw40, maxtargetpwr'YueHaibing-11/+2