Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

wifi: mac80211: correct ieee80211-{s1g/eht}.h include guard comments

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>

authored by

Lachlan Hodges and committed by
Johannes Berg
c3e92c78 303c1a66

+2 -2
+1 -1
include/linux/ieee80211-eht.h
··· 1179 1179 _data + ieee80211_mle_common_size(_data),\ 1180 1180 _len - ieee80211_mle_common_size(_data)) 1181 1181 1182 - #endif /* LINUX_IEEE80211_H */ 1182 + #endif /* LINUX_IEEE80211_EHT_H */
+1 -1
include/linux/ieee80211-s1g.h
··· 572 572 } 573 573 } 574 574 575 - #endif /* LINUX_IEEE80211_H */ 575 + #endif /* LINUX_IEEE80211_S1G_H */