drivers/net/wireless/intel/iwlwifi/mld/mlo.h
Source file repositories/reference/linux-study-clean/drivers/net/wireless/intel/iwlwifi/mld/mlo.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/net/wireless/intel/iwlwifi/mld/mlo.h- Extension
.h- Size
- 5205 bytes
- Lines
- 177
- 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.
- 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.
- Defines or uses C structs; map object ownership, embedded links, reference counts, and lock ownership.
Dependency Surface
linux/ieee80211.hlinux/types.hnet/mac80211.hiwl-config.hiwl-trans.hiface.hphy.h
Detected Declarations
struct iwl_mldstruct iwl_mld_link_sel_datafunction iwl_mld_emlsr_activefunction iwl_mld_vif_has_emlsr_capfunction iwl_mld_max_active_linksfunction iwl_mld_count_active_linksfunction for_each_mld_vif_valid_linkfunction iwl_mld_get_primary_linkfunction iwl_mld_get_other_link
Annotated Snippet
struct iwl_mld_link_sel_data {
u8 link_id;
const struct cfg80211_chan_def *chandef;
s32 signal;
u16 grade;
};
void iwl_mld_emlsr_block_tmp_non_bss(struct iwl_mld *mld);
#if IS_ENABLED(CONFIG_IWLWIFI_KUNIT_TESTS)
u32 iwl_mld_emlsr_pair_state(struct ieee80211_vif *vif,
struct iwl_mld_link_sel_data *a,
struct iwl_mld_link_sel_data *b);
#endif
void iwl_mld_start_ignoring_tpt_updates(struct iwl_mld *mld);
void iwl_mld_stop_ignoring_tpt_updates(struct iwl_mld *mld);
#endif /* __iwl_mld_mlo_h__ */
Annotation
- Immediate include surface: `linux/ieee80211.h`, `linux/types.h`, `net/mac80211.h`, `iwl-config.h`, `iwl-trans.h`, `iface.h`, `phy.h`.
- Detected declarations: `struct iwl_mld`, `struct iwl_mld_link_sel_data`, `function iwl_mld_emlsr_active`, `function iwl_mld_vif_has_emlsr_cap`, `function iwl_mld_max_active_links`, `function iwl_mld_count_active_links`, `function for_each_mld_vif_valid_link`, `function iwl_mld_get_primary_link`, `function iwl_mld_get_other_link`.
- Atlas domain: Driver Families / drivers/net.
- Implementation status: source implementation candidate.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.