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
2018-12-14 23:05:32 -08:00
提交者 nshrivas
父节点 ff432cde87
当前提交 e9c63d04e9

查看文件

@@ -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 *);