All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix rt28{6,7}0sta to use firmware loader
@ 2009-04-13  2:33 Ben Hutchings
  2009-04-13  2:44 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Ben Hutchings @ 2009-04-13  2:33 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-kernel, David Woodhouse, Darren Salt

[-- Attachment #1: Type: text/plain, Size: 1696 bytes --]

Greg,

The Ralink drivers rt2860sta, rt2870sta and rt3070sta contain non-free
firmware which should be distributed separately.

Darren Salt wrote a patch for Debian for rt2860sta which I've cleaned up
slightly.  At my suggestion he also extended the ITU-T CRC code to
support this, allowing the copy in rt2860sta to be removed.  I have
duplicated and adapted the rt2860sta for rt2870sta, but this last patch
is untested.

rt3070sta remains unfixed.  So far as I can see, rt3070sta is a later
version of rt2870sta and should be merged with it rather than requiring
people to apply the same fixes twice.  Since Debian has never enabled
this driver in its kernel packages I have simply removed the firmware
and marked it as broken in our kernel source.

Ben.

Ben Hutchings (2):
  rt2860sta: use the firmware loader interface and library CRC code
  rt2870sta: use the firmware loader interface and library CRC code

Darren Salt (1):
  crc-itu-t: add bit-reversed calculation

 drivers/staging/rt2860/Kconfig            |    2 +
 drivers/staging/rt2860/common/firmware.h  |  558 -----------------------------
 drivers/staging/rt2860/common/rtmp_init.c |  309 ++++-------------
 drivers/staging/rt2870/Kconfig            |    2 +
 drivers/staging/rt2870/common/firmware.h  |  558 -----------------------------
 drivers/staging/rt2870/common/rtmp_init.c |  385 ++++----------------
 include/linux/crc-itu-t.h                 |   10 +
 lib/crc-itu-t.c                           |   18 +
 8 files changed, 168 insertions(+), 1674 deletions(-)
 delete mode 100644 drivers/staging/rt2860/common/firmware.h
 delete mode 100644 drivers/staging/rt2870/common/firmware.h


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2009-04-22 23:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-13  2:33 [PATCH 0/3] Fix rt28{6,7}0sta to use firmware loader Ben Hutchings
2009-04-13  2:44 ` Greg KH
2009-04-14  0:12   ` Ben Hutchings
2009-04-14  2:24     ` Greg KH
2009-04-20 10:19       ` David Woodhouse
2009-04-22 23:13         ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.