ath6kl: implement suspend support
[pandora-kernel.git] / drivers / net / wireless / ath / ath6kl / hif-ops.h
index c923979..d6c898f 100644 (file)
@@ -69,4 +69,9 @@ static inline void ath6kl_hif_cleanup_scatter(struct ath6kl *ar)
        return ar->hif_ops->cleanup_scatter(ar);
 }
 
+static inline int ath6kl_hif_suspend(struct ath6kl *ar)
+{
+       return ar->hif_ops->suspend(ar);
+}
+
 #endif