浏览代码

qcacld-3.0: Remove sir_unpack_beacon_ie() prototype

Change I120a29c21407f82aab2c6fcdcaf1095518cb71b5 ("qcacld-3.0:
Security enhancement fixes for RSNE frame parser") removed the
implementation of sir_unpack_beacon_ie() but left the prototype. Since
the prototype is obsolete, remove it.

Change-Id: Id9d0f766b0dc3137f7012543d883791a69d10111
CRs-Fixed: 2376927
Jeff Johnson 6 年之前
父节点
当前提交
210eef765d
共有 1 个文件被更改,包括 0 次插入15 次删除
  1. 0 15
      core/mac/src/include/parser_api.h

+ 0 - 15
core/mac/src/include/parser_api.h

@@ -1155,21 +1155,6 @@ QDF_STATUS populate_dot11f_twt_extended_caps(struct mac_context *mac_ctx,
 }
 #endif
 
-/**
- * sir_unpack_beacon_ie: wrapper to unpack beacon and update def RSN params
- * if optional fields are not present.
- * @mac_ctx: mac context
- * @buf: beacon buffer pointer
- * @buf_len: beacon buffer length
- * @frame: outframe frame structure
- * @append_ie: flag to indicate if the frame need to be appended from buf
- *
- * Return: parse status
- */
-uint32_t sir_unpack_beacon_ie(struct mac_context *mac_ctx, uint8_t *buf,
-				       uint32_t buf_len,
-				       tDot11fBeaconIEs *frame, bool append_ie);
-
 /**
  * lim_truncate_ppet: truncates ppet of trailling zeros
  * @ppet: ppet to truncate