# HG changeset patch # User Mychaela Falconia # Date 1446005585 0 # Node ID 7f5eb5189d528d18a3dab2c27f3af6eef74b0a0b # Parent cb63ce91342a306afc2351a6fd62a7a4c9b1fca8 l1_cmplx.c: Nina's change here too diff -r cb63ce91342a -r 7f5eb5189d52 chipsetsw/layer1/cfile/l1_cmplx.c --- a/chipsetsw/layer1/cfile/l1_cmplx.c Wed Oct 28 03:59:52 2015 +0000 +++ b/chipsetsw/layer1/cfile/l1_cmplx.c Wed Oct 28 04:13:05 2015 +0000 @@ -538,7 +538,11 @@ // the FN was changed: it could have an impact on the gauging algorithm //Nina modify to save power, not forbid deep sleep, only force gauging in next paging + /* FreeCalypso Frankenstein: see l1_async.c regarding Nina's change */ +#define NINA_ADDED 0 +#if NINA_ADDED if(l1s.force_gauging_next_paging_due_to_CCHR != 1) +#endif { l1s.pw_mgr.enough_gaug = FALSE; // forbid Deep sleep until next gauging }