
10 Feb
2009
10 Feb
'09
9:36 p.m.
On Tuesday 03 February 2009 14:40:00 Mike Frysinger wrote:
i think we can agree that this does not scale at all. if, however, we change the global data to something like: typedef struct bd_info { ... #ifdef CONFIG_NET_MULTI uchar bi_enetXaddr[CONFIG_NET_MULTI_MAX][6]; # define bi_enetaddr bi_enetXaddr[0] #else uchar bi_enetaddr[6]; #endif ... };
Ben: does this sound reasonable ? if so, i can start a patch series moving in this direction ... -mike