1 /* SPDX-License-Identifier: ISC */
3 * Copyright (c) 2015,2017 Qualcomm Atheros, Inc.
10 struct completion wakeup_completed
;
11 struct wiphy_wowlan_support wowlan_support
;
16 int ath10k_wow_init(struct ath10k
*ar
);
17 int ath10k_wow_op_suspend(struct ieee80211_hw
*hw
,
18 struct cfg80211_wowlan
*wowlan
);
19 int ath10k_wow_op_resume(struct ieee80211_hw
*hw
);
20 void ath10k_wow_op_set_wakeup(struct ieee80211_hw
*hw
, bool enabled
);
24 static inline int ath10k_wow_init(struct ath10k
*ar
)
29 #endif /* CONFIG_PM */