Skip to content

Commit 1d29009

Browse files
committed
nrf_wifi: Fix doxygen warnings
Return type none shouldn't be documented. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 617c6e8 commit 1d29009

File tree

1 file changed

+0
-4
lines changed
  • drivers/nrf_wifi/fw_if/umac_if/inc/offload_raw_tx

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ struct nrf_wifi_fmac_priv *nrf_wifi_fmac_off_raw_tx_init(void);
4646
*
4747
* - De-initializes the HAL layer.
4848
* - Frees the context for the UMAC IF layer.
49-
*
50-
* @return None
5149
*/
5250
void nrf_wifi_fmac_off_raw_tx_deinit(struct nrf_wifi_fmac_priv *fpriv);
5351

@@ -56,8 +54,6 @@ void nrf_wifi_fmac_off_raw_tx_deinit(struct nrf_wifi_fmac_priv *fpriv);
5654
* @param fmac_dev_ctx Pointer to the context of the RPU instance to be removed.
5755
*
5856
* This function handles the removal of an RPU instance at the UMAC IF layer.
59-
*
60-
* @return None.
6157
*/
6258
void nrf_wifi_fmac_off_raw_tx_dev_rem(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx);
6359

0 commit comments

Comments
 (0)