summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom
Commit message (Expand)AuthorAgeFilesLines
* brcmsmac: Use DIV_ROUND_CLOSEST directly to make it readablezhong jiang2019-09-131-7/+7
* brcmfmac: don't realloc wiphy during PCIe resetRafał Miłecki2019-09-131-4/+4
* brcmfmac: split brcmf_attach() and brcmf_detach() functionsRafał Miłecki2019-09-135-19/+80
* brcmfmac: move "cfg80211_ops" pointer to another structRafał Miłecki2019-09-134-5/+7
* brcmfmac: use %*ph to print small bufferAndy Shevchenko2019-09-061-12/+6
* brcmfmac: add "reset" debugfs entry for testing resetRafał Miłecki2019-09-061-0/+25
* brcmfmac: add stub version of brcmf_debugfs_get_devdir()Rafał Miłecki2019-09-061-0/+4
* brcmfmac: get chip's default RAM info during PCIe setupRafał Miłecki2019-09-033-2/+11
* brcmfmac: replace strncpy() by strscpy()Xulin Sun2019-09-031-3/+1
* brcmfmac: remove redundant assignment to pointer hashColin Ian King2019-09-031-1/+0
* brcm80211: Avoid possible null-pointer dereferences in wlc_phy_radio_init_2056()Jia-Ju Bai2019-09-031-1/+1
* b43legacy: Remove pointless cond_resched() wrapperThomas Gleixner2019-08-061-16/+5
* brcmsmac: remove three set but not used variablesYueHaibing2019-08-061-13/+0
* brcmfmac: remove set but not used variable 'dtim_period'YueHaibing2019-08-061-7/+1
* brcmfmac: don't net_ratelimit() CONSOLE messages on firmware crashRafał Miłecki2019-07-241-1/+2
* brcmfmac: remove unnecessary strlcpy() upon obtaining "ver" iovarArend van Spriel2019-07-241-1/+0
* brcmfmac: simply remove flowring if bus is downArend van Spriel2019-07-241-0/+7
* brcmfmac: avoid firmware commands when bus is downArend van Spriel2019-07-241-10/+13
* brcmfmac: clear events in brcmf_fweh_detach() will always failArend van Spriel2019-07-241-9/+0
* brcmfmac: avoid firmware command in brcmf_netdev_open() when bus is downArend van Spriel2019-07-241-1/+2
* brcmfmac: change the order of things in brcmf_detach()Arend van Spriel2019-07-241-13/+14
* Revert "brcmfmac: fix NULL pointer derefence during USB disconnect"Arend van Spriel2019-07-247-40/+13
* brcmfmac: allow 160MHz in custom regulatory rulesArend van Spriel2019-07-241-2/+2
* brcmfmac: enable DFS_OFFLOAD extended feature if supportedArend van Spriel2019-07-243-1/+9
* brcmfmac: add 160MHz in chandef_to_chanspec()Arend van Spriel2019-07-241-1/+20
* wireless: fix nl80211 vendor commandsJohannes Berg2019-07-201-0/+1
* b43: simplify engine type / DMA mask selectionChristoph Hellwig2019-06-271-22/+6
* b43: remove b43_dma_set_maskChristoph Hellwig2019-06-271-38/+5
* b43legacy: simplify engine type / DMA mask selectionChristoph Hellwig2019-06-271-17/+3
* b43legacy: remove b43legacy_dma_set_maskChristoph Hellwig2019-06-271-38/+1
* Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.or...David S. Miller2019-06-2681-1004/+153
|\
| * b43: Avoid possible double calls to b43_one_core_detach()Jia-Ju Bai2019-05-281-6/+1
| * brcmfmac: use strlcpy() instead of strcpy()Neo Jou2019-05-281-1/+1
| * brcmfmac: fix typos in code commentsWeitao Hou2019-05-281-1/+1
| * brcm80211: select WANT_DEV_COREDUMP conditionally for brcmfmacArend van Spriel2019-05-281-1/+1
| * brcmfmac: use separate Kconfig file for brcmfmacArend van Spriel2019-05-282-49/+51
| * brcmfmac: switch source files to using SPDX license identifierArend van Spriel2019-05-2854-658/+74
| * brcmsmac: switch phy source files to using SPDX license identifierArend van Spriel2019-05-2814-168/+14
| * brcmutil: switch source files to using SPDX license identifierArend van Spriel2019-05-283-36/+3
| * brcm80211: switch common header files to using SPDX license identifierArend van Spriel2019-05-287-84/+7
* | brcmfmac: sdio: Don't tune while the card is offDouglas Anderson2019-06-181-0/+7
* | brcmfmac: sdio: Disable auto-tuning around commands expected to failDouglas Anderson2019-06-181-0/+4
* | Revert "brcmfmac: disable command decode in sdio_aos"Douglas Anderson2019-06-181-5/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-10/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 20Thomas Gleixner2019-05-2140-561/+40
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-215-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-0719-92/+236
|\
| * brcmfmac: print firmware messages after a firmware crashRafał Miłecki2019-05-011-6/+18
| * brcmfmac: set txflow request id from 1 to pktids array sizeWright Feng2019-05-011-3/+3