drivers/net/wireless/ath/carl9170/version.h

Source file repositories/reference/linux-study-clean/drivers/net/wireless/ath/carl9170/version.h

File Facts

System
Linux kernel
Corpus path
drivers/net/wireless/ath/carl9170/version.h
Extension
.h
Size
295 bytes
Lines
9
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 __CARL9170_SHARED_VERSION_H
#define __CARL9170_SHARED_VERSION_H
#define CARL9170FW_VERSION_YEAR 16
#define CARL9170FW_VERSION_MONTH 2
#define CARL9170FW_VERSION_DAY 15
#define CARL9170FW_VERSION_GIT "1.9.9"
#endif /* __CARL9170_SHARED_VERSION_H */

Annotation

Implementation Notes