summaryrefslogtreecommitdiffstats
path: root/pwr.c
diff options
context:
space:
mode:
authorPaulK <contact@paulk.fr>2012-01-01 19:33:24 +0100
committerPaulK <contact@paulk.fr>2012-01-01 19:33:24 +0100
commit28a31ed7fe19875aa8d77611abe47c318d0b902f (patch)
tree75e960dbcd3ebb8f00596059459d74908ce1a114 /pwr.c
parent852feed67ca215589a223f6a51a64673b21af35f (diff)
downloadhardware_ril_samsung-ril-28a31ed7fe19875aa8d77611abe47c318d0b902f.zip
hardware_ril_samsung-ril-28a31ed7fe19875aa8d77611abe47c318d0b902f.tar.gz
hardware_ril_samsung-ril-28a31ed7fe19875aa8d77611abe47c318d0b902f.tar.bz2
Improved SMS stability (now it's stable), still no multi-message, plus bug fixes
Diffstat (limited to 'pwr.c')
-rw-r--r--pwr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pwr.c b/pwr.c
index 2c96fe9..ef26cdf 100644
--- a/pwr.c
+++ b/pwr.c
@@ -109,6 +109,7 @@ void ril_request_radio_power(RIL_Token t, void *data, size_t datalen)
RIL_onRequestComplete(t, RIL_E_SUCCESS, NULL, 0);
/* We're not going to get any message to make sure we're in LPM so tell RILJ we're off anyway */
+ ril_globals_init();
ril_state_lpm();
RIL_onUnsolicitedResponse(RIL_UNSOL_RESPONSE_RADIO_STATE_CHANGED, NULL, 0);
}