public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.16-rc2-git8: ieee80211 does not compile
@ 2006-02-10 12:38 Ralf Hildebrandt
  2006-02-12 10:49 ` Ralf Hildebrandt
  0 siblings, 1 reply; 4+ messages in thread
From: Ralf Hildebrandt @ 2006-02-10 12:38 UTC (permalink / raw)
  To: linux-kernel

I get:
  ...
  LD [M]  sound/pci/ac97/snd-ac97-codec.o
  CC [M]  net/ieee80211/ieee80211_module.o
  CC [M]  net/ieee80211/ieee80211_tx.o
net/ieee80211/ieee80211_tx.c: In function ieee80211_xmit':
net/ieee80211/ieee80211_tx.c:473: error: too few arguments to function
make[3]: *** [net/ieee80211/ieee80211_tx.o] Error 1
make[2]: *** [net/ieee80211] Error 2
make[1]: *** [net] Error 2
make[1]: Leaving directory /usr/src/linux-2.6.16-rc2-git8'
make: *** [debian/stamp-build-kernel] Error 2

-- 
Ralf Hildebrandt (i.A. des IT-Zentrums)         Ralf.Hildebrandt@charite.de
Charite - Universitätsmedizin Berlin            Tel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin    Fax.  +49 (0)30-450 570-962
IT-Zentrum Standort CBF                 send no mail to spamtrap@charite.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.6.16-rc2-git8: ieee80211 does not compile
  2006-02-10 12:38 2.6.16-rc2-git8: ieee80211 does not compile Ralf Hildebrandt
@ 2006-02-12 10:49 ` Ralf Hildebrandt
  2006-02-14  6:06   ` Zhu Yi
  0 siblings, 1 reply; 4+ messages in thread
From: Ralf Hildebrandt @ 2006-02-12 10:49 UTC (permalink / raw)
  To: linux-kernel

* Ralf Hildebrandt <Ralf.Hildebrandt@charite.de>:
> I get:
>   ...
>   LD [M]  sound/pci/ac97/snd-ac97-codec.o
>   CC [M]  net/ieee80211/ieee80211_module.o
>   CC [M]  net/ieee80211/ieee80211_tx.o
> net/ieee80211/ieee80211_tx.c: In function ieee80211_xmit':
> net/ieee80211/ieee80211_tx.c:473: error: too few arguments to function
> make[3]: *** [net/ieee80211/ieee80211_tx.o] Error 1
> make[2]: *** [net/ieee80211] Error 2
> make[1]: *** [net] Error 2
> make[1]: Leaving directory /usr/src/linux-2.6.16-rc2-git8'
> make: *** [debian/stamp-build-kernel] Error 2

Same with linux-2.6.16-rc2-git11:
  LD [M]  sound/pci/ac97/snd-ac97-bus.o
  LD [M]  sound/pci/ac97/snd-ac97-codec.o
  CC [M]  net/ieee80211/ieee80211_module.o
  CC [M]  net/ieee80211/ieee80211_tx.o
net/ieee80211/ieee80211_tx.c: In function ieee80211_xmit':
net/ieee80211/ieee80211_tx.c:473: error: too few arguments to function
make[3]: *** [net/ieee	80211/ieee80211_tx.o] Error 1
make[2]: *** [net/ieee80211] Error 2
make[1]: *** [net] Error 2
make[1]: Leaving directory /usr/src/linux-2.6.16-rc2-git11'
make: *** [debian/stamp-build-kernel] Error 2
	
-- 
Ralf Hildebrandt (i.A. des IT-Zentrums)         Ralf.Hildebrandt@charite.de
Charite - Universitätsmedizin Berlin            Tel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin    Fax.  +49 (0)30-450 570-962
IT-Zentrum Standort CBF                 send no mail to spamtrap@charite.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.6.16-rc2-git8: ieee80211 does not compile
  2006-02-12 10:49 ` Ralf Hildebrandt
@ 2006-02-14  6:06   ` Zhu Yi
  2006-02-14  9:35     ` Ralf Hildebrandt
  0 siblings, 1 reply; 4+ messages in thread
From: Zhu Yi @ 2006-02-14  6:06 UTC (permalink / raw)
  To: Ralf Hildebrandt; +Cc: linux-kernel

On Sun, 2006-02-12 at 11:49 +0100, Ralf Hildebrandt wrote:
>   CC [M]  net/ieee80211/ieee80211_module.o
>   CC [M]  net/ieee80211/ieee80211_tx.o
> net/ieee80211/ieee80211_tx.c: In function ieee80211_xmit':
> net/ieee80211/ieee80211_tx.c:473: error: too few arguments to function

What's your build_iv() prototype (in ieee80211_crypt.h) looks like? You
might be using some late ieee80211 updates which has not been merged to
mainline yet.

Thanks,
-yi


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.6.16-rc2-git8: ieee80211 does not compile
  2006-02-14  6:06   ` Zhu Yi
@ 2006-02-14  9:35     ` Ralf Hildebrandt
  0 siblings, 0 replies; 4+ messages in thread
From: Ralf Hildebrandt @ 2006-02-14  9:35 UTC (permalink / raw)
  To: Zhu Yi; +Cc: Ralf Hildebrandt, linux-kernel

* Zhu Yi <yi.zhu@intel.com>:
> On Sun, 2006-02-12 at 11:49 +0100, Ralf Hildebrandt wrote:
> >   CC [M]  net/ieee80211/ieee80211_module.o
> >   CC [M]  net/ieee80211/ieee80211_tx.o
> > net/ieee80211/ieee80211_tx.c: In function ieee80211_xmit':
> > net/ieee80211/ieee80211_tx.c:473: error: too few arguments to function
> 
> What's your build_iv() prototype (in ieee80211_crypt.h) looks like? You
> might be using some late ieee80211 updates which has not been merged to
> mainline yet.

I found it. You were right. I suck.

-- 
_________________________________________________

  Charité - Universitätsmedizin Berlin
_________________________________________________

  Ralf Hildebrandt
   i.A. Geschäftsbereich Informationsmanagement
   Campus Benjamin Franklin
   Hindenburgdamm 30 | Berlin
   Tel. +49 30 450 570155 | Fax +49 30 450 570962
   Ralf.Hildebrandt@charite.de
   http://www.charite.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-02-14  9:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-10 12:38 2.6.16-rc2-git8: ieee80211 does not compile Ralf Hildebrandt
2006-02-12 10:49 ` Ralf Hildebrandt
2006-02-14  6:06   ` Zhu Yi
2006-02-14  9:35     ` Ralf Hildebrandt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox