qcacmn: tx peer capture filtering and discard

removing functions from cmn since they are used in component_dev

Change-Id: I3df5cf280a6922bb90284ee817e28009aa06db2b
这个提交包含在:
Ruben Columbus
2019-10-08 14:29:30 -07:00
提交者 nshrivas
父节点 34f6fe2132
当前提交 073874c4aa
修改 3 个文件,包含 15 行新增33 行删除

查看文件

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016-2019 The Linux Foundation. All rights reserved.
* Copyright (c) 2016-2020 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -1097,4 +1097,10 @@ bool dp_rx_multipass_process(struct dp_peer *peer, qdf_nbuf_t nbuf,
uint8_t tid);
#endif
#ifndef WLAN_RX_PKT_CAPTURE_ENH
static inline
void dp_peer_set_rx_capture_enabled(struct cdp_peer *peer_handle, bool value)
{
}
#endif
#endif /* _DP_RX_H */