atmodem: Add support for Infineon CNMA without PDU

Seems like the Infineon modem can't handle a provided PDU to the CNMA
command. So just leave it out.
This commit is contained in:
Marcel Holtmann 2010-09-24 18:28:32 +09:00
parent 2be1c13dbb
commit ae2a9207a4
1 changed files with 2 additions and 1 deletions

View File

@ -917,8 +917,9 @@ static void at_cnmi_query_cb(gboolean ok, GAtResult *result, gpointer user_data)
supported = TRUE;
/* support for ack pdu is not working */
if (data->vendor == OFONO_VENDOR_NOVATEL ||
if (data->vendor == OFONO_VENDOR_IFX ||
data->vendor == OFONO_VENDOR_HUAWEI ||
data->vendor == OFONO_VENDOR_NOVATEL ||
data->vendor == OFONO_VENDOR_OPTION_HSO)
goto out;