From: Liad Kaufman Date: Sun, 14 Sep 2014 18:48:28 +0000 (+0300) Subject: mac80211: fix warning on htmldocs for last_tdls_pkt_time X-Git-Tag: v5.15~16823^2^2~4^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8975ae88e137ea02a71b7a86af2f8eb790c2f1e7;p=platform%2Fkernel%2Flinux-starfive.git mac80211: fix warning on htmldocs for last_tdls_pkt_time Forgot to add an entry to the struct description of sta_info. Signed-off-by: Liad Kaufman Reviewed-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index 42f68cb..bcda2ac 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h @@ -336,6 +336,7 @@ struct ieee80211_tx_latency_stat { * @known_smps_mode: the smps_mode the client thinks we are in. Relevant for * AP only. * @cipher_scheme: optional cipher scheme for this station + * @last_tdls_pkt_time: holds the time in jiffies of last TDLS pkt ACKed */ struct sta_info { /* General information, mostly static */