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

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).