Skip to content

Commit ba1c37d

Browse files
committed
Revert "[nrf fromlist] drivers: wifi: Fix deinit for offloaded raw tx API"
This reverts commit b2fef80. Signed-off-by: Kapil Bhatt <[email protected]>
1 parent 7f8d857 commit ba1c37d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ 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();
282283

283284
k_spin_unlock(&off_raw_tx_drv_priv.lock, key);
284285
}

0 commit comments

Comments
 (0)