From 6f16cee318ca41e822f0f30ad22eaad913f260e5 Mon Sep 17 00:00:00 2001 From: Rajeev Kumar Date: Fri, 9 Sep 2016 14:45:36 -0700 Subject: [PATCH] qcacld-3.0: Clean up packet parsing log messages in WMA When FW wakes up APPS processor from power collapse it sends 120 bytes of payload piggy backed to wake up event handler. There are some types of frames for which packet stats is not maintained. Clean up log messages in WMA such that error message is not logged to console. Change-Id: I31d032874e5c9b8773a4e8d5067923c1dd20e23a CRs-Fixed: 1065309 --- core/wma/src/wma_features.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/wma/src/wma_features.c b/core/wma/src/wma_features.c index 4ad1d243a2..33a784553f 100644 --- a/core/wma/src/wma_features.c +++ b/core/wma/src/wma_features.c @@ -2972,8 +2972,7 @@ static void wma_wow_parse_data_pkt_buffer(uint8_t *data, default: end: - WMA_LOGE("wow_buf_pkt_len: %u", buf_len); - WMA_LOGE("Unknown Packet or Insufficient packet buffer"); + WMA_LOGD("wow_buf_pkt_len: %u", buf_len); break; } }