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
This commit is contained in:
Jeff Johnson
2023-03-03 07:38:40 -08:00
committed by Madan Koyyalamudi
parent 274e7c9ce7
commit 2c10062642

View File

@@ -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 */
{