drivers/net/wireless/ath/wcn36xx/testmode_i.h

Source file repositories/reference/linux-study-clean/drivers/net/wireless/ath/wcn36xx/testmode_i.h

File Facts

System
Linux kernel
Corpus path
drivers/net/wireless/ath/wcn36xx/testmode_i.h
Extension
.h
Size
1095 bytes
Lines
30
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

#define WCN36XX_TM_DATA_MAX_LEN		5000

enum wcn36xx_tm_attr {
	__WCN36XX_TM_ATTR_INVALID	= 0,
	WCN36XX_TM_ATTR_CMD		= 1,
	WCN36XX_TM_ATTR_DATA		= 2,

	/* keep last */
	__WCN36XX_TM_ATTR_AFTER_LAST,
	WCN36XX_TM_ATTR_MAX		= __WCN36XX_TM_ATTR_AFTER_LAST - 1,
};

#define WCN36XX_TM_CMD_PTT 3

Annotation

Implementation Notes