On Thu, Mar 14, 2024 at 02:23:00PM -0700, Jeff Johnson wrote: > Running kernel-doc on ieee80211_i.h flagged the following: > net/mac80211/ieee80211_i.h:145: warning: expecting prototype for enum ieee80211_corrupt_data_flags. Prototype was for enum ieee80211_bss_corrupt_data_flags instead > net/mac80211/ieee80211_i.h:162: warning: expecting prototype for enum ieee80211_valid_data_flags. Prototype was for enum ieee80211_bss_valid_data_flags instead > > Fix these warnings. > > Signed-off-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx> Reviewed-by: Simon Horman <horms@xxxxxxxxxx>