|
@@ -1,6 +1,6 @@
|
|
/*
|
|
/*
|
|
* Copyright (c) 2013-2021 The Linux Foundation. All rights reserved.
|
|
* Copyright (c) 2013-2021 The Linux Foundation. All rights reserved.
|
|
- * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
|
|
|
+ * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*
|
|
*
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -1855,6 +1855,8 @@ int wma_unified_radio_tx_mem_free(void *handle)
|
|
|
|
|
|
if (!wma_handle->link_stats_results)
|
|
if (!wma_handle->link_stats_results)
|
|
return 0;
|
|
return 0;
|
|
|
|
+
|
|
|
|
+ wma_debug("free link_stats_results");
|
|
qdf_mutex_acquire(&wma_handle->radio_stats_lock);
|
|
qdf_mutex_acquire(&wma_handle->radio_stats_lock);
|
|
ret = __wma_unified_radio_tx_mem_free(wma_handle);
|
|
ret = __wma_unified_radio_tx_mem_free(wma_handle);
|
|
qdf_mutex_release(&wma_handle->radio_stats_lock);
|
|
qdf_mutex_release(&wma_handle->radio_stats_lock);
|