[android-kernel] Re: struct ip6_tnl_net? register_netdev(ip6n->fb_tnl_dev) failed?

2010-06-10 Thread kernelcoder2
thanks greg, -kc On Jun 10, 7:50 am, Greg KH wrote: > On Thu, Jun 10, 2010 at 12:56 AM, kernelcoder2 wrote: > > Hi, > > > I need to port some code from linux kernel 2.6.18 to kernel 2.6.29. > > One of the file where changes are involved is , > > where a new structure struct ip6_tnl_net was adde

Re: [android-kernel] struct ip6_tnl_net? register_netdev(ip6n->fb_tnl_dev) failed?

2010-06-10 Thread Greg KH
On Thu, Jun 10, 2010 at 12:56 AM, kernelcoder2 wrote: > Hi, > > I need to port some code from linux kernel 2.6.18 to kernel 2.6.29. > One of the file where changes are involved is , > where a new structure struct ip6_tnl_net was added into kernel2.6.29 > that didn't exist in 2.6.18 as follows:

[android-kernel] struct ip6_tnl_net? register_netdev(ip6n->fb_tnl_dev) failed?

2010-06-10 Thread kernelcoder2
Hi, I need to port some code from linux kernel 2.6.18 to kernel 2.6.29. One of the file where changes are involved is , where a new structure struct ip6_tnl_net was added into kernel2.6.29 that didn't exist in 2.6.18 as follows: struct ip6_tnl_net { /* the IPv6 tunnel fallback device */

[android-kernel] kernel headers for android - how often ?

2010-06-10 Thread Pavan Savoy
Does android (guys in google) update the ./bionic/libc/kernel/common/linux/ upon every release of the new kernel ? There seems to be a whole lot of such updates missing from those folders w.r.t new kernels .. How often is it done? Would you be willing to receive patches in case I need a small subs