浏览代码

qcacld-3.0: Remove obsolete limPost*() prototypes

There is no implementation for the following functions, so remove the
obsolete prototypes:
- limPostDummyToTmRing()
- limPostPacketToTdRing()

Change-Id: I65d9a240ddd5af6e39e65247a31445f49c8d5ec9
CRs-Fixed: 2369209
Jeff Johnson 6 年之前
父节点
当前提交
e9c63d04e9
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      core/mac/src/pe/lim/lim_assoc_utils.h

+ 2 - 3
core/mac/src/pe/lim/lim_assoc_utils.h

@@ -51,9 +51,8 @@ uint8_t lim_check_rx_rsn_ie_match(struct mac_context *mac_ctx,
 uint8_t lim_check_rx_wpa_ie_match(struct mac_context *, tDot11fIEWPA *, struct pe_session *,
 				  uint8_t);
 uint8_t lim_check_mcs_set(struct mac_context *mac, uint8_t *supportedMCSSet);
-void limPostDummyToTmRing(struct mac_context *, tpDphHashNode);
-void limPostPacketToTdRing(struct mac_context *, tpDphHashNode, uint8_t);
-QDF_STATUS lim_cleanup_rx_path(struct mac_context *, tpDphHashNode, struct pe_session *);
+QDF_STATUS lim_cleanup_rx_path(struct mac_context *, tpDphHashNode,
+			       struct pe_session *);
 void lim_reject_association(struct mac_context *, tSirMacAddr, uint8_t,
 			    uint8_t, tAniAuthType, uint16_t, uint8_t,
 			    enum eSirMacStatusCodes, struct pe_session *);