From: Randy Dunlap Date: Mon, 13 Oct 2008 16:15:01 +0000 (-0700) Subject: mac80211: fixme for kernel-doc X-Git-Tag: v2.6.28-rc1~104^2~21^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1a65b5828edfddb29c6fb4eb556fa503295146b;p=platform%2Fkernel%2Flinux-3.10.git mac80211: fixme for kernel-doc Fix kernel-doc warnings in mac80211.h. Fields need real explanations added to them. Warning(lin2627-g3-kdocfixes//include/net/mac80211.h:659): No description found for parameter 'icv_len' Warning(lin2627-g3-kdocfixes//include/net/mac80211.h:659): No description found for parameter 'iv_len' Signed-off-by: Randy Dunlap Signed-off-by: John W. Linville --- diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 5617a16..d861197 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -645,7 +645,8 @@ enum ieee80211_key_flags { * - Temporal Encryption Key (128 bits) * - Temporal Authenticator Tx MIC Key (64 bits) * - Temporal Authenticator Rx MIC Key (64 bits) - * + * @icv_len: FIXME + * @iv_len: FIXME */ struct ieee80211_key_conf { enum ieee80211_key_alg alg;