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

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

File Facts

System
Linux kernel
Corpus path
drivers/net/wireless/ath/ath12k/debugfs_sta.h
Extension
.h
Size
561 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

#ifndef _ATH12K_DEBUGFS_STA_H_
#define _ATH12K_DEBUGFS_STA_H_

#include <net/mac80211.h>

#include "core.h"

#define ATH12K_STA_RX_STATS_BUF_SIZE		(1024 * 16)

#ifdef CONFIG_ATH12K_DEBUGFS

void ath12k_debugfs_link_sta_op_add(struct ieee80211_hw *hw,
				    struct ieee80211_vif *vif,
				    struct ieee80211_link_sta *link_sta,
				    struct dentry *dir);

#endif /* CONFIG_ATH12K_DEBUGFS */

#endif /* _ATH12K_DEBUGFS_STA_H_ */

Annotation

Implementation Notes