Re: [PATCH] staging/wlan-ng: Convert firmware loading to loadbinary ihex format

From: Karl Relton
Date: Wed Aug 19 2009 - 12:29:56 EST


I plan to give the various distributions a utility to pre-compile the
firmware. It is based on ihex2fw.c.

I don't think the firmware will ever be accepted into linux-firmware
because the original licensing cannot be established.

Karl

On Wed, 2009-08-19 at 08:44 -0700, Greg KH wrote:
> On Wed, Aug 19, 2009 at 08:06:39AM +0100, Karl Relton wrote:
> > Convert prism2_usb firmware loading to load firmware in pre-compiled
> > binary 'ihex' format rather than ascii 'srec' format. This moves the
> > srec processing and sorting of records out of kernel space into a
> > pre-compiler. The driver now just works with the binary image, but
> > still does the 'pda plugging' of that image at runtime, as required
> > by the prism hardware.
> >
> > Signed-off-by: Karl Relton <karllinuxtest.relton@xxxxxxxxxxxx>
>
>
> Are the firmware images updated somewhere? Like in the linux-firmware
> tree?
>
> thanks,
>
> greg k-h
>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/