* [PATCH 1/6] libertas: drop useless default_fw_name variable
@ 2007-11-20 22:43 Dan Williams
2007-11-20 22:49 ` Dan Williams
0 siblings, 1 reply; 2+ messages in thread
From: Dan Williams @ 2007-11-20 22:43 UTC (permalink / raw)
To: John W. Linville; +Cc: linux-wireless, Andres Salomon
From: Andres Salomon <dilinger@debian.org>
Signed-off-by: Andres Salomon <dilinger@debian.org>
Signed-off-by: Dan Williams <dcbw@redhat.com>
diff --git a/drivers/net/wireless/libertas/if_usb.c b/drivers/net/wireless/libertas/if_usb.c
index 797d3fb..6d19d26 100644
--- a/drivers/net/wireless/libertas/if_usb.c
+++ b/drivers/net/wireless/libertas/if_usb.c
@@ -19,9 +19,8 @@
#define MESSAGE_HEADER_LEN 4
static const char usbdriver_name[] = "usb8xxx";
-static u8 *default_fw_name = "usb8388.bin";
-static char *lbs_fw_name;
+static char *lbs_fw_name = "usb8388.bin";
module_param_named(fw_name, lbs_fw_name, charp, 0644);
/*
@@ -1027,10 +1026,6 @@ static int if_usb_init_module(void)
lbs_deb_enter(LBS_DEB_MAIN);
- if (lbs_fw_name == NULL) {
- lbs_fw_name = default_fw_name;
- }
-
ret = usb_register(&if_usb_driver);
lbs_deb_leave_args(LBS_DEB_MAIN, "ret %d", ret);
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/6] libertas: drop useless default_fw_name variable
2007-11-20 22:43 [PATCH 1/6] libertas: drop useless default_fw_name variable Dan Williams
@ 2007-11-20 22:49 ` Dan Williams
0 siblings, 0 replies; 2+ messages in thread
From: Dan Williams @ 2007-11-20 22:49 UTC (permalink / raw)
To: John W. Linville; +Cc: linux-wireless, Andres Salomon
John,
This series is for 2.6.25 and applies to current wireless-2.6/everything
head.
Thanks,
Dan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-20 22:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-20 22:43 [PATCH 1/6] libertas: drop useless default_fw_name variable Dan Williams
2007-11-20 22:49 ` Dan Williams
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).