All of lore.kernel.org
 help / color / mirror / Atom feed
* [RERESEND] [PATCH 1/2] Distinguish HSDPA, HSUPA or both as access technologies
@ 2010-11-18 11:35 =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
  2010-11-18 11:35 ` [RERESEND] [PATCH 2/2] Update the network documentation =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
  0 siblings, 1 reply; 8+ messages in thread
From: =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont @ 2010-11-18 11:35 UTC (permalink / raw)
  To: ofono

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

---
 src/common.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/common.c b/src/common.c
index b5b9a6f..22bf1c2 100644
--- a/src/common.c
+++ b/src/common.c
@@ -661,9 +661,9 @@ const char *registration_tech_to_string(int tech)
 	case ACCESS_TECHNOLOGY_GSM_EGPRS:
 		return "edge";
 	case ACCESS_TECHNOLOGY_UTRAN_HSDPA:
-		return "hspa";
+		return "hsdpa";
 	case ACCESS_TECHNOLOGY_UTRAN_HSUPA:
-		return "hspa";
+		return "hsupa";
 	case ACCESS_TECHNOLOGY_UTRAN_HSDPA_HSUPA:
 		return "hspa";
 	case ACCESS_TECHNOLOGY_EUTRAN:
-- 
1.7.1


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

end of thread, other threads:[~2010-11-25  7:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-18 11:35 [RERESEND] [PATCH 1/2] Distinguish HSDPA, HSUPA or both as access technologies =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
2010-11-18 11:35 ` [RERESEND] [PATCH 2/2] Update the network documentation =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
2010-11-23 14:46   ` Marcel Holtmann
2010-11-23 14:58     ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
2010-11-23 15:02       ` Denis Kenzior
2010-11-23 19:20         ` Aki Niemi
2010-11-23 21:45           ` Denis Kenzior
2010-11-25  7:57             ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.