diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-10-30 21:15:57 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-11-11 12:58:58 +0200 |
commit | 32a07e4448f78158a75f7c1f0056289647d83946 (patch) | |
tree | c248329a3c55b151c09bce26c0aa2556e31c8f30 /drivers/net/wireless/ath/ath6kl/hif.h | |
parent | cd4b8b85800a47dc68b9282ffc3a88b82e77f242 (diff) |
ath6kl: create ath6kl_hif_stop()
This is to reset hif layer for powering down hw.
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 | 1 |
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 78a6c79f8ca..814386d19b8 100644 --- a/drivers/net/wireless/ath/ath6kl/hif.h +++ b/drivers/net/wireless/ath/ath6kl/hif.h @@ -246,6 +246,7 @@ struct ath6kl_hif_ops { int (*resume)(struct ath6kl *ar); int (*power_on)(struct ath6kl *ar); int (*power_off)(struct ath6kl *ar); + void (*stop)(struct ath6kl *ar); }; int ath6kl_hif_setup(struct ath6kl_device *dev); |