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

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

File Facts

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

struct ath_beacon_config;

int ath9k_cmn_beacon_config_sta(struct ath_hw *ah,
				struct ath_beacon_config *conf,
				struct ath9k_beacon_state *bs);
void ath9k_cmn_beacon_config_adhoc(struct ath_hw *ah,
				   struct ath_beacon_config *conf);
void ath9k_cmn_beacon_config_ap(struct ath_hw *ah,
				struct ath_beacon_config *conf,
				unsigned int bc_buf);

Annotation

Implementation Notes