|
@@ -1,5 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2013-2021 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2021 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
|
|
@@ -3358,8 +3359,8 @@ 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",
|
|
|
- QDF_MAC_ADDR_REF(peer_mac));
|
|
|
+ wma_debug("Peer of peer_mac " QDF_MAC_ADDR_FMT " not found",
|
|
|
+ QDF_MAC_ADDR_REF(peer_mac));
|
|
|
return false;
|
|
|
}
|
|
|
is_pmf_enabled = mlme_get_peer_pmf_status(peer);
|