modem: remove SECRETS_CALLER_HSO_GSM; ModemManager abstracts modems for us

Fixes a bug where if GSM secrets were required, the connection would fail
because they were requested with SECRETS_CALLER_HSO_GSM, but the function
to handle retrieved secrets only expected SECRETS_CALLER_GSM.
This commit is contained in:
Dan Williams
2009-05-20 12:30:09 -04:00
parent f55ed9ffc5
commit 15e64d31ea
2 changed files with 2 additions and 3 deletions

View File

@@ -43,8 +43,7 @@ typedef enum {
SECRETS_CALLER_WIFI,
SECRETS_CALLER_GSM,
SECRETS_CALLER_CDMA,
SECRETS_CALLER_PPP,
SECRETS_CALLER_HSO_GSM
SECRETS_CALLER_PPP
} RequestSecretsCaller;
typedef struct {