qcacmn: RAW Mode EAPOL Frame Classification

Host CCE Classification changes for RAW Mode workaround
RAW Mode EAPOL frame classification for raw mode

Change-Id: I533c2e8bb55e3cd5088c6bff046e67066c784053
CRs-fixed: 2132295
This commit is contained in:
Ruchi, Agrawal
2017-12-08 00:04:33 +05:30
committed by snandini
parent f67e197433
commit 4c1468fb23
4 changed files with 61 additions and 9 deletions

View File

@@ -998,6 +998,9 @@ struct cdp_tx_ingress_stats {
/*Number of packets classified by CCE*/
uint32_t cce_classified;
/*Number of raw packets classified by CCE*/
uint32_t cce_classified_raw;
};
struct cdp_vdev_stats {