Skip to content

Commit 774f884

Browse files
jeff-t-johnsonjmberg-intel
authored andcommitted
wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc
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@quicinc.com> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://msgid.link/20240314-kdoc-ieee80211_i-v1-1-72b91b55b257@quicinc.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1 parent 4f2bdb3 commit 774f884

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

net/mac80211/ieee80211_i.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ struct ieee80211_bss {
131131
};
132132

133133
/**
134-
* enum ieee80211_corrupt_data_flags - BSS data corruption flags
134+
* enum ieee80211_bss_corrupt_data_flags - BSS data corruption flags
135135
* @IEEE80211_BSS_CORRUPT_BEACON: last beacon frame received was corrupted
136136
* @IEEE80211_BSS_CORRUPT_PROBE_RESP: last probe response received was corrupted
137137
*
@@ -144,7 +144,7 @@ enum ieee80211_bss_corrupt_data_flags {
144144
};
145145

146146
/**
147-
* enum ieee80211_valid_data_flags - BSS valid data flags
147+
* enum ieee80211_bss_valid_data_flags - BSS valid data flags
148148
* @IEEE80211_BSS_VALID_WMM: WMM/UAPSD data was gathered from non-corrupt IE
149149
* @IEEE80211_BSS_VALID_RATES: Supported rates were gathered from non-corrupt IE
150150
* @IEEE80211_BSS_VALID_ERP: ERP flag was gathered from non-corrupt IE

0 commit comments

Comments
 (0)