qcacmn: Add PPDU statistics support for Tx datapath

Add support to process HTT PPDU statistics for transmit
datapath and deliver PPDU indication to CDP interface.

Change-Id: I22e757497e13ce86fb7b42112fd56555c58e97bc
CRs-Fixed: 2098696
Cette révision appartient à :
Pamidipati, Vijay
2017-07-17 09:53:31 +05:30
révisé par snandini
Parent 9b24afb720
révision 038d090817
6 fichiers modifiés avec 528 ajouts et 32 suppressions

Voir le fichier

@@ -79,7 +79,6 @@ static inline struct dp_ast_entry *dp_peer_ast_hash_find(struct dp_soc *soc,
}
#endif
#ifdef DP_LFR
/*
* dp_get_vdev_from_soc_vdev_id_wifi3() -
* Returns vdev object given the vdev id
@@ -113,5 +112,4 @@ dp_get_vdev_from_soc_vdev_id_wifi3(struct dp_soc *soc,
return NULL;
}
#endif
#endif /* _DP_PEER_H_ */