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
这个提交包含在:
@@ -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 *);
|
||||
|
在新工单中引用
屏蔽一个用户