diff options
author | Liad Kaufman <liad.kaufman@intel.com> | 2014-09-14 21:48:28 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2014-10-09 10:33:29 +0200 |
commit | 8975ae88e137ea02a71b7a86af2f8eb790c2f1e7 (patch) | |
tree | b4d67b8178fb2fadf1a951499ce212274b1826d6 /net | |
parent | 35a9ad8af0bb0fa3525e6d0d20e32551d226f38e (diff) | |
download | linux-stable-8975ae88e137ea02a71b7a86af2f8eb790c2f1e7.tar.gz linux-stable-8975ae88e137ea02a71b7a86af2f8eb790c2f1e7.tar.bz2 linux-stable-8975ae88e137ea02a71b7a86af2f8eb790c2f1e7.zip |
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 <liad.kaufman@intel.com>
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/mac80211/sta_info.h | 1 |
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 */ |