drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phytbl_lcn.c
Source file repositories/reference/linux-study-clean/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phytbl_lcn.c
File Facts
- System
- Linux kernel
- Corpus path
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phytbl_lcn.c- Extension
.c- Size
- 41516 bytes
- Lines
- 3171
- Domain
- Driver Families
- Bucket
- drivers/net
- Inferred role
- Driver Families: implementation source
- Status
- source 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.
- Defines or uses C structs; map object ownership, embedded links, reference counts, and lock ownership.
Dependency Surface
types.hphytbl_lcn.h
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
// SPDX-License-Identifier: ISC
/*
* Copyright (c) 2010 Broadcom Corporation
*/
#include <types.h>
#include "phytbl_lcn.h"
static const u32 dot11lcn_gain_tbl_rev0[] = {
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000004,
0x00000000,
0x00000004,
0x00000008,
0x00000001,
0x00000005,
0x00000009,
0x0000000d,
0x0000004d,
0x0000008d,
0x0000000d,
0x0000004d,
0x0000008d,
0x000000cd,
0x0000004f,
0x0000008f,
0x000000cf,
0x000000d3,
0x00000113,
0x00000513,
0x00000913,
0x00000953,
0x00000d53,
0x00001153,
0x00001193,
0x00005193,
0x00009193,
0x0000d193,
0x00011193,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000004,
0x00000000,
0x00000004,
0x00000008,
0x00000001,
0x00000005,
0x00000009,
0x0000000d,
0x0000004d,
0x0000008d,
0x0000000d,
0x0000004d,
0x0000008d,
0x000000cd,
0x0000004f,
0x0000008f,
0x000000cf,
0x000000d3,
0x00000113,
0x00000513,
0x00000913,
0x00000953,
0x00000d53,
0x00001153,
0x00005153,
0x00009153,
0x0000d153,
0x00011153,
0x00015153,
0x00019153,
0x0001d153,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
Annotation
- Immediate include surface: `types.h`, `phytbl_lcn.h`.
- Atlas domain: Driver Families / drivers/net.
- Implementation status: source 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.