netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] hso: rfkill type should be WWAN
@ 2008-11-04 11:32 Paulius Zaleckas
  2008-11-04 17:15 ` Marcel Holtmann
       [not found] ` <20081104113230.3552.69802.stgit-QQDCe9+Z9hORTDQbGLh+0LCZl1fM7XKJHMZNOu17VRllET+NkH7nKV6hYfS7NtTn@public.gmane.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Paulius Zaleckas @ 2008-11-04 11:32 UTC (permalink / raw)
  To: netdev, linux-usb; +Cc: Paulius Zaleckas, Denis Joseph Barrow

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
Cc: Denis Joseph Barrow <D.Barow@option.com>
---

 drivers/net/usb/hso.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/drivers/net/usb/hso.c b/drivers/net/usb/hso.c
index 1164c52..3f49e83 100644
--- a/drivers/net/usb/hso.c
+++ b/drivers/net/usb/hso.c
@@ -2188,7 +2188,7 @@ static void hso_create_rfkill(struct hso_device *hso_dev,
 	char *rfkn;
 
 	hso_net->rfkill = rfkill_allocate(&interface_to_usbdev(interface)->dev,
-				 RFKILL_TYPE_WLAN);
+				 RFKILL_TYPE_WWAN);
 	if (!hso_net->rfkill) {
 		dev_err(dev, "%s - Out of memory", __func__);
 		return;


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

* Re: [PATCH] hso: rfkill type should be WWAN
  2008-11-04 11:32 [PATCH] hso: rfkill type should be WWAN Paulius Zaleckas
@ 2008-11-04 17:15 ` Marcel Holtmann
       [not found] ` <20081104113230.3552.69802.stgit-QQDCe9+Z9hORTDQbGLh+0LCZl1fM7XKJHMZNOu17VRllET+NkH7nKV6hYfS7NtTn@public.gmane.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Marcel Holtmann @ 2008-11-04 17:15 UTC (permalink / raw)
  To: Paulius Zaleckas; +Cc: netdev, linux-usb, Denis Joseph Barrow

Hi Paulius,

> Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
> Cc: Denis Joseph Barrow <D.Barow@option.com>

thanks for submitting this patch.

Acked-by: Marcel Holtmann <marcel@holtmann.org>

Regards

Marcel


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

* Re: [PATCH] hso: rfkill type should be WWAN
       [not found] ` <20081104113230.3552.69802.stgit-QQDCe9+Z9hORTDQbGLh+0LCZl1fM7XKJHMZNOu17VRllET+NkH7nKV6hYfS7NtTn@public.gmane.org>
@ 2008-11-06  5:43   ` Jeff Garzik
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2008-11-06  5:43 UTC (permalink / raw)
  To: Paulius Zaleckas
  Cc: netdev-u79uwXL29TY76Z2rM5mHXA, linux-usb-u79uwXL29TY76Z2rM5mHXA,
	Denis Joseph Barrow

Paulius Zaleckas wrote:
> Signed-off-by: Paulius Zaleckas <paulius.zaleckas-Ft0m5Q12RQ9xBelEqimL3w@public.gmane.org>
> Cc: Denis Joseph Barrow <D.Barow-x9gZzRpC1QbQT0dZR+AlfA@public.gmane.org>
> ---
> 
>  drivers/net/usb/hso.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> 
> diff --git a/drivers/net/usb/hso.c b/drivers/net/usb/hso.c
> index 1164c52..3f49e83 100644
> --- a/drivers/net/usb/hso.c
> +++ b/drivers/net/usb/hso.c
> @@ -2188,7 +2188,7 @@ static void hso_create_rfkill(struct hso_device *hso_dev,
>  	char *rfkn;
>  
>  	hso_net->rfkill = rfkill_allocate(&interface_to_usbdev(interface)->dev,
> -				 RFKILL_TYPE_WLAN);
> +				 RFKILL_TYPE_WWAN);
>  	if (!hso_net->rfkill) {
>  		dev_err(dev, "%s - Out of memory", __func__);
>  		return;
> 

applied


--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2008-11-06  5:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-04 11:32 [PATCH] hso: rfkill type should be WWAN Paulius Zaleckas
2008-11-04 17:15 ` Marcel Holtmann
     [not found] ` <20081104113230.3552.69802.stgit-QQDCe9+Z9hORTDQbGLh+0LCZl1fM7XKJHMZNOu17VRllET+NkH7nKV6hYfS7NtTn@public.gmane.org>
2008-11-06  5:43   ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).