qcacld-3.0: 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
This commit is contained in:
Manjunathappa Prakash
2016-06-03 19:32:27 -07:00
committed by Vishwajith Upendra
vanhempi 92db771024
commit c8e756412e
2 muutettua tiedostoa jossa 20 lisäystä ja 15 poistoa

1
Kbuild
Näytä tiedosto

@@ -1120,6 +1120,7 @@ endif
ifneq ($(TARGET_BUILD_VARIANT),user)
CDEFINES += -DDESC_DUP_DETECT_DEBUG
CDEFINES += -DDEBUG_RX_RING_BUFFER
endif
ifeq ($(PANIC_ON_BUG),1)