[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081104113230.3552.69802.stgit@Programuotojas.82-135-208-232.ip.zebra.lt>
Date: Tue, 04 Nov 2008 13:32:31 +0200
From: Paulius Zaleckas <paulius.zaleckas@...tonika.lt>
To: netdev@...r.kernel.org, linux-usb@...r.kernel.org
Cc: Paulius Zaleckas <paulius.zaleckas@...tonika.lt>,
Denis Joseph Barrow <D.Barow@...ion.com>
Subject: [PATCH] hso: rfkill type should be WWAN
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@...tonika.lt>
Cc: Denis Joseph Barrow <D.Barow@...ion.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;
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists