فهرست منبع

qcacmn: Enable DEBUG_Rx_RING_BUFFER to keep track of posted buffers

This enables the tracking of posted rx ring buffers. With this we can
identify if host/fw is wrong when we hit below issue:
"wlan: [0:E :QDF] rx hash: htt_rx_hash_list_lookup: no entry found for
<physical address>"

Change-Id: Ib973a2e2a69e881beddea23cdc1d2d994eeb1e12
CRs-Fixed: 864569
Manjunathappa Prakash 8 سال پیش
والد
کامیت
5693051379
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      qdf/linux/src/i_qdf_nbuf.h

+ 2 - 1
qdf/linux/src/i_qdf_nbuf.h

@@ -135,7 +135,8 @@ struct qdf_nbuf_cb {
 			uint32_t tcp_seq_num;
 			uint32_t tcp_ack_num;
 			uint32_t flow_id_toeplitz;
-		} rx; /* 20 bytes */
+			uint32_t map_index;
+		} rx; /* 24 bytes */
 
 		/* Note: MAX: 40 bytes */
 		struct {