All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] radio-settings: fix WCDMA only in query rat mode
@ 2016-05-20  5:50 Nishanth V
  2016-05-20 15:17 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Nishanth V @ 2016-05-20  5:50 UTC (permalink / raw)
  To: ofono

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

---
 drivers/rilmodem/radio-settings.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/rilmodem/radio-settings.c b/drivers/rilmodem/radio-settings.c
index 7317950..d6d0ad9 100644
--- a/drivers/rilmodem/radio-settings.c
+++ b/drivers/rilmodem/radio-settings.c
@@ -198,6 +198,7 @@ static void ril_rat_mode_cb(struct ril_msg *message, gpointer user_data)
 	 * capabilities, so it is sort of the default for MTK modems.
 	 */
 	switch (net_type) {
+	case PREF_NET_TYPE_WCDMA:
 	case PREF_NET_TYPE_GSM_WCDMA:
 	case PREF_NET_TYPE_GSM_WCDMA_AUTO:
 		mode = OFONO_RADIO_ACCESS_MODE_UMTS;
-- 
1.9.1


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

* Re: [PATCH] radio-settings: fix WCDMA only in query rat mode
  2016-05-20  5:50 [PATCH] radio-settings: fix WCDMA only in query rat mode Nishanth V
@ 2016-05-20 15:17 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2016-05-20 15:17 UTC (permalink / raw)
  To: ofono

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

Hi Nishanth,

On 05/20/2016 12:50 AM, Nishanth V wrote:
> ---
>   drivers/rilmodem/radio-settings.c | 1 +
>   1 file changed, 1 insertion(+)
>

Applied, thanks.

Regards,
-Denis


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

end of thread, other threads:[~2016-05-20 15:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-20  5:50 [PATCH] radio-settings: fix WCDMA only in query rat mode Nishanth V
2016-05-20 15:17 ` Denis Kenzior

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.