Skip to content

Commit 5025534

Browse files
kapbhkrish2718
authored andcommitted
drivers: nrf_wifi: Cleanup files for offloaded raw tx
Remove unnecessary apis and structure file. Signed-off-by: Kapil Bhatt <[email protected]>
1 parent 4b55f99 commit 5025534

File tree

3 files changed

+0
-60
lines changed

3 files changed

+0
-60
lines changed

drivers/nrf_wifi/fw_if/umac_if/inc/offload_raw_tx/fmac_api.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,6 @@ enum nrf_wifi_status nrf_wifi_fmac_off_raw_tx_dev_init(
9090
struct nrf_wifi_tx_pwr_ceil_params *tx_pwr_ceil_params,
9191
struct nrf_wifi_board_params *board_params);
9292

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-
10393
/**
10494
* @brief Configure the offloaded raw TX parameters.
10595
* @param fmac_dev_ctx Pointer to the context of the RPU instance to be removed.

drivers/nrf_wifi/fw_if/umac_if/inc/offload_raw_tx/fmac_structs.h

Lines changed: 0 additions & 45 deletions
This file was deleted.

drivers/nrf_wifi/fw_if/umac_if/src/offload_raw_tx/fmac_api.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,6 @@ void nrf_wifi_fmac_off_raw_tx_dev_rem(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx
192192
nrf_wifi_osal_mem_free(fmac_dev_ctx);
193193
}
194194

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-
200195
void nrf_wifi_fmac_off_raw_tx_deinit(struct nrf_wifi_fmac_priv *fpriv)
201196
{
202197
nrf_wifi_hal_deinit(fpriv->hpriv);

0 commit comments

Comments
 (0)