summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c
AgeCommit message (Expand)Author
2023-11-30wifi: brcmfmac: Convert to platform remove callback returning voidUwe Kleine-König
2023-02-27wifi: brcmfmac: common: Add support for external calibration blobsHector Martin
2023-02-27wifi: brcmfmac: common: Add support for downloading TxCap blobsHector Martin
2023-02-27wifi: brcmfmac: acpi: Add support for fetching Apple ACPI propertiesHector Martin
2023-01-16wifi: brcmfmac: ensure CLM version is null-terminated to prevent stack-out-of...Jisoo Jang
2022-12-22wifi: brcmfmac: Fix potential stack-out-of-bounds in brcmf_c_preinit_dcmds()Jisoo Jang
2022-11-22wifi: brcmfmac: Use struct_size() in code ralated to struct brcmf_dload_data_leGustavo A. R. Silva
2022-11-22wifi: brcmfmac: replace one-element array with flexible-array member in struc...Gustavo A. R. Silva
2022-11-04wifi: brcmfmac: Fix potential NULL pointer dereference in 'brcmf_c_preinit_dc...Jisoo Jang
2022-09-19wifi: brcmfmac: pcie/sdio/usb: Get CLM blob via standard firmware mechanismHector Martin
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-28wifi: brcmfmac: Replace default (not configured) MAC with a random MACHans de Goede
2022-07-28wifi: brcmfmac: Add brcmf_c_set_cur_etheraddr() helperHans de Goede
2022-05-11brcmfmac: allow setting wlan MAC address using device treePavel Löbl
2020-07-14brcmfmac: fix invalid permanent MAC address in wiphyWright Feng
2019-07-24brcmfmac: remove unnecessary strlcpy() upon obtaining "ver" iovarArend van Spriel
2019-05-28brcmfmac: use strlcpy() instead of strcpy()Neo Jou
2019-05-28brcmfmac: switch source files to using SPDX license identifierArend van Spriel
2019-02-20brcmfmac: use bphy_err() in all wiphy-related codeRafał Miłecki
2019-02-08brcmfmac: modify __brcmf_err() to take bus as a parameterRafał Miłecki
2019-01-10brcmfmac: Use firmware_request_nowarn for the clm_blobHans de Goede
2018-11-29brcmfmac: Call brcmf_dmi_probe before brcmf_of_probeHans de Goede
2018-11-06brcmfmac: fix spelling mistake "Retreiving" -> "Retrieving"Colin Ian King
2018-11-06brcmfmac: Set board_type from DMI on x86 based machinesHans de Goede
2018-08-31brcmfmac: fix wrong strnchr usageRasmus Villemoes
2018-05-23brcmfmac: move ALLFFMAC variable in flowring moduleArend Van Spriel
2018-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo
2018-03-27brcmfmac: add extension to .get_fwname() callbacksArend Van Spriel
2018-03-27brcmfmac: use wiphy debugfs dir entryArend Van Spriel
2018-03-27brcmfmac: allocate struct brcmf_pub instance using wiphy_new()Arend Van Spriel
2018-03-27brcmfmac: use brcmf_chip_name() to store name in revinfoArend Van Spriel
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches
2018-03-16brcmfmac: drop Inter-Access Point Protocol packets by defaultRafał Miłecki
2018-02-27brcmfmac: move brcmf_bus_preinit() call just after changing bus stateArend Van Spriel
2018-01-16brcmfmac: fix CLM load error for legacy chips when user helper is enabledWright Feng
2017-11-11brcmfmac: add CLM download supportChung-Hsien Hsu
2017-03-20brcmfmac: Do not print the firmware version as an errorHans de Goede
2017-02-08brcmfmac: switch to C function (__brcmf_err) for printing errorsRafał Miłecki
2017-01-20brcmfmac: rename brcmf_bus_start function to brcmf_bus_startedRafał Miłecki
2017-01-19brcmfmac: make brcmf_of_probe more genericRafał Miłecki
2016-04-26brcmfmac: add support for nl80211 BSS_SELECT featureArend van Spriel
2016-03-07brcmfmac: merge platform data and module paramatersHante Meuleman
2016-03-07brcmfmac: switch to new platform dataHante Meuleman
2016-03-07brcmfmac: move platform data retrieval code to commonHante Meuleman
2016-03-07brcmfmac: move module init and exit to commonHante Meuleman
2016-03-07brcmfmac: Configure country code using device specific settingsHante Meuleman
2016-01-19brcmfmac: add missing includeFelix Fietkau
2016-01-07brcmfmac: introduce module parameter to force successful probeArend van Spriel
2016-01-07brcmfmac: Move all module parameters to one placeHante Meuleman
2015-11-30brcmfmac: Add beamforming support.Hante Meuleman