This patch together with

http://rtnet.git.sourceforge.net/git/gitweb.cgi?p=rtnet/rtnet;a=commit;h=fc574959b590e001357fcfb8bfb2853571c0ec14
http://rtnet.git.sourceforge.net/git/gitweb.cgi?p=rtnet/rtnet;a=commit;h=a914a3ed980a74d9e97a3c438b10eebd2ca6c2ec

has made it possible to compile rtnet-0.9.12 with linux-2.6.35.7 and
xenomai-2.5.5.2 and latest ipipe.

Regards

/Anders

--- ./stack/include/rtdev.h.orig 2010-02-08 14:44:40.000000000 +0100
+++ ./stack/include/rtdev.h     2010-10-20 15:32:07.982529043 +0200
@@ -46,6 +46,18 @@
 #define NETIF_F_LLTX                    4096
 #endif
 
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35)
+struct dev_addr_list {
+         struct dev_addr_list    *next;
+         u8                      da_addr[MAX_ADDR_LEN];
+         u8                      da_addrlen;
+         u8                      da_synced;
+         int                     da_users;
+         int                     da_gusers;
+};
+#define dev_mc_list        dev_addr_list
+#define dmi_addr   da_addr
+#endif
 
 enum rtnet_link_state {
        __RTNET_LINK_STATE_XOFF = 0,

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
RTnet-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rtnet-developers

Reply via email to