Define new traffic type value for
QCA_WLAN_VENDOR_ATTR_FLOW_STATS_TRAFFIC_TYPE attribute to
detect livestream traffic.
Signed-off-by: Pankaj Rawat <panraw@qti.qualcomm.com>
* @QCA_TRAFFIC_TYPE_INVALID: Invalid traffic type
* @QCA_TRAFFIC_TYPE_BROWSING: Traffic type is browsing website
* @QCA_TRAFFIC_TYPE_APERIODIC_BURSTS: Traffic type is aperiodic bursts
+ * @QCA_TRAFFIC_TYPE_LIVESTREAM: Traffic type is livestream
*/
enum qca_traffic_type {
QCA_TRAFFIC_TYPE_STREAMING = 0,
QCA_TRAFFIC_TYPE_INVALID = 6,
QCA_TRAFFIC_TYPE_BROWSING = 7,
QCA_TRAFFIC_TYPE_APERIODIC_BURSTS = 8,
+ QCA_TRAFFIC_TYPE_LIVESTREAM = 9,
};
/**