Browse Source

qcacld-3.0: Remove obsolete limGetBssidFromPkt() prototype

LIM exposes a prototype for limGetBssidFromPkt(), but the actual
function no longer exists. Since this is an obsolete prototype,
remove it.

Change-Id: Idef628f4de18d4b4cc9a12c1cfb184eb2eadfdf1
CRs-Fixed: 2374291
Jeff Johnson 6 years ago
parent
commit
c18472319f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/mac/src/pe/lim/lim_utils.h

+ 1 - 1
core/mac/src/pe/lim/lim_utils.h

@@ -125,7 +125,7 @@ bool lim_is_valid_frame(last_processed_msg *last_processed_frm,
 		uint8_t *pRxPacketInfo);
 void lim_update_last_processed_frame(last_processed_msg *last_processed_frm,
 		uint8_t *pRxPacketInfo);
-void limGetBssidFromPkt(struct mac_context *, uint8_t *, uint8_t *, uint32_t *);
+
 char *lim_dot11_reason_str(uint16_t reasonCode);
 char *lim_mlm_state_str(tLimMlmStates state);
 char *lim_sme_state_str(tLimSmeStates state);