diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 04093e84ebd7..ab2894211638 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -601,6 +601,14 @@ struct ieee80211_local { | |||
601 | bool suspended; | 601 | bool suspended; |
602 | 602 | ||
603 | /* | 603 | /* |
604 | * Resuming is true while suspended, but when we're reprogramming the | ||
605 | * hardware -- at that time it's allowed to use ieee80211_queue_work() | ||
606 | * again even though some other parts of the stack are still suspended | ||
607 | * and we still drop received frames to avoid waking the stack. | ||
608 | */ | ||
609 | bool resuming; | ||
610 | |||
611 | /* | ||
604 | * quiescing is true during the suspend process _only_ to | 612 | * quiescing is true during the suspend process _only_ to |
605 | * ease timer cancelling etc. | 613 | * ease timer cancelling etc. |
606 | */ | 614 | */ |