Re: [PATCH] modem: fix race with nm_modem_set_mm_enabled

2011-08-16 Thread Dan Williams
On Tue, 2011-08-02 at 17:23 -0400, Daniel Gnoutcheff wrote: Once we've sent a method call over DBus requesting that the modem be disabled, we should assume that the modem is disabled unless we hear otherwise. Otherwise, code that checks the modem state immediately after it gets disabled might

[PATCH] modem: fix race with nm_modem_set_mm_enabled

2011-08-02 Thread Daniel Gnoutcheff
Once we've sent a method call over DBus requesting that the modem be disabled, we should assume that the modem is disabled unless we hear otherwise. Otherwise, code that checks the modem state immediately after it gets disabled might think that it's enabled when it almost certainly is not. ---