File tree Expand file tree Collapse file tree 3 files changed +0
-60
lines changed
drivers/nrf_wifi/fw_if/umac_if Expand file tree Collapse file tree 3 files changed +0
-60
lines changed Original file line number Diff line number Diff line change @@ -90,16 +90,6 @@ enum nrf_wifi_status nrf_wifi_fmac_off_raw_tx_dev_init(
90
90
struct nrf_wifi_tx_pwr_ceil_params * tx_pwr_ceil_params ,
91
91
struct nrf_wifi_board_params * board_params );
92
92
93
- /**
94
- * @brief De-initialize a RPU instance.
95
- * @param fmac_dev_ctx Pointer to the context of the RPU instance to be removed.
96
- *
97
- * This function de-initializes the firmware of an RPU instance.
98
- *
99
- * @return None.
100
- */
101
- void nrf_wifi_fmac_off_raw_tx_dev_deinit (struct nrf_wifi_fmac_dev_ctx * fmac_dev_ctx );
102
-
103
93
/**
104
94
* @brief Configure the offloaded raw TX parameters.
105
95
* @param fmac_dev_ctx Pointer to the context of the RPU instance to be removed.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -192,11 +192,6 @@ void nrf_wifi_fmac_off_raw_tx_dev_rem(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx
192
192
nrf_wifi_osal_mem_free (fmac_dev_ctx );
193
193
}
194
194
195
- void nrf_wifi_fmac_off_raw_tx_dev_deinit (struct nrf_wifi_fmac_dev_ctx * fmac_dev_ctx )
196
- {
197
- nrf_wifi_osal_mem_free (fmac_dev_ctx -> tx_pwr_ceil_params );
198
- }
199
-
200
195
void nrf_wifi_fmac_off_raw_tx_deinit (struct nrf_wifi_fmac_priv * fpriv )
201
196
{
202
197
nrf_wifi_hal_deinit (fpriv -> hpriv );
You can’t perform that action at this time.
0 commit comments