|
@@ -1027,6 +1027,24 @@
|
|
|
#define CFG_DP_SWLM_ENABLE \
|
|
|
CFG_INI_BOOL("gEnableSWLM", false, \
|
|
|
"Enable/Disable DP SWLM")
|
|
|
+/*
|
|
|
+ * <ini>
|
|
|
+ * wow_check_rx_pending_enable - control to check RX frames pending in Wow
|
|
|
+ * @Min: 0
|
|
|
+ * @Max: 1
|
|
|
+ * @Default: 0
|
|
|
+ *
|
|
|
+ * This ini is used to control DP Software to perform RX pending check
|
|
|
+ * before entering WoW mode
|
|
|
+ *
|
|
|
+ * Usage: Internal
|
|
|
+ *
|
|
|
+ * </ini>
|
|
|
+ */
|
|
|
+#define CFG_DP_WOW_CHECK_RX_PENDING \
|
|
|
+ CFG_INI_BOOL("wow_check_rx_pending_enable", \
|
|
|
+ false, \
|
|
|
+ "enable rx frame pending check in WoW mode")
|
|
|
|
|
|
#define CFG_DP \
|
|
|
CFG(CFG_DP_HTT_PACKET_TYPE) \
|
|
@@ -1117,5 +1135,6 @@
|
|
|
CFG(CFG_DP_RX_FST_IN_CMEM) \
|
|
|
CFG(CFG_DP_RX_RADIO_0_DEFAULT_REO) \
|
|
|
CFG(CFG_DP_RX_RADIO_1_DEFAULT_REO) \
|
|
|
- CFG(CFG_DP_RX_RADIO_2_DEFAULT_REO)
|
|
|
+ CFG(CFG_DP_RX_RADIO_2_DEFAULT_REO) \
|
|
|
+ CFG(CFG_DP_WOW_CHECK_RX_PENDING)
|
|
|
#endif /* _CFG_DP_H_ */
|