aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/wl12xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl12xx.h')
-rw-r--r--drivers/net/wireless/wl12xx/wl12xx.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/wl12xx.h b/drivers/net/wireless/wl12xx/wl12xx.h
index ab0c2f155b8..9629e90d9b5 100644
--- a/drivers/net/wireless/wl12xx/wl12xx.h
+++ b/drivers/net/wireless/wl12xx/wl12xx.h
@@ -565,6 +565,12 @@ struct wl1271 {
565 int tcxo_clock; 565 int tcxo_clock;
566 566
567 /* 567 /*
568 * wowlan trigger was configured during suspend.
569 * (currently, only "ANY" trigger is supported)
570 */
571 bool wow_enabled;
572
573 /*
568 * AP-mode - links indexed by HLID. The global and broadcast links 574 * AP-mode - links indexed by HLID. The global and broadcast links
569 * are always active. 575 * are always active.
570 */ 576 */