Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8574cbad authored by Gururaj Pandurangi's avatar Gururaj Pandurangi Committed by Madan Koyyalamudi
Browse files

qcacld-3.0: Reduce logging level in pmf cap API

Reduce logging level to debug in get peer pmf
capability API to avoid excessive logging.

Change-Id: Ia8f339f880429d478f68300eb6ace3b1a8c87ea2
CRs-Fixed: 3073012
parent 90fe84b4
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2013-2021 The Linux Foundation. All rights reserved.
 * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
 *
 * Permission to use, copy, modify, and/or distribute this software for
 * any purpose with or without fee is hereby granted, provided that the
@@ -3203,7 +3204,7 @@ wma_get_peer_pmf_status(tp_wma_handle wma, uint8_t *peer_mac)
				    wlan_objmgr_pdev_get_pdev_id(wma->pdev),
				    peer_mac, WLAN_LEGACY_WMA_ID);
	if (!peer) {
		wma_err("Peer of peer_mac "QDF_MAC_ADDR_FMT" not found",
		wma_debug("Peer of peer_mac " QDF_MAC_ADDR_FMT " not found",
			  QDF_MAC_ADDR_REF(peer_mac));
		return false;
	}