On 11/11/2011 09:35 AM, John W. Linville wrote:
On Thu, Nov 10, 2011 at 08:30:32PM +0100, Arend van Spriel wrote:
From: Franky Lin<frankyl@xxxxxxxxxxxx>
The nvram file contains info for firmware which varies with different
hardware designs. Current nvram file in Linux firmware repository is
for a internal development board. It is not applicable for any exsisting
end-user product. Every device with a fullmac support wifi dongle
should have its own nvram file in the system. Similar rule can be applied
to the dongle firmware. This patch remove the hard coded firmware/nvram
name in the driver. The paths of firmware and nvram file must be
passed to the driver through module parameter during or configured
in kernel option.
Reviewed-by: Pieter-Paul Giesberts<pieterpg@xxxxxxxxxxxx>
Reviewed-by: Arend van Spriel<arend@xxxxxxxxxxxx
Signed-off-by: Franky Lin<frankyl@xxxxxxxxxxxx>
Signed-off-by: Arend van Spriel<arend@xxxxxxxxxxxx>
I can't say that I'm too fond of this one. Why do you need to be
able to change the name of the file? Other drivers seem to handle
this without having to set the filename at Kconfig time?
John
That is indeed an approach that would make the code cleaner. Anyway the
user need to figure out where the firmware/nvram are in the system and
provide the path to driver in the approach this patch provide. So just
one more step to create a soft link point to them with the name could be
recognised by the driver. Could you please drop this patch? I just
checked the rest of the train can be applied without any problem. I will
modify and resubmit it in the next train.
Thanks,
Franky
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html