aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-06b43legacy: Remove pointless cond_resched() wrapperThomas Gleixner1-16/+5
2019-08-06brcmsmac: remove three set but not used variablesYueHaibing1-13/+0
2019-08-06brcmfmac: remove set but not used variable 'dtim_period'YueHaibing1-7/+1
2019-07-24brcmfmac: don't net_ratelimit() CONSOLE messages on firmware crashRafał Miłecki1-1/+2
2019-07-24brcmfmac: remove unnecessary strlcpy() upon obtaining "ver" iovarArend van Spriel1-1/+0
2019-07-24brcmfmac: simply remove flowring if bus is downArend van Spriel1-0/+7
2019-07-24brcmfmac: avoid firmware commands when bus is downArend van Spriel1-10/+13
2019-07-24brcmfmac: clear events in brcmf_fweh_detach() will always failArend van Spriel1-9/+0
2019-07-24brcmfmac: avoid firmware command in brcmf_netdev_open() when bus is downArend van Spriel1-1/+2
2019-07-24brcmfmac: change the order of things in brcmf_detach()Arend van Spriel1-13/+14
2019-07-24Revert "brcmfmac: fix NULL pointer derefence during USB disconnect"Arend van Spriel7-40/+13
2019-07-24brcmfmac: allow 160MHz in custom regulatory rulesArend van Spriel1-2/+2
2019-07-24brcmfmac: enable DFS_OFFLOAD extended feature if supportedArend van Spriel3-1/+9
2019-07-24brcmfmac: add 160MHz in chandef_to_chanspec()Arend van Spriel1-1/+20
2019-07-20wireless: fix nl80211 vendor commandsJohannes Berg1-0/+1
2019-06-27b43: simplify engine type / DMA mask selectionChristoph Hellwig1-22/+6
2019-06-27b43: remove b43_dma_set_maskChristoph Hellwig1-38/+5
2019-06-27b43legacy: simplify engine type / DMA mask selectionChristoph Hellwig1-17/+3
2019-06-27b43legacy: remove b43legacy_dma_set_maskChristoph Hellwig1-38/+1
2019-06-26Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller81-1004/+153
2019-06-18brcmfmac: sdio: Don't tune while the card is offDouglas Anderson1-0/+7
2019-06-18brcmfmac: sdio: Disable auto-tuning around commands expected to failDouglas Anderson1-0/+4
2019-06-18Revert "brcmfmac: disable command decode in sdio_aos"Douglas Anderson1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-28b43: Avoid possible double calls to b43_one_core_detach()Jia-Ju Bai1-6/+1
2019-05-28brcmfmac: use strlcpy() instead of strcpy()Neo Jou1-1/+1
2019-05-28brcmfmac: fix typos in code commentsWeitao Hou1-1/+1
2019-05-28brcm80211: select WANT_DEV_COREDUMP conditionally for brcmfmacArend van Spriel1-1/+1
2019-05-28brcmfmac: use separate Kconfig file for brcmfmacArend van Spriel2-49/+51
2019-05-28brcmfmac: switch source files to using SPDX license identifierArend van Spriel54-658/+74
2019-05-28brcmsmac: switch phy source files to using SPDX license identifierArend van Spriel14-168/+14
2019-05-28brcmutil: switch source files to using SPDX license identifierArend van Spriel3-36/+3
2019-05-28brcm80211: switch common header files to using SPDX license identifierArend van Spriel7-84/+7
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 20Thomas Gleixner40-561/+40
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner5-0/+5
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds19-92/+236
2019-05-01brcmfmac: print firmware messages after a firmware crashRafał Miłecki1-6/+18
2019-05-01brcmfmac: set txflow request id from 1 to pktids array sizeWright Feng1-3/+3
2019-05-01brcm80211: potential NULL dereference in brcmf_cfg80211_vndr_cmds_dcmd_handler()Dan Carpenter1-2/+3
2019-04-26brcmfmac: send mailbox interrupt twice for specific hardware deviceWright Feng1-1/+6
2019-04-25Revert "brcmfmac: send mailbox interrupt twice for specific hardware device"Kalle Valo1-5/+1
2019-04-25brcmfmac: send mailbox interrupt twice for specific hardware deviceWright Feng1-1/+5
2019-04-25brcmfmac: Add DMI nvram filename quirk for ACEPC T8 and T11 mini PCsHans de Goede1-0/+26
2019-04-25b43: Remove empty function lpphy_papd_cal()Larry Finger1-11/+0
2019-04-13brcmfmac: fix leak of mypkt on error return pathColin Ian King1-5/+3
2019-04-13brcmfmac: Loading the correct firmware for brcm43456Ondrej Jirman1-1/+3
2019-04-13brcmfmac: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon8-37/+0
2019-04-04b43: shut up clang -Wuninitialized variable warningArnd Bergmann1-3/+3