summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirav Shah <nnshah@qti.qualcomm.com>2015-04-27 14:05:06 +0530
committerAnjaneeDevi Kapparapu <c_akappa@qti.qualcomm.com>2015-05-08 15:44:03 +0530
commit970ab3632cc502233e0b03ea077ed260202f5abb (patch)
treedc69d313637d454c2d2f74a0b7b0875014e3be89
parentf1154e740855dd4389c64210b336ac84dea1ff89 (diff)
qcacld: Reducing severity of debug print to avoid watchdog bark
Reducing severity of debug print to avoid watchdog bark in ol_rx_in_order_indication_handler function. CRs-Fixed: 828313 Change-Id: Ic33bfa5293bd8139b17e93c3df73db2f80cfb83d
-rw-r--r--CORE/CLD_TXRX/TXRX/ol_rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/CLD_TXRX/TXRX/ol_rx.c b/CORE/CLD_TXRX/TXRX/ol_rx.c
index 065719b53a34..67d17a140ac8 100644
--- a/CORE/CLD_TXRX/TXRX/ol_rx.c
+++ b/CORE/CLD_TXRX/TXRX/ol_rx.c
@@ -1174,7 +1174,7 @@ ol_rx_in_order_indication_handler(
if (peer) {
vdev = peer->vdev;
} else {
- TXRX_PRINT(TXRX_PRINT_LEVEL_ERR,
+ TXRX_PRINT(TXRX_PRINT_LEVEL_INFO2,
"%s: Couldn't find peer from ID 0x%x\n", __FUNCTION__,
peer_id);
while (head_msdu) {