Skip to content

Commit be1b791

Browse files
kapbhkrish2718
authored andcommitted
[nrf fromlist] drivers: wifi: Fix deinit for offloaded raw tx API
The osal deinint was causing crash in log. The osal apis spin lock take, release, bus qspi sleep are trying to use ops. So removing osal deinit for temporary workaround. Upstream PR #: 80328 Signed-off-by: Kapil Bhatt <[email protected]>
1 parent d903b8a commit be1b791

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/wifi/nrfwifi/off_raw_tx/src/off_raw_tx_api.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ void nrf70_off_raw_tx_deinit(void)
279279
}
280280

281281
nrf_wifi_fmac_off_raw_tx_deinit(off_raw_tx_drv_priv.fmac_priv);
282-
nrf_wifi_osal_deinit();
283282

284283
k_spin_unlock(&off_raw_tx_drv_priv.lock, key);
285284
}

0 commit comments

Comments
 (0)