summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorPablo Martin-Gomez <pmartin-gomez@freebox.fr>2026-04-10 20:04:26 +0300
committerJohannes Berg <johannes.berg@intel.com>2026-04-28 10:24:32 +0300
commit37f3787636434593833a6d03de861af4ec09cb88 (patch)
treed7ac1c4e029c4f82c6613f36731ffb40a334d246 /include/linux
parent5858f5e1588fab66573d50c06dbcdd12830044ca (diff)
downloadlinux-37f3787636434593833a6d03de861af4ec09cb88.tar.xz
wifi: Update EML function documentation to remove EMLSR-specific references
Transition Timeout is not specific to EMLSR, and is used by both EMLSR and EMLMR mode. Signed-off-by: Pablo Martin-Gomez <pmartin-gomez@freebox.fr> Link: https://patch.msgid.link/20260410170429.343617-5-pmartin-gomez@freebox.fr Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/ieee80211-eht.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ieee80211-eht.h b/include/linux/ieee80211-eht.h
index e24f95db6087..335e78bd4b5d 100644
--- a/include/linux/ieee80211-eht.h
+++ b/include/linux/ieee80211-eht.h
@@ -1236,11 +1236,11 @@ static inline u32 ieee80211_emlmr_trans_delay_in_us(u16 eml_cap)
}
/**
- * ieee80211_eml_trans_timeout_in_us - Fetch the EMLSR Transition
+ * ieee80211_eml_trans_timeout_in_us - Fetch the EML Transition
* timeout value in microseconds
* @eml_cap: EML capabilities field value from common info field of
* the Multi-link element
- * Return: the EMLSR Transition timeout (in microseconds) encoded in
+ * Return: the EML Transition timeout (in microseconds) encoded in
* the EML Capabilities field
*/