File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
drivers/nrf_wifi/fw_if/umac_if/inc/offload_raw_tx Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,6 @@ struct nrf_wifi_fmac_priv *nrf_wifi_fmac_off_raw_tx_init(void);
46
46
*
47
47
* - De-initializes the HAL layer.
48
48
* - Frees the context for the UMAC IF layer.
49
- *
50
- * @return None
51
49
*/
52
50
void nrf_wifi_fmac_off_raw_tx_deinit (struct nrf_wifi_fmac_priv * fpriv );
53
51
@@ -56,8 +54,6 @@ void nrf_wifi_fmac_off_raw_tx_deinit(struct nrf_wifi_fmac_priv *fpriv);
56
54
* @param fmac_dev_ctx Pointer to the context of the RPU instance to be removed.
57
55
*
58
56
* This function handles the removal of an RPU instance at the UMAC IF layer.
59
- *
60
- * @return None.
61
57
*/
62
58
void nrf_wifi_fmac_off_raw_tx_dev_rem (struct nrf_wifi_fmac_dev_ctx * fmac_dev_ctx );
63
59
You can’t perform that action at this time.
0 commit comments