diff --git a/global_lmac_if/src/wlan_global_lmac_if.c b/global_lmac_if/src/wlan_global_lmac_if.c index 0f3a3f1b60..a300422038 100644 --- a/global_lmac_if/src/wlan_global_lmac_if.c +++ b/global_lmac_if/src/wlan_global_lmac_if.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2016-2021 The Linux Foundation. All rights reserved. - * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the @@ -38,12 +38,6 @@ QDF_STATUS (*wlan_global_lmac_if_tx_ops_register[MAX_DEV_TYPE]) * and MCL */ #ifdef WLAN_CONV_SPECTRAL_ENABLE -/** - * wlan_spectral_register_rx_ops() - Register spectral component RX OPS - * @rx_ops: lmac if receive ops - * - * Return: None - */ #ifdef SPECTRAL_MODULIZED_ENABLE /* Function pointer for spectral rx_ops registration function */ void (*wlan_lmac_if_sptrl_rx_ops)(struct wlan_lmac_if_rx_ops *rx_ops); @@ -58,6 +52,12 @@ QDF_STATUS wlan_lmac_if_sptrl_set_rx_ops_register_cb(void (*handler) qdf_export_symbol(wlan_lmac_if_sptrl_set_rx_ops_register_cb); +/** + * wlan_spectral_register_rx_ops() - Register spectral component RX OPS + * @rx_ops: lmac if receive ops + * + * Return: None + */ static void wlan_spectral_register_rx_ops(struct wlan_lmac_if_rx_ops *rx_ops) { wlan_lmac_if_sptrl_rx_ops(rx_ops);