summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Wang <yyuwang@codeaurora.org>2017-02-10 12:02:07 +0800
committerqcabuildsw <qcabuildsw@localhost>2017-02-17 07:44:33 -0800
commite57e672aee919476753616fa8262ddb8b6346039 (patch)
tree032ffbdd1cc9eb7e601c431a1e62166664b8c014
parent72dd31b5aa68a6617c771ca4edaed8f18262961a (diff)
qcacld-3.0: remove redundant definition for HDD_MOD_EXIT_SSR_MAX_RETRIES
If CONFIG_HL_SUPPORT is enabled, HDD_MOD_EXIT_SSR_MAX_RETRIES has 2 definitions in one file, one of the value is 75 and the other is 200, which has conflict and cause compilation error. Remove the redundant definition of HDD_MOD_EXIT_SSR_MAX_RETRIES Change-Id: Ib707d8b338c394a173ce7dfcefe9040d630a6d5b CRs-Fixed: 2004355
-rw-r--r--core/hdd/inc/wlan_hdd_main.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/hdd/inc/wlan_hdd_main.h b/core/hdd/inc/wlan_hdd_main.h
index b9454c5278d5..2bd3d5a394dc 100644
--- a/core/hdd/inc/wlan_hdd_main.h
+++ b/core/hdd/inc/wlan_hdd_main.h
@@ -159,9 +159,6 @@
#define MAX_CFG_STRING_LEN 255
-/* SSR Retry Count */
-#define HDD_MOD_EXIT_SSR_MAX_RETRIES 75
-
#define MAC_ADDR_ARRAY(a) (a)[0], (a)[1], (a)[2], (a)[3], (a)[4], (a)[5]
/** Mac Address string **/
#define MAC_ADDRESS_STR "%02x:%02x:%02x:%02x:%02x:%02x"