From 2c10062642a4556bfcc6eaed55adcfee3a02f0ab Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Fri, 3 Mar 2023 07:38:40 -0800 Subject: [PATCH] qcacld-3.0: Remove lim_process_rx_channel_status_event() prototype Function lim_process_rx_channel_status_event() was removed by: qcacld-3.0: Refactor code to store chan info status in cp_stats Change-Id I2e7219c112e96916d3b73f974dd9803b9c2821c3 However the prototype was not removed then, so remove it now. Change-Id: I2c3fa2bd3ae70cb8a16d6dd6a57ec298a6c32423 CRs-Fixed: 3424284 --- core/mac/src/pe/lim/lim_types.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/core/mac/src/pe/lim/lim_types.h b/core/mac/src/pe/lim/lim_types.h index 2c2a755a20..8391311013 100644 --- a/core/mac/src/pe/lim/lim_types.h +++ b/core/mac/src/pe/lim/lim_types.h @@ -1416,16 +1416,6 @@ QDF_STATUS lim_process_sme_del_all_tdls_peers(struct mac_context *p_mac, */ void lim_send_bcn_rsp(struct mac_context *mac_ctx, tpSendbeaconParams rsp); -/** - * lim_process_rx_channel_status_event() - processes - * event WDA_RX_CHN_STATUS_EVENT - * @mac_ctx Pointer to Global MAC structure - * @buf: Received message info - * - * Return: None - */ -void lim_process_rx_channel_status_event(struct mac_context *mac_ctx, void *buf); - /* / Bit value data structure */ typedef enum sHalBitVal /* For Bit operations */ {