qcacmn: Add support for to_stack at link level
Add support for to_stack at link level Change-Id: I794a1bd8ef78a3af15f006ac3306b1c9b23e457d CRs-Fixed: 3571870
This commit is contained in:

committed by
Rahul Choudhary

parent
a0bd216fc8
commit
f223bd29ee
@@ -1695,6 +1695,7 @@ struct cdp_tx_stats {
|
||||
* @nawds_mcast_drop: Total multicast packets
|
||||
* @mec_drop: Total MEC packets dropped
|
||||
* @ppeds_drop: Total DS packets dropped
|
||||
* @rx_success: Total rx success count
|
||||
* @last_rx_ts: last timestamp in jiffies when RX happened
|
||||
* @intra_bss: Intra-bss statistics
|
||||
* @intra_bss.pkts: Intra BSS packets received
|
||||
@@ -1789,6 +1790,7 @@ struct cdp_rx_stats {
|
||||
uint32_t nawds_mcast_drop;
|
||||
struct cdp_pkt_info mec_drop;
|
||||
struct cdp_pkt_info ppeds_drop;
|
||||
struct cdp_pkt_info rx_success;
|
||||
unsigned long last_rx_ts;
|
||||
struct {
|
||||
struct cdp_pkt_info pkts;
|
||||
|
Reference in New Issue
Block a user