summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath6kl/hif.h
diff options
context:
space:
mode:
authorKalle Valo <kvalo@qca.qualcomm.com>2011-07-22 05:26:20 (GMT)
committerKalle Valo <kvalo@qca.qualcomm.com>2011-08-31 07:10:54 (GMT)
commitabcb344b3b823c8c9eac6e13e45a53eaf1d5d00b (patch)
tree7748263227daccbb7f3d4de01a9102218ddee1b7 /drivers/net/wireless/ath/ath6kl/hif.h
parent1df94a8578eb099d9362cc0b84ef85015c47bbc5 (diff)
downloadlinux-abcb344b3b823c8c9eac6e13e45a53eaf1d5d00b.tar.xz
ath6kl: implement suspend support
For now this is implemented so that if host supports power is kept in the chip. If that's not supported, an error is returned and sdio stack will remove the device during suspend. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/hif.h')
-rw-r--r--drivers/net/wireless/ath/ath6kl/hif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/hif.h b/drivers/net/wireless/ath/ath6kl/hif.h
index 5ceff54..797e2d1 100644
--- a/drivers/net/wireless/ath/ath6kl/hif.h
+++ b/drivers/net/wireless/ath/ath6kl/hif.h
@@ -202,6 +202,7 @@ struct ath6kl_hif_ops {
int (*scat_req_rw) (struct ath6kl *ar,
struct hif_scatter_req *scat_req);
void (*cleanup_scatter)(struct ath6kl *ar);
+ int (*suspend)(struct ath6kl *ar);
};
#endif