qcacld-3.0: Add driver command to request ANI level
The ANI level determines how well the device is coping with interference in the wireless environment. Add support in the driver to query the ANI level from the firmware and populate it for userspace entities to use. Change-Id: I54934f670aa11737e11eca4d64e12f9dffb4f430 CRs-Fixed: 2554674
Cette révision appartient à :

révisé par
nshrivas

Parent
f554e7a205
révision
2a67b0ed24
5
Kbuild
5
Kbuild
@@ -2733,6 +2733,11 @@ ifeq ($(CONFIG_CONVERGED_P2P_ENABLE), y)
|
||||
cppflags-$(CONFIG_FEATURE_P2P_LISTEN_OFFLOAD) += -DFEATURE_P2P_LISTEN_OFFLOAD
|
||||
endif
|
||||
|
||||
#Enable support to get ANI value
|
||||
ifeq ($(CONFIG_ANI_LEVEL_REQUEST), y)
|
||||
cppflags-y += -DFEATURE_ANI_LEVEL_REQUEST
|
||||
endif
|
||||
|
||||
#Flags to enable/disable WMI APIs
|
||||
cppflags-$(CONFIG_WMI_ROAM_SUPPORT) += -DWMI_ROAM_SUPPORT
|
||||
cppflags-$(CONFIG_WMI_CONCURRENCY_SUPPORT) += -DWMI_CONCURRENCY_SUPPORT
|
||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur