altair-lte: support load_power_state in MMIfaceModem

Being able to determine the current power state of the modem is
necessary to ensure reliable modem operations.
This commit is contained in:
Ben Chan
2013-07-03 19:41:15 -07:00
committed by Aleksander Morgado
parent 989210bfd8
commit f0490b4fff

View File

@@ -960,11 +960,6 @@ mm_broadband_modem_altair_lte_init (MMBroadbandModemAltairLte *self)
static void
iface_modem_init (MMIfaceModem *iface)
{
/* the modem is powered up at startup - no need to waste
* on power query and power up commands */
iface->load_power_state = NULL;
iface->load_power_state_finish = NULL;
iface->modem_power_down = modem_power_down;
iface->modem_power_down_finish = modem_power_down_finish;
iface->create_bearer = modem_create_bearer;