diff options
| -rw-r--r-- | core/hdd/inc/wlan_hdd_main.h | 3 |
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" |
