qcacld-3.0: Create debugfs file for crash_inject
Create crash_inject file to replace iwpriv cmd. file path: /sys/kernel/debug/wlan_xx/crash_inject wlan_xx is adapter name Change-Id: Iad8b52bd67345b47717a776759ad6156d654bb93 CRs-Fixed: 2636352
This commit is contained in:
3
Kbuild
3
Kbuild
@@ -122,6 +122,9 @@ HDD_OBJS += $(HDD_SRC_DIR)/wlan_hdd_debugfs_unit_test.o
|
||||
ifeq ($(CONFIG_WLAN_MWS_INFO_DEBUGFS), y)
|
||||
HDD_OBJS += $(HDD_SRC_DIR)/wlan_hdd_debugfs_coex.o
|
||||
endif
|
||||
ifeq ($(CONFIG_WLAN_DEBUG_CRASH_INJECT), y)
|
||||
HDD_OBJS += $(HDD_SRC_DIR)/wlan_hdd_debugfs_crash_inject.o
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_WLAN_CONV_SPECTRAL_ENABLE),y)
|
||||
|
Reference in New Issue
Block a user