drivers/net/wireless/ath/wcn36xx/pmc.h

Source file repositories/reference/linux-study-clean/drivers/net/wireless/ath/wcn36xx/pmc.h

File Facts

System
Linux kernel
Corpus path
drivers/net/wireless/ath/wcn36xx/pmc.h
Extension
.h
Size
1233 bytes
Lines
34
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 _WCN36XX_PMC_H_
#define _WCN36XX_PMC_H_

struct wcn36xx;

enum wcn36xx_power_state {
	WCN36XX_FULL_POWER,
	WCN36XX_BMPS
};

int wcn36xx_pmc_enter_bmps_state(struct wcn36xx *wcn,
				 struct ieee80211_vif *vif);
int wcn36xx_pmc_exit_bmps_state(struct wcn36xx *wcn,
				struct ieee80211_vif *vif);
int wcn36xx_enable_keep_alive_null_packet(struct wcn36xx *wcn,
					  struct ieee80211_vif *vif);
#endif	/* _WCN36XX_PMC_H_ */

Annotation

Implementation Notes