qcacmn: tx peer capture filtering and discard

removing functions from cmn since they are used in component_dev

Change-Id: I3df5cf280a6922bb90284ee817e28009aa06db2b
This commit is contained in:
Ruben Columbus
2019-10-08 14:29:30 -07:00
committed by nshrivas
parent 34f6fe2132
commit 073874c4aa
3 changed files with 15 additions and 33 deletions

View File

@@ -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
@@ -352,4 +352,11 @@ static inline void dp_tx_comp_process_exception(struct dp_tx_desc_s *tx_desc)
return;
}
/* TODO TX_FEATURE_NOT_YET */
#ifndef WLAN_TX_PKT_CAPTURE_ENH
static inline
void dp_peer_set_tx_capture_enabled(struct cdp_peer *peer_handle, bool value)
{
}
#endif
#endif