msm: sdio: Change the rx threshold after sleep according to read avail

This fix is required to prevent a latency in ping over
streaming channels in cases where the apps wakes up the modem.
If we restore the old threshold on the wakeup procedure,
the response to the ping is delayed until sdio_al timer
expires.

CRs-fixed: 294068
Signed-off-by: Maya Erez <merez@codeaurora.org>
diff --git a/arch/arm/mach-msm/sdio_al_private.h b/arch/arm/mach-msm/sdio_al_private.h
index 20a1299..d23436c 100644
--- a/arch/arm/mach-msm/sdio_al_private.h
+++ b/arch/arm/mach-msm/sdio_al_private.h
@@ -159,6 +159,7 @@
 	int read_threshold;
 	int write_threshold;
 	int def_read_threshold;
+	int threshold_change_cnt;
 	int min_write_avail;
 	int poll_delay_msec;
 	int is_packet_mode;