aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiad Kaufman <[email protected]>2014-09-14 21:48:28 +0300
committerJohannes Berg <[email protected]>2014-10-09 10:33:29 +0200
commit8975ae88e137ea02a71b7a86af2f8eb790c2f1e7 (patch)
treeb4d67b8178fb2fadf1a951499ce212274b1826d6
parent35a9ad8af0bb0fa3525e6d0d20e32551d226f38e (diff)
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 <[email protected]> Reviewed-by: Emmanuel Grumbach <[email protected]> Signed-off-by: Johannes Berg <[email protected]>
-rw-r--r--net/mac80211/sta_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h
index 42f68cb8957e..bcda2ac7d844 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 */