|
@@ -1,5 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2018-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 above
|
|
@@ -187,7 +188,7 @@ QDF_STATUS mlme_init_twt_context(struct wlan_objmgr_psoc *psoc,
|
|
|
peer = wlan_objmgr_get_peer_by_mac(psoc, peer_mac->bytes,
|
|
|
WLAN_MLME_NB_ID);
|
|
|
if (!peer) {
|
|
|
- mlme_legacy_err("Peer object not found");
|
|
|
+ mlme_legacy_debug("Peer object not found");
|
|
|
return QDF_STATUS_E_FAILURE;
|
|
|
}
|
|
|
|