qcacmn: PPDU changes for DP Componentization

PPDU rate related change moved to data path layer

Change-Id: Id362da61336fb439e394437636af53c0c2c10988
This commit is contained in:
y
2018-08-08 00:23:16 +05:30
committed by nshrivas
parent 2a6e6143a3
commit db24745af8
5 changed files with 83 additions and 147 deletions

View File

@@ -273,6 +273,7 @@ struct cdp_tx_stats {
* @rx_wpimic: rx MIC check failed (WPI)
* @rx_wepfail: rx wep processing failed
* @rx_aggr: aggregation on rx
* @rx_discard: packets discard in rx
*/
struct cdp_rx_stats {
struct cdp_pkt_info to_stack;
@@ -325,6 +326,7 @@ struct cdp_rx_stats {
/*add for peer updated for ppdu*/
uint32_t rx_aggr;
uint32_t rx_discard;
};
/* struct cdp_tx_ingress_stats - Tx ingress Stats