Jon K. Akers wrote: > Recieved the following error when compiling the bonding section of the network drivers as a module. > > CC [M] drivers/net/bonding/bond_main.o > drivers/net/bonding/bond_main.c: In function `bond_release': > drivers/net/bonding/bond_main.c:1660: error: structure has no member named `params' > drivers/net/bonding/bond_main.c:1661: error: structure has no member named `params' > make[3]: *** [drivers/net/bonding/bond_main.o] Error 1 > make[2]: *** [drivers/net/bonding] Error 2 > make[1]: *** [drivers/net] Error 2 > make: *** [drivers] Error 2 Fixed in my update: http://www.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.6/2.6.0-rc1-netdrvr-exp1.patch.bz2 http://www.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.6/2.6.0-rc1-netdrvr-exp1.log The broken-out patch that fixes this is attached. Jeff