diff options
author | David S. Miller <davem@davemloft.net> | 2009-05-25 03:38:24 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-25 03:38:24 -0400 |
commit | 45ea4ea2af358fe316c918381c7868f9418cad09 (patch) | |
tree | 4deb3d87b26e884b06929fe33740d45e78fbdcab /net/mac80211/sta_info.h | |
parent | dddc045e2fdd4eb8d7dfac29bff191d639fff8c3 (diff) | |
parent | a2e2322d83df82a57ba456cfa604c8b8f7b04670 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
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; |