[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0811120854290.13217@anakin>
Date: Wed, 12 Nov 2008 08:56:31 +0100 (CET)
From: Geert Uytterhoeven <geert@...ux-m68k.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>
cc: linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: mac80211.h (was: Re: linux-next: Tree for November 12)
On Wed, 12 Nov 2008, Stephen Rothwell wrote:
> Status of my local build tests will be at
> http://kisskb.ellerman.id.au/linux-next . If maintainers want to give
> advice about cross compilers/configs that work, we are always open to add
> more builds.
http://kisskb.ellerman.id.au/kisskb/buildresult/54400/
include/net/mac80211.h:400: error: size of array 'type name' is negative
include/net/mac80211.h:405: error: size of array 'type name' is negative
| struct ieee80211_tx_info {
| /* common information */
| u32 flags;
| u8 band;
|
| u8 antenna_sel_tx;
|
| /* 2 byte hole */
^^^^^^^^^^^^^^^^^^
This must be made explicit using padding, as on some architecture the alignment
of 32-bit values is 2 bytes, not 4.
| union {
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@...ux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists