From: Axel T. <Axe...@AT...> - 2006-01-10 09:24:27
|
Hi, On Mon, Jan 09, 2006 at 05:28:25PM +0800, Zhu, Yi wrote: > ieee80211-1.1.8, ipw2100-1.1.4 and ipw2200-1.0.10 are released. >=20 > See details from: > http://ieee80211.sf.net > http://ipw2100.sf.net > http://ipw2200.sf.net The gfp_t issue with ieee80211 is fixed now, but it reappeared at ipw2100: CC [M] /builddir/ipw2100-1.1.4/ipw2100.o In file included from /builddir/ipw2100-1.1.4/ipw2100.c:168: /builddir/ipw2100-1.1.4/ipw2100.h:577: error: field `wireless_data' has inc= omplete type /builddir/ipw2100-1.1.4/ipw2100.c:300: error: syntax error before "gfp_t" /builddir/ipw2100-1.1.4/ipw2100.c:301: error: redefinition of 'kzalloc' /usr/include/ieee80211/net/ieee80211.h:1146: error: previous definition of = 'kzalloc' was here /builddir/ipw2100-1.1.4/ipw2100.c: In function `kzalloc': /builddir/ipw2100-1.1.4/ipw2100.c:301: error: number of arguments doesn't m= atch prototype /usr/include/ieee80211/net/ieee80211.h:1146: error: prototype declaration /builddir/ipw2100-1.1.4/ipw2100.c:302: error: `size' undeclared (first use = in this function) /builddir/ipw2100-1.1.4/ipw2100.c:302: error: (Each undeclared identifier i= s reported only once /builddir/ipw2100-1.1.4/ipw2100.c:302: error: for each function it appears = in.) /builddir/ipw2100-1.1.4/ipw2100.c:302: error: `flags' undeclared (first use= in this function) /builddir/ipw2100-1.1.4/ipw2100.c: In function `ipw2100_alloc_device': /builddir/ipw2100-1.1.4/ipw2100.c:6444: error: structure has no member name= d `wireless_data' /builddir/ipw2100-1.1.4/ipw2100.c: In function `ipw2100_wx_get_range': /builddir/ipw2100-1.1.4/ipw2100.c:7307: error: structure has no member name= d `event_capa' /builddir/ipw2100-1.1.4/ipw2100.c:7307: error: `IW_EVENT_CAPA_K_0' undeclar= ed (first use in this function) /builddir/ipw2100-1.1.4/ipw2100.c:7308: warning: implicit declaration of fu= nction `IW_EVENT_CAPA_MASK' /builddir/ipw2100-1.1.4/ipw2100.c:7309: error: structure has no member name= d `event_capa' /builddir/ipw2100-1.1.4/ipw2100.c:7309: error: `IW_EVENT_CAPA_K_1' undeclar= ed (first use in this function) /builddir/ipw2100-1.1.4/ipw2100.c: At top level: /builddir/ipw2100-1.1.4/ipw2100.c:8728: error: unknown field `get_wireless_= stats' specified in initializer /builddir/ipw2100-1.1.4/ipw2100.c:8728: warning: initialization makes integ= er from pointer without a cast This is on RHEL4's 2.6.9. Similar for 2.6.12. --=20 Axel.Thimm at ATrpms.net |