فهرست منبع

qca-wifi: Change event dump log size

Changing event dump size to 25 to make it same for all
events as qdf has limitation on event size.
If size is more than 25 then event of type command doesn't
gets printed.

Change-Id: Iaf2d4c52242b99194f7405d7d69a4566db71ff01
CRs-Fixed: 2510317
Ankit Kumar 5 سال پیش
والد
کامیت
e2b621246b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dp/wifi3.0/dp_htt_logger.c

+ 1 - 1
dp/wifi3.0/dp_htt_logger.c

@@ -31,7 +31,7 @@
  * HTT_DISPLAY_SIZE   : Supported Number of command/event/wbm_event to be
  * HTT_DISPLAY_SIZE   : Supported Number of command/event/wbm_event to be
  * read at one shot through wdf debugfs framework
  * read at one shot through wdf debugfs framework
  */
  */
-#define HTT_DISPLAY_SIZE 29
+#define HTT_DISPLAY_SIZE 25
 
 
 /**
 /**
  * Used for stop_seq
  * Used for stop_seq