drivers/net/wireless/intel/iwlwifi/mld/tlc.h

Source file repositories/reference/linux-study-clean/drivers/net/wireless/intel/iwlwifi/mld/tlc.h

File Facts

System
Linux kernel
Corpus path
drivers/net/wireless/intel/iwlwifi/mld/tlc.h
Extension
.h
Size
777 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

#ifndef __iwl_mld_tlc_h__
#define __iwl_mld_tlc_h__

#include "mld.h"

void iwl_mld_config_tlc_link(struct iwl_mld *mld,
			     struct ieee80211_vif *vif,
			     struct ieee80211_bss_conf *link_conf,
			     struct ieee80211_link_sta *link_sta);

void iwl_mld_config_tlc(struct iwl_mld *mld, struct ieee80211_vif *vif,
			struct ieee80211_sta *sta);

void iwl_mld_handle_tlc_notif(struct iwl_mld *mld,
			      struct iwl_rx_packet *pkt);

int iwl_mld_send_tlc_dhc(struct iwl_mld *mld, u8 sta_id, u32 type, u32 data);

void iwl_mld_tlc_update_phy(struct iwl_mld *mld, struct ieee80211_vif *vif,
			    struct ieee80211_bss_conf *link_conf);

#endif /* __iwl_mld_tlc_h__ */

Annotation

Implementation Notes