diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-10-27 19:48:14 +0400 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-11-11 14:58:55 +0400 |
commit | b2e756989e9744d94f7cbae47586858c3efc8430 (patch) | |
tree | 1b067f2f6249bb8f6cb07c2fddd26825e76fd577 /drivers/net/wireless/ath/ath6kl/hif.h | |
parent | c89c591d19ace9904cfd658f54d7d72aa54b3371 (diff) | |
download | linux-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.h | 2 |
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 93d29127881d..ee7c31a4135a 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); |