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.

Dependency Surface

Detected Declarations

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

Implementation Notes