Open Source Telephony
 help / color / mirror / Atom feed
* [PATCH] mbmmodem: Fix ip netmask should be 255.255.255.255
@ 2010-06-23  1:06 Zhenhua Zhang
  2010-06-23  6:58 ` Marcel Holtmann
  0 siblings, 1 reply; 3+ messages in thread
From: Zhenhua Zhang @ 2010-06-23  1:06 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 603 bytes --]

Change static IP netmask to 255.255.255.255.
---
 drivers/mbmmodem/gprs-context.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mbmmodem/gprs-context.c b/drivers/mbmmodem/gprs-context.c
index cca5087..2d0e4e2 100644
--- a/drivers/mbmmodem/gprs-context.c
+++ b/drivers/mbmmodem/gprs-context.c
@@ -48,7 +48,7 @@
 
 #define MAX_DNS 5
 
-#define STATIC_IP_NETMASK "255.255.255.248"
+#define STATIC_IP_NETMASK "255.255.255.255"
 
 static const char *none_prefix[] = { NULL };
 static const char *e2ipcfg_prefix[] = { "*E2IPCFG:", NULL };
-- 
1.6.3.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-06-23  7:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-23  1:06 [PATCH] mbmmodem: Fix ip netmask should be 255.255.255.255 Zhenhua Zhang
2010-06-23  6:58 ` Marcel Holtmann
2010-06-23  7:40   ` Zhang, Zhenhua

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox