drivers/net/wireless/ath/ath9k/common-init.h

Source file repositories/reference/linux-study-clean/drivers/net/wireless/ath/ath9k/common-init.h

File Facts

System
Linux kernel
Corpus path
drivers/net/wireless/ath/ath9k/common-init.h
Extension
.h
Size
1002 bytes
Lines
21
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

int ath9k_cmn_init_channels_rates(struct ath_common *common);
void ath9k_cmn_setup_ht_cap(struct ath_hw *ah,
			    struct ieee80211_sta_ht_cap *ht_info);
void ath9k_cmn_reload_chainmask(struct ath_hw *ah);

Annotation

Implementation Notes