drivers/net/wireless/realtek/rtlwifi/rtl8192ee/table.h

Source file repositories/reference/linux-study-clean/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/table.h

File Facts

System
Linux kernel
Corpus path
drivers/net/wireless/realtek/rtlwifi/rtl8192ee/table.h
Extension
.h
Size
641 bytes
Lines
22
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

#ifndef __RTL92E_TABLE__H_
#define __RTL92E_TABLE__H_

#include <linux/types.h>
#define RTL8192EE_PHY_REG_ARRAY_LEN	448
extern u32 RTL8192EE_PHY_REG_ARRAY[];
#define RTL8192EE_PHY_REG_ARRAY_PG_LEN	168
extern u32 RTL8192EE_PHY_REG_ARRAY_PG[];
#define	RTL8192EE_RADIOA_ARRAY_LEN	238
extern u32 RTL8192EE_RADIOA_ARRAY[];
#define	RTL8192EE_RADIOB_ARRAY_LEN	198
extern u32 RTL8192EE_RADIOB_ARRAY[];
#define RTL8192EE_MAC_ARRAY_LEN		202
extern u32 RTL8192EE_MAC_ARRAY[];
#define RTL8192EE_AGC_TAB_ARRAY_LEN	532
extern u32 RTL8192EE_AGC_TAB_ARRAY[];

#endif

Annotation

Implementation Notes