Forráskód Böngészése

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
Jeff Johnson 2 éve
szülő
commit
2c10062642
1 módosított fájl, 0 hozzáadás és 10 törlés
  1. 0 10
      core/mac/src/pe/lim/lim_types.h

+ 0 - 10
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 */
 {