开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
broadcom
/
brcm80211
/
brcmfmac
/
common.c
Age
Commit message (
Expand
)
Author
2025-04-02
wifi: brcmfmac: fix memory leak in brcmf_get_module_param
Abdun Nihaal
2024-11-11
wifi: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-09-18
wifi: brcmfmac: Add optional lpo clock enable support
Jacobe Zang
2024-01-19
wifi: brcmfmac: allow per-vendor event handling
Arend van Spriel
2023-11-30
wifi: brcmfmac: Convert to platform remove callback returning void
Uwe Kleine-König
2023-02-27
wifi: brcmfmac: common: Add support for external calibration blobs
Hector Martin
2023-02-27
wifi: brcmfmac: common: Add support for downloading TxCap blobs
Hector Martin
2023-02-27
wifi: brcmfmac: acpi: Add support for fetching Apple ACPI properties
Hector Martin
2023-01-16
wifi: brcmfmac: ensure CLM version is null-terminated to prevent stack-out-of...
Jisoo Jang
2022-12-22
wifi: brcmfmac: Fix potential stack-out-of-bounds in brcmf_c_preinit_dcmds()
Jisoo Jang
2022-11-22
wifi: brcmfmac: Use struct_size() in code ralated to struct brcmf_dload_data_le
Gustavo A. R. Silva
2022-11-22
wifi: brcmfmac: replace one-element array with flexible-array member in struc...
Gustavo A. R. Silva
2022-11-04
wifi: brcmfmac: Fix potential NULL pointer dereference in 'brcmf_c_preinit_dc...
Jisoo Jang
2022-09-19
wifi: brcmfmac: pcie/sdio/usb: Get CLM blob via standard firmware mechanism
Hector Martin
2022-09-02
wifi: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-07-28
wifi: brcmfmac: Replace default (not configured) MAC with a random MAC
Hans de Goede
2022-07-28
wifi: brcmfmac: Add brcmf_c_set_cur_etheraddr() helper
Hans de Goede
2022-05-11
brcmfmac: allow setting wlan MAC address using device tree
Pavel Löbl
2020-07-14
brcmfmac: fix invalid permanent MAC address in wiphy
Wright Feng
2019-07-24
brcmfmac: remove unnecessary strlcpy() upon obtaining "ver" iovar
Arend van Spriel
2019-05-28
brcmfmac: use strlcpy() instead of strcpy()
Neo Jou
2019-05-28
brcmfmac: switch source files to using SPDX license identifier
Arend van Spriel
2019-02-20
brcmfmac: use bphy_err() in all wiphy-related code
Rafał Miłecki
2019-02-08
brcmfmac: modify __brcmf_err() to take bus as a parameter
Rafał Miłecki
2019-01-10
brcmfmac: Use firmware_request_nowarn for the clm_blob
Hans de Goede
2018-11-29
brcmfmac: Call brcmf_dmi_probe before brcmf_of_probe
Hans de Goede
2018-11-06
brcmfmac: fix spelling mistake "Retreiving" -> "Retrieving"
Colin Ian King
2018-11-06
brcmfmac: Set board_type from DMI on x86 based machines
Hans de Goede
2018-08-31
brcmfmac: fix wrong strnchr usage
Rasmus Villemoes
2018-05-23
brcmfmac: move ALLFFMAC variable in flowring module
Arend Van Spriel
2018-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
Kalle Valo
2018-03-27
brcmfmac: add extension to .get_fwname() callbacks
Arend Van Spriel
2018-03-27
brcmfmac: use wiphy debugfs dir entry
Arend Van Spriel
2018-03-27
brcmfmac: allocate struct brcmf_pub instance using wiphy_new()
Arend Van Spriel
2018-03-27
brcmfmac: use brcmf_chip_name() to store name in revinfo
Arend Van Spriel
2018-03-27
wireless: Use octal not symbolic permissions
Joe Perches
2018-03-16
brcmfmac: drop Inter-Access Point Protocol packets by default
Rafał Miłecki
2018-02-27
brcmfmac: move brcmf_bus_preinit() call just after changing bus state
Arend Van Spriel
2018-01-16
brcmfmac: fix CLM load error for legacy chips when user helper is enabled
Wright Feng
2017-11-11
brcmfmac: add CLM download support
Chung-Hsien Hsu
2017-03-20
brcmfmac: Do not print the firmware version as an error
Hans de Goede
2017-02-08
brcmfmac: switch to C function (__brcmf_err) for printing errors
Rafał Miłecki
2017-01-20
brcmfmac: rename brcmf_bus_start function to brcmf_bus_started
Rafał Miłecki
2017-01-19
brcmfmac: make brcmf_of_probe more generic
Rafał Miłecki
2016-04-26
brcmfmac: add support for nl80211 BSS_SELECT feature
Arend van Spriel
2016-03-07
brcmfmac: merge platform data and module paramaters
Hante Meuleman
2016-03-07
brcmfmac: switch to new platform data
Hante Meuleman
2016-03-07
brcmfmac: move platform data retrieval code to common
Hante Meuleman
2016-03-07
brcmfmac: move module init and exit to common
Hante Meuleman
2016-03-07
brcmfmac: Configure country code using device specific settings
Hante Meuleman
[next]