drivers/net/wireless/ath/ath11k/p2p.h

Source file repositories/reference/linux-study-clean/drivers/net/wireless/ath/ath11k/p2p.h

File Facts

System
Linux kernel
Corpus path
drivers/net/wireless/ath/ath11k/p2p.h
Extension
.h
Size
546 bytes
Lines
23
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 ath11k_p2p_noa_arg {
	u32 vdev_id;
	const struct ath11k_wmi_p2p_noa_info *noa;
};

void ath11k_p2p_noa_update(struct ath11k_vif *arvif,
			   const struct ath11k_wmi_p2p_noa_info *noa);
void ath11k_p2p_noa_update_by_vdev_id(struct ath11k *ar, u32 vdev_id,
				      const struct ath11k_wmi_p2p_noa_info *noa);
#endif

Annotation

Implementation Notes