Skip to content

Commit 8292363

Browse files
Krishna Trlubos
authored andcommitted
drivers: wifi: Remove unncessary free
The RX buffers are already freed above, this causes a crash. Signed-off-by: Krishna T <[email protected]>
1 parent 1b46c77 commit 8292363

File tree

1 file changed

+0
-2
lines changed
  • drivers/wifi/nrf700x/osal/hw_if/hal/src

1 file changed

+0
-2
lines changed

drivers/wifi/nrf700x/osal/hw_if/hal/src/hal_api.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,8 +1312,6 @@ struct wifi_nrf_hal_dev_ctx *wifi_nrf_hal_dev_add(struct wifi_nrf_hal_priv *hpri
13121312
hal_dev_ctx->cmd_q);
13131313
wifi_nrf_utils_q_free(hpriv->opriv,
13141314
hal_dev_ctx->event_q);
1315-
wifi_nrf_osal_mem_free(hpriv->opriv,
1316-
hal_dev_ctx->rx_buf_info);
13171315
wifi_nrf_osal_mem_free(hpriv->opriv,
13181316
hal_dev_ctx);
13191317
hal_dev_ctx = NULL;

0 commit comments

Comments
 (0)