qcacmn: WDS and AST specific code under different compile time flag

Based on requirement from customer we have re-organised
AST specific and WDS specific code under different compile
time flags.

Change-Id: Icbb0dff7c2e7a2239d82c296468fa8d3e4f53021
This commit is contained in:
Tallapragada Kalyan
2018-03-01 13:17:10 +05:30
committed by nshrivas
parent dc56b1e39a
commit 71c46b9357
4 changed files with 15 additions and 13 deletions

View File

@@ -2399,10 +2399,6 @@ void dp_tx_mec_handler(struct dp_vdev *vdev, uint8_t *status)
CDP_TXRX_AST_TYPE_MEC,
flags);
}
#else
static void dp_tx_mec_handler(struct dp_vdev *vdev, uint8_t *status)
{
}
#endif
/**