OSDN Git Service

Add rtl8821ce driver version 5.5.2
[android-x86/external-kernel-drivers.git] / rtl8821ce / hal / halmac / halmac_88xx / halmac_8821c / halmac_8821c_pwr_seq.h
diff --git a/rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_8821c_pwr_seq.h b/rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_8821c_pwr_seq.h
new file mode 100644 (file)
index 0000000..50b3b3c
--- /dev/null
@@ -0,0 +1,16 @@
+#ifndef HALMAC_POWER_SEQUENCE_8821C
+#define HALMAC_POWER_SEQUENCE_8821C
+
+#include "../../halmac_pwr_seq_cmd.h"
+
+#define HALMAC_8821C_PWR_SEQ_VER  "V13"
+extern PHALMAC_WLAN_PWR_CFG halmac_8821c_card_disable_flow[];
+extern PHALMAC_WLAN_PWR_CFG halmac_8821c_card_enable_flow[];
+extern PHALMAC_WLAN_PWR_CFG halmac_8821c_suspend_flow[];
+extern PHALMAC_WLAN_PWR_CFG halmac_8821c_resume_flow[];
+extern PHALMAC_WLAN_PWR_CFG halmac_8821c_hwpdn_flow[];
+extern PHALMAC_WLAN_PWR_CFG halmac_8821c_enter_lps_flow[];
+extern PHALMAC_WLAN_PWR_CFG halmac_8821c_enter_deep_lps_flow[];
+extern PHALMAC_WLAN_PWR_CFG halmac_8821c_leave_lps_flow[];
+
+#endif