Skip to content

Commit 43354a0

Browse files
committed
[nrf fromtree] drivers: nrf_wifi: Fix offloaded raw tx deinit API
The osal apis spinlock - take, release and bus qspi sleep are trying to use ops after deinit. So removing osal deinit for temporary workaround. Signed-off-by: Kapil Bhatt <[email protected]> (cherry picked from commit 3f6d78c)
1 parent ba1c37d commit 43354a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/wifi/nrf_wifi/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)