|
@@ -1,6 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2013-2021, The Linux Foundation. All rights reserved.
|
|
|
- * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+ * Copyright (c) 2021-2024 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
|
|
@@ -4145,10 +4145,12 @@ free_keys:
|
|
|
if (!key_alloc_buf[k])
|
|
|
continue;
|
|
|
|
|
|
+ wmi_err_rl("flush keybuf :%d, key is valid", flush_keybuf,
|
|
|
+ key_alloc_buf[k]->valid);
|
|
|
if (!flush_keybuf && key_alloc_buf[k]->valid)
|
|
|
continue;
|
|
|
|
|
|
- wmi_debug("Free key allocated at idx:%d", k);
|
|
|
+ wmi_err("Free key allocated at idx:%d", k);
|
|
|
qdf_mem_zero(key_alloc_buf[k], sizeof(*key_alloc_buf[k]));
|
|
|
qdf_mem_free(key_alloc_buf[k]);
|
|
|
}
|