diff options
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index c9def42c1286..2858b4d02f5f 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -1628,6 +1628,10 @@ enum ieee80211_ampdu_mlme_action { | |||
1628 | * ask the device to suspend. This is only invoked when WoWLAN is | 1628 | * ask the device to suspend. This is only invoked when WoWLAN is |
1629 | * configured, otherwise the device is deconfigured completely and | 1629 | * configured, otherwise the device is deconfigured completely and |
1630 | * reconfigured at resume time. | 1630 | * reconfigured at resume time. |
1631 | * The driver may also impose special conditions under which it | ||
1632 | * wants to use the "normal" suspend (deconfigure), say if it only | ||
1633 | * supports WoWLAN when the device is associated. In this case, it | ||
1634 | * must return 1 from this function. | ||
1631 | * | 1635 | * |
1632 | * @resume: If WoWLAN was configured, this indicates that mac80211 is | 1636 | * @resume: If WoWLAN was configured, this indicates that mac80211 is |
1633 | * now resuming its operation, after this the device must be fully | 1637 | * now resuming its operation, after this the device must be fully |