Просмотр исходного кода

qcacld-3.0: Don't use MULTI_IF_NAME for driver dump dir

Currently the driver dump directory is getting created by appending
the chipset name but wifihal is trying to read the driverdump
file from debugdriver directory.

Don't append the chipset name in the driver dump dir.

CRs-Fixed: 2974459
Change-Id: I7b32a3d0f967d642828a5b5ad4579befe09de652
Sachin Ahuja 3 лет назад
Родитель
Сommit
e3109de3c2
1 измененных файлов с 1 добавлено и 5 удалено
  1. 1 5
      core/hdd/src/wlan_hdd_memdump.c

+ 1 - 5
core/hdd/src/wlan_hdd_memdump.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2016-2021 The Linux Foundation. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -32,11 +32,7 @@
 #include <sme_api.h>
 #include <wlan_hdd_includes.h>
 
-#ifdef MULTI_IF_NAME
-#define PROCFS_DRIVER_DUMP_DIR "debugdriver" MULTI_IF_NAME
-#else
 #define PROCFS_DRIVER_DUMP_DIR "debugdriver"
-#endif
 #define PROCFS_DRIVER_DUMP_NAME "driverdump"
 #define PROCFS_DRIVER_DUMP_PERM 0444