ath6kl: create ath6kl_hif_stop()

This is to reset hif layer for powering down hw.

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Этот коммит содержится в:
Kalle Valo
2011-10-30 21:15:57 +02:00
родитель cd4b8b8580
Коммит 32a07e4448
3 изменённых файлов: 53 добавлений и 0 удалений

Просмотреть файл

@@ -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);