Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc919683 authored by Hardik Kantilal Patel's avatar Hardik Kantilal Patel
Browse files

wcnss: Reduce the pil_retry count value



wcnss driver doing multiple pil retry which causing boot process
block upto all pil retry finish. reduce the pil retry count so
it will not delay other boot process.

Change-Id: I753e5d381a3559eaee30fddd50ecc65a30815f64
CRs-Fixed: 688990
Signed-off-by: default avatarHardik Kantilal Patel <hkpatel@codeaurora.org>
parent 357078fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ static DEFINE_SPINLOCK(reg_spinlock);

/* max 20mhz channel count */
#define WCNSS_MAX_CH_NUM			45
#define WCNSS_MAX_PIL_RETRY			3
#define WCNSS_MAX_PIL_RETRY			2

#define VALID_VERSION(version) \
	((strncmp(version, "INVALID", WCNSS_VERSION_LEN)) ? 1 : 0)