summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211
Commit message (Expand)AuthorAgeFilesLines
* wireless: fix nl80211 vendor commandsJohannes Berg2019-07-201-0/+1
* Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.or...David S. Miller2019-06-2680-998/+152Star
|\
| * 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/+74Star
| * brcmsmac: switch phy source files to using SPDX license identifierArend van Spriel2019-05-2814-168/+14Star
| * brcmutil: switch source files to using SPDX license identifierArend van Spriel2019-05-283-36/+3Star
| * brcm80211: switch common header files to using SPDX license identifierArend van Spriel2019-05-287-84/+7Star
* | 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/+1Star
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* 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
* brcm80211: potential NULL dereference in brcmf_cfg80211_vndr_cmds_dcmd_handler()Dan Carpenter2019-05-011-2/+3
* brcmfmac: send mailbox interrupt twice for specific hardware deviceWright Feng2019-04-261-1/+6
* Revert "brcmfmac: send mailbox interrupt twice for specific hardware device"Kalle Valo2019-04-251-5/+1Star
* brcmfmac: send mailbox interrupt twice for specific hardware deviceWright Feng2019-04-251-1/+5
* brcmfmac: Add DMI nvram filename quirk for ACEPC T8 and T11 mini PCsHans de Goede2019-04-251-0/+26
* brcmfmac: fix leak of mypkt on error return pathColin Ian King2019-04-131-5/+3Star
* brcmfmac: Loading the correct firmware for brcm43456Ondrej Jirman2019-04-131-1/+3
* brcmfmac: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-04-131-3/+1Star
* brcmfmac: fix missing checks for kmemdupKangjie Lu2019-04-041-0/+4
* brcmfmac: convert dev_init_lock mutex to completionPiotr Figiel2019-04-041-9/+8Star
* brcmfmac: fix Oops when bringing up interface during USB disconnectPiotr Figiel2019-04-041-3/+7
* brcmfmac: remove unused variable i from brcmf_usb_free_qPiotr Figiel2019-04-041-2/+0Star
* brcmfmac: remove pending parameter from brcmf_usb_free_qPiotr Figiel2019-04-041-9/+6Star
* brcmfmac: fix race during disconnect when USB completion is in progressPiotr Figiel2019-04-041-2/+8
* brcmfmac: fix NULL pointer derefence during USB disconnectPiotr Figiel2019-04-047-13/+40
* brcmfmac: fix WARNING during USB disconnect in case of unempty psqPiotr Figiel2019-04-041-18/+24
* brcmfmac: reset PCIe bus on a firmware crashRafał Miłecki2019-04-044-0/+59
* brcmfmac: add a function designated for handling firmware failsRafał Miłecki2019-04-044-3/+15
* brcmfmac: support repeated brcmf_fw_alloc_request() callsRafał Miłecki2019-04-041-0/+1
* 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