* [PATCH] ar9170: Remove MODULE_FIRMWARE references to two-stage firmware
@ 2010-09-30 1:44 Ben Hutchings
2010-10-01 13:55 ` Christian Lamparter
0 siblings, 1 reply; 2+ messages in thread
From: Ben Hutchings @ 2010-09-30 1:44 UTC (permalink / raw)
To: John W. Linville; +Cc: Christian Lamparter, linux-wireless
The combined firmware ar9170.fw is preferred and supports all devices.
References to the older two-stage firmware are unnecessary.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
drivers/net/wireless/ath/ar9170/usb.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/net/wireless/ath/ar9170/usb.c b/drivers/net/wireless/ath/ar9170/usb.c
index a93dc18..5dbb536 100644
--- a/drivers/net/wireless/ath/ar9170/usb.c
+++ b/drivers/net/wireless/ath/ar9170/usb.c
@@ -54,8 +54,6 @@ MODULE_AUTHOR("Christian Lamparter <chunkeey@web.de>");
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Atheros AR9170 802.11n USB wireless");
MODULE_FIRMWARE("ar9170.fw");
-MODULE_FIRMWARE("ar9170-1.fw");
-MODULE_FIRMWARE("ar9170-2.fw");
enum ar9170_requirements {
AR9170_REQ_FW1_ONLY = 1,
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ar9170: Remove MODULE_FIRMWARE references to two-stage firmware
2010-09-30 1:44 [PATCH] ar9170: Remove MODULE_FIRMWARE references to two-stage firmware Ben Hutchings
@ 2010-10-01 13:55 ` Christian Lamparter
0 siblings, 0 replies; 2+ messages in thread
From: Christian Lamparter @ 2010-10-01 13:55 UTC (permalink / raw)
To: Ben Hutchings; +Cc: John W. Linville, linux-wireless
On Thursday 30 September 2010 03:44:56 Ben Hutchings wrote:
> The combined firmware ar9170.fw is preferred and supports all devices.
> References to the older two-stage firmware are unnecessary.
>
> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
> ---
you know what? The whole driver could be gone soon too ;-).
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-01 13:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 1:44 [PATCH] ar9170: Remove MODULE_FIRMWARE references to two-stage firmware Ben Hutchings
2010-10-01 13:55 ` Christian Lamparter
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).