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

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

File Facts

System
Linux kernel
Corpus path
drivers/net/wireless/ath/ath12k/p2p.h
Extension
.h
Size
572 bytes
Lines
25
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 ath12k_p2p_noa_arg {
	u32 vdev_id;
	struct ath12k *ar;
	const struct ath12k_wmi_p2p_noa_info *noa;
};

void ath12k_p2p_noa_update(struct ath12k_link_vif *arvif,
			   const struct ath12k_wmi_p2p_noa_info *noa);
void ath12k_p2p_noa_update_by_vdev_id(struct ath12k *ar, u32 vdev_id,
				      const struct ath12k_wmi_p2p_noa_info *noa);

#endif

Annotation

Implementation Notes