help on compiling the Marvell driver on FC6

Marcelo Tosatti marcelo at kvack.org
Thu Jun 22 13:45:55 EDT 2006


On Thu, Jun 22, 2006 at 01:27:48PM -0400, Michail Bletsas wrote:
> Marcelo, Ronak,
> 
> I am trying to compile the Marvell driver 
> (USB-8388-FEDORA26-X86-5.110.7.p0-26318.P7) on FC6 for Barry Vercoe's demo 
> in Las Vegas this monday.
> I am getting an error on the MODULE_PARM macros in lines 44 and 44 of 
> wlan/wlan_fw.c 
> I noticed that the MODULE_PARM is defined in /usr/include/linux/module.h 
> in FC5 and that file is missing in FC6 
> 
> Any ideas?

The MODULE_PARM() macro was used back in v2.4, v2.6 uses module_param()
instead.

Please use the GIT tree, fixed there already.



More information about the libertas-dev mailing list