|
@@ -1,5 +1,5 @@
|
|
/*
|
|
/*
|
|
- * Copyright (c) 2011, 2014-2016 The Linux Foundation. All rights reserved.
|
|
|
|
|
|
+ * Copyright (c) 2011, 2014-2017 The Linux Foundation. All rights reserved.
|
|
*
|
|
*
|
|
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
|
|
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
|
|
*
|
|
*
|
|
@@ -704,6 +704,7 @@ void htt_rx_dbg_rxbuf_deinit(struct htt_pdev_t *pdev)
|
|
{
|
|
{
|
|
if (pdev->rx_buff_list)
|
|
if (pdev->rx_buff_list)
|
|
qdf_mem_free(pdev->rx_buff_list);
|
|
qdf_mem_free(pdev->rx_buff_list);
|
|
|
|
+ qdf_spinlock_destroy(&(pdev->rx_buff_list_lock));
|
|
}
|
|
}
|
|
#else
|
|
#else
|
|
static inline
|
|
static inline
|