qcacmn: Add flags to enable vow stats in firmware
Add flags WMI_HOST_FW_FEATURE_VOW_FEATURES and WMI_HOST_FW_FEATURE_VOW_STATS which will be sent to firmware to enable VOW stats. Change-Id: I7829327ac21406af309f21b79f9f040687997275 CRs-Fixed: 2340765
This commit is contained in:
committed by
nshrivas
orang tua
1b0db05e51
melakukan
fda82a0315
@@ -2931,6 +2931,8 @@ typedef struct {
|
||||
#define WMI_HOST_FW_FEATURE_BSS_CHANNEL_INFO_64 0x0010
|
||||
#define WMI_HOST_FW_FEATURE_PEER_STATS 0x0020
|
||||
#define WMI_HOST_FW_FEATURE_VDEV_STATS 0x0040
|
||||
#define WMI_HOST_FW_FEATURE_VOW_FEATURES 0x00004000
|
||||
#define WMI_HOST_FW_FEATURE_VOW_STATS 0x00008000
|
||||
/**
|
||||
* @brief fw_feature_bitmask - Enable/Disable features in FW
|
||||
* @details
|
||||
|
Reference in New Issue
Block a user