From: Johannes Berg Date: Tue, 8 Nov 2011 08:20:07 +0000 (+0100) Subject: cfg80211: fix missing kernel-doc X-Git-Tag: upstream/snapshot3+hdmi~8468^2^2~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c26887d2a48600bfa87a27ce41ff78828bd7243c;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git cfg80211: fix missing kernel-doc Two new struct members were not documented, fix that. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 92cf1c2..95852e3 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -456,6 +456,9 @@ enum station_parameters_apply_mask { * as the AC bitmap in the QoS info field * @max_sp: max Service Period. same format as the MAX_SP in the * QoS info field (but already shifted down) + * @sta_modify_mask: bitmap indicating which parameters changed + * (for those that don't have a natural "no change" value), + * see &enum station_parameters_apply_mask */ struct station_parameters { u8 *supported_rates; @@ -615,6 +618,7 @@ struct sta_bss_parameters { * user space MLME/SME implementation. The information is provided for * the cfg80211_new_sta() calls to notify user space of the IEs. * @assoc_req_ies_len: Length of assoc_req_ies buffer in octets. + * @sta_flags: station flags mask & values */ struct station_info { u32 filled;