Skip to content

Commit 8509c30

Browse files
kapbhrlubos
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]> (cherry picked from commit f09598e)
1 parent 1b9d09a commit 8509c30

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)