]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: mac80211: correct ieee80211-{s1g/eht}.h include guard comments
authorLachlan Hodges <lachlan.hodges@morsemicro.com>
Fri, 30 Jan 2026 00:53:19 +0000 (11:53 +1100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 2 Feb 2026 09:01:44 +0000 (10:01 +0100)
After the split of ieee80211.h some include guard comments weren't
updated, update them to their new file names.

Signed-off-by: Lachlan Hodges <lachlan.hodges@morsemicro.com>
Link: https://patch.msgid.link/20260130005319.70019-1-lachlan.hodges@morsemicro.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/linux/ieee80211-eht.h
include/linux/ieee80211-s1g.h

index f9782e46c5e5241bccc84c3bbc18b1cc9ec1879c..620dad3995cced32a934d5f3b8d8d6f8c5a0e6fa 100644 (file)
@@ -1179,4 +1179,4 @@ static inline u32 ieee80211_eml_trans_timeout_in_us(u16 eml_cap)
                                 _data + ieee80211_mle_common_size(_data),\
                                 _len - ieee80211_mle_common_size(_data))
 
-#endif /* LINUX_IEEE80211_H */
+#endif /* LINUX_IEEE80211_EHT_H */
index 5b9ed2dcc00e01ce0dcaa14f5a965344540c5502..22dde4cbc1b05a168bfb963bfbaaa69ec9a57c28 100644 (file)
@@ -572,4 +572,4 @@ static inline bool ieee80211_s1g_check_tim(const struct ieee80211_tim_ie *tim,
        }
 }
 
-#endif /* LINUX_IEEE80211_H */
+#endif /* LINUX_IEEE80211_S1G_H */