Browse Source

qcacld-3.0: Remove lim_strip_extcap_ie() prototype

The lim_strip_extcap_ie() prototype has no corresponding
implementation. Since it is obsolete, remove it.

Change-Id: Ic19df6825039ce63747deb61bac5821407436836
CRs-Fixed: 2376112
Jeff Johnson 6 years ago
parent
commit
b27d245d34
1 changed files with 0 additions and 2 deletions
  1. 0 2
      core/mac/src/pe/lim/lim_utils.h

+ 0 - 2
core/mac/src/pe/lim/lim_utils.h

@@ -776,8 +776,6 @@ QDF_STATUS lim_send_action_frm_tb_ppdu_cfg(struct mac_context *mac_ctx,
 					   uint32_t session_id,
 					   uint8_t cfg);
 
-QDF_STATUS lim_strip_extcap_ie(struct mac_context *mac_ctx, uint8_t *addn_ie,
-			  uint16_t *addn_ielen, uint8_t *extracted_extcap);
 void lim_update_extcap_struct(struct mac_context *mac_ctx, uint8_t *buf,
 			      tDot11fIEExtCap *ext_cap);
 QDF_STATUS lim_strip_extcap_update_struct(struct mac_context *mac_ctx,