瀏覽代碼

qcacmn: Add config enumeration for P1 ping failure smart log

Add _ol_ath_param_t configuration enumeration entry for P1 ping
failure smart logging.

CRs-Fixed: 2267807
Change-Id: Iaa7df4b2e69aa252f537ef1362fe80843b82a216
Krishna Rao 7 年之前
父節點
當前提交
df66989cb2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dp/inc/cdp_txrx_stats_struct.h

+ 1 - 0
dp/inc/cdp_txrx_stats_struct.h

@@ -1247,6 +1247,7 @@ enum _ol_ath_param_t {
 	OL_ATH_PARAM_SMARTLOG_ENABLE = 369,
 	OL_ATH_PARAM_SMARTLOG_ENABLE = 369,
 	OL_ATH_PARAM_SMARTLOG_FATAL_EVENT = 370,
 	OL_ATH_PARAM_SMARTLOG_FATAL_EVENT = 370,
 	OL_ATH_PARAM_SMARTLOG_SKB_SZ = 371,
 	OL_ATH_PARAM_SMARTLOG_SKB_SZ = 371,
+	OL_ATH_PARAM_SMARTLOG_P1PINGFAIL = 372,
 #endif /* OL_ATH_SMART_LOGGING */
 #endif /* OL_ATH_SMART_LOGGING */
 
 
 };
 };