|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2012-2018, 2020 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2012-2018, 2020-2021 The Linux Foundation. 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
|
|
@@ -156,7 +156,7 @@ QDF_STATUS ucfg_action_oui_send(struct wlan_objmgr_psoc *psoc)
|
|
|
continue;
|
|
|
status = action_oui_send(psoc_priv, id);
|
|
|
if (!QDF_IS_STATUS_SUCCESS(status))
|
|
|
- action_oui_err("Failed to send: %u", id);
|
|
|
+ action_oui_debug("Failed to send: %u", id);
|
|
|
}
|
|
|
|
|
|
exit:
|