Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Compiling problem on kernel 2.6.9



Hi,

I have 2.6.9 kernel and I am trying to compile
linuxtv-dvb-1.1.1
compile error:  
dvb_net.c:81: error: union has no member named
`ethernet'
In previous mails in this list I found patch that
patch command fails to apply:
 
...
- eth= skb->mac.ethernet;
+ eth = eth_hdr(skb);
...

If - means line out and + line in, I tried to do it
manually, but I found that dvb_net.c already has
line
 eth = eth_hdr(skb);
and has not
 eth= skb->mac.ethernet;

Please help me apply patch
Thank you


 		



		
__________________________________ 
Do you Yahoo!? 
The all-new My Yahoo! - Get yours free! 
http://my.yahoo.com 
 





Home | Main Index | Thread Index