|
@@ -201,7 +201,7 @@ QDF_STATUS mlme_init_twt_context(struct wlan_objmgr_psoc *psoc,
|
|
|
WLAN_UMAC_COMP_MLME);
|
|
|
if (!peer_priv) {
|
|
|
wlan_objmgr_peer_release_ref(peer, WLAN_MLME_NB_ID);
|
|
|
- mlme_legacy_err("peer mlme component object is NULL");
|
|
|
+ mlme_legacy_debug("peer mlme component object is NULL");
|
|
|
return QDF_STATUS_E_FAILURE;
|
|
|
}
|
|
|
|
|
@@ -473,8 +473,8 @@ void mlme_set_twt_peer_capabilities(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 "QDF_MAC_ADDR_FMT,
|
|
|
- QDF_MAC_ADDR_REF(peer_mac));
|
|
|
+ mlme_legacy_debug("Peer object not found "QDF_MAC_ADDR_FMT,
|
|
|
+ QDF_MAC_ADDR_REF(peer_mac));
|
|
|
return;
|
|
|
}
|
|
|
|
|
@@ -482,7 +482,7 @@ void mlme_set_twt_peer_capabilities(struct wlan_objmgr_psoc *psoc,
|
|
|
WLAN_UMAC_COMP_MLME);
|
|
|
if (!peer_priv) {
|
|
|
wlan_objmgr_peer_release_ref(peer, WLAN_MLME_NB_ID);
|
|
|
- mlme_legacy_err("peer mlme object is NULL");
|
|
|
+ mlme_legacy_debug("peer mlme object is NULL");
|
|
|
return;
|
|
|
}
|
|
|
|