drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c
Source file repositories/reference/linux-study-clean/drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c
File Facts
- System
- Linux kernel
- Corpus path
drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c- Extension
.c- Size
- 17632 bytes
- Lines
- 637
- Domain
- Driver Families
- Bucket
- drivers/net
- Inferred role
- Driver Families: exported/initcall integration point
- Status
- integration implementation candidate
Why This File Exists
Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.
- Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.
- Exports symbols or registers init work; inspect boot/module ordering and who consumes the exported contract.
- Allocates kernel memory; connect allocation flags and lifetime to context constraints.
- Defines or uses C structs; map object ownership, embedded links, reference counts, and lock ownership.
Dependency Surface
linux/kernel.hlinux/string.hlinux/netdevice.hlinux/module.hlinux/firmware.hbrcmu_wifi.hbrcmu_utils.hcore.hbus.hdebug.hfwil.hfwil_types.htracepoint.hcommon.hof.hfirmware.hchip.h
Detected Declarations
function brcmf_c_set_joinpref_defaultfunction brcmf_c_downloadfunction brcmf_c_download_blobfunction brcmf_c_process_clm_blobfunction brcmf_c_process_txcap_blobfunction brcmf_c_set_cur_etheraddrfunction brcmf_c_process_cal_blobfunction brcmf_c_preinit_dcmdsfunction __brcmf_errfunction __brcmf_dbgfunction brcmf_mp_attachfunction brcmf_release_module_paramfunction brcmf_common_pd_probefunction brcmf_common_pd_removefunction brcmfmac_module_initfunction brcmfmac_module_exitmodule init brcmfmac_module_init
Annotated Snippet
module_init(brcmfmac_module_init);
module_exit(brcmfmac_module_exit);
Annotation
- Immediate include surface: `linux/kernel.h`, `linux/string.h`, `linux/netdevice.h`, `linux/module.h`, `linux/firmware.h`, `brcmu_wifi.h`, `brcmu_utils.h`, `core.h`.
- Detected declarations: `function brcmf_c_set_joinpref_default`, `function brcmf_c_download`, `function brcmf_c_download_blob`, `function brcmf_c_process_clm_blob`, `function brcmf_c_process_txcap_blob`, `function brcmf_c_set_cur_etheraddr`, `function brcmf_c_process_cal_blob`, `function brcmf_c_preinit_dcmds`, `function __brcmf_err`, `function __brcmf_dbg`.
- Atlas domain: Driver Families / drivers/net.
- Implementation status: integration implementation candidate.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.