summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath6kl/hif.h
diff options
context:
space:
mode:
authorKalle Valo <kvalo@qca.qualcomm.com>2011-10-27 15:48:14 (GMT)
committerKalle Valo <kvalo@qca.qualcomm.com>2011-11-11 10:58:55 (GMT)
commitb2e756989e9744d94f7cbae47586858c3efc8430 (patch)
tree1b067f2f6249bb8f6cb07c2fddd26825e76fd577 /drivers/net/wireless/ath/ath6kl/hif.h
parentc89c591d19ace9904cfd658f54d7d72aa54b3371 (diff)
downloadlinux-b2e756989e9744d94f7cbae47586858c3efc8430.tar.xz
ath6kl: move power control from sdio to core
In preparation for cutting down power from the chip on the fly. 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/hif.h b/drivers/net/wireless/ath/ath6kl/hif.h
index 93d2912..ee7c31a 100644
--- a/drivers/net/wireless/ath/ath6kl/hif.h
+++ b/drivers/net/wireless/ath/ath6kl/hif.h
@@ -242,6 +242,8 @@ struct ath6kl_hif_ops {
void (*cleanup_scatter)(struct ath6kl *ar);
int (*suspend)(struct ath6kl *ar);
int (*resume)(struct ath6kl *ar);
+ int (*power_on)(struct ath6kl *ar);
+ int (*power_off)(struct ath6kl *ar);
};
int ath6kl_hif_setup(struct ath6kl_device *dev);