Browse Source

qcacmn: Add WBM2SW ring descriptor structure symbol

Add WBM2SW ring descriptor structure symbol for KIWI,
this is helpfu for WBM2SW revelant issue debugging.

Change-Id: I81f9029ae47026f5530481b2de3c60502a15acc6
CRs-Fixed: 3427974
Jinwei Chen 2 years ago
parent
commit
a3d8c8606d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      hal/wifi3.0/kiwi/hal_kiwi.c

+ 3 - 0
hal/wifi3.0/kiwi/hal_kiwi.c

@@ -135,6 +135,9 @@
 #define FW_QTIME_CYCLES_PER_10_USEC 192
 #endif
 
+struct wbm2sw_completion_ring_tx gwbm2sw_tx_comp_symbol __attribute__((used));
+struct wbm2sw_completion_ring_rx gwbm2sw_rx_comp_symbol __attribute__((used));
+
 static uint32_t hal_get_link_desc_size_kiwi(void)
 {
 	return LINK_DESC_SIZE;