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
このコミットが含まれているのは:
Tallapragada Kalyan
2018-03-01 13:17:10 +05:30
committed by nshrivas
コミット 71c46b9357
4個のファイルの変更15行の追加13行の削除

ファイルの表示

@@ -179,6 +179,11 @@ static inline void dp_non_std_tx_comp_free_buff(struct dp_tx_desc_s *tx_desc,
#ifdef FEATURE_WDS
void dp_tx_mec_handler(struct dp_vdev *vdev, uint8_t *status);
#else
static inline void dp_tx_mec_handler(struct dp_vdev *vdev, uint8_t *status)
{
return;
}
#endif
#ifdef ATH_SUPPORT_IQUE