cc79b35edfc056d784011051e44e9da4fce32520

WMI recording is done per pdev and hence an instance of debugfs directory (eg: WMI0, WMI1, WMI2 for 3 radio boards) has to be created in /sys/kernel/debug/ path. The wmi handle is per pdev and hence is causing the problem of wmi_instance being 0 always as each pdev has its own wmi_handle. WMI1 and WMI2 debugfs directories are not created as wmi_instance is always 0. WMI debugfs directory is created for every pdev of the psoc and naming convention is changed to WMI_SOCx_PDEVx. Change-Id: Ieb7e9d072d84f699588a8f719508c5cd8d9873fb CRs-Fixed: 2232472
描述
无详细信息
语言
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%