qcacld-3.0: Increase SSR timeout to 30 seconds

qcacld-2.0 to qcacld-3.0 propagation

Increase SSR timeout from 15 seconds to 30 seconds in order to handle
some corner cases which may cause SSR to take longer time. E.g. CPU is
busy/stuck with other tasks.

Change-Id: I6837f2d5e87090ede15e514d1c4f978d34931f32
CRs-fixed: 927722
This commit is contained in:
Yue Ma 2015-10-27 12:25:27 -07:00 committed by Prakash Dhavali
parent d6478e468a
commit 4ea4f05710

View File

@ -70,7 +70,7 @@
#include "sme_power_save_api.h"
/* Preprocessor definitions and constants */
#define HDD_SSR_BRING_UP_TIME 15000
#define HDD_SSR_BRING_UP_TIME 30000
/* Type declarations */