diff options
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r-- | net/mac80211/sta_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index 164b16cbe0a5..49a1a1f76511 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h | |||
@@ -216,6 +216,7 @@ struct sta_ampdu_mlme { | |||
216 | * @plink_state: peer link state | 216 | * @plink_state: peer link state |
217 | * @plink_timeout: timeout of peer link | 217 | * @plink_timeout: timeout of peer link |
218 | * @plink_timer: peer link watch timer | 218 | * @plink_timer: peer link watch timer |
219 | * @plink_timer_was_running: used by suspend/resume to restore timers | ||
219 | * @debugfs: debug filesystem info | 220 | * @debugfs: debug filesystem info |
220 | * @sta: station information we share with the driver | 221 | * @sta: station information we share with the driver |
221 | */ | 222 | */ |
@@ -293,6 +294,7 @@ struct sta_info { | |||
293 | __le16 reason; | 294 | __le16 reason; |
294 | u8 plink_retries; | 295 | u8 plink_retries; |
295 | bool ignore_plink_timer; | 296 | bool ignore_plink_timer; |
297 | bool plink_timer_was_running; | ||
296 | enum plink_state plink_state; | 298 | enum plink_state plink_state; |
297 | u32 plink_timeout; | 299 | u32 plink_timeout; |
298 | struct timer_list plink_timer; | 300 | struct timer_list plink_timer; |