linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Build error in 2.6.31-rc1-wl
@ 2009-07-01 20:43 Larry Finger
  2009-07-02 12:47 ` John W. Linville
  0 siblings, 1 reply; 2+ messages in thread
From: Larry Finger @ 2009-07-01 20:43 UTC (permalink / raw)
  To: John Linville, Johannes Berg; +Cc: wireless

When building the above kernel based on a fress pull of
wireless-testing, I get the following build error:

  CC      net/core/skbuff.o
net/core/skbuff.c: In function ‘__copy_skb_header’:
net/core/skbuff.c:563: error: ‘struct sk_buff’ has no member named
‘do_not_encrypt’
net/core/skbuff.c:563: error: ‘const struct sk_buff’ has no member
named ‘do_not_encrypt’
make[2]: *** [net/core/skbuff.o] Error 1

The code that errors is

        new->vlan_tci           = old->vlan_tci;
#if defined(CONFIG_MAC80211) || defined(CONFIG_MAC80211_MODULE)
        new->do_not_encrypt     = old->do_not_encrypt;
#endif

        skb_copy_secmark(new, old);
}

Larry

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

* Re: Build error in 2.6.31-rc1-wl
  2009-07-01 20:43 Build error in 2.6.31-rc1-wl Larry Finger
@ 2009-07-02 12:47 ` John W. Linville
  0 siblings, 0 replies; 2+ messages in thread
From: John W. Linville @ 2009-07-02 12:47 UTC (permalink / raw)
  To: Larry Finger; +Cc: Johannes Berg, wireless

On Wed, Jul 01, 2009 at 03:43:51PM -0500, Larry Finger wrote:
> When building the above kernel based on a fress pull of
> wireless-testing, I get the following build error:
> 
>   CC      net/core/skbuff.o
> net/core/skbuff.c: In function ‘__copy_skb_header’:
> net/core/skbuff.c:563: error: ‘struct sk_buff’ has no member named
> ‘do_not_encrypt’
> net/core/skbuff.c:563: error: ‘const struct sk_buff’ has no member
> named ‘do_not_encrypt’
> make[2]: *** [net/core/skbuff.o] Error 1
> 
> The code that errors is
> 
>         new->vlan_tci           = old->vlan_tci;
> #if defined(CONFIG_MAC80211) || defined(CONFIG_MAC80211_MODULE)
>         new->do_not_encrypt     = old->do_not_encrypt;
> #endif
> 
>         skb_copy_secmark(new, old);
> }

Some patch damage when moving to 2.6.31-rc1.  Johannes sent me a
fix-up yesterday, so I have folded it back into the damaged patch
and pushed it out.

Thanks,

John
-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.
			¡Viva Honduras Libre!

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

end of thread, other threads:[~2009-07-02 13:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-01 20:43 Build error in 2.6.31-rc1-wl Larry Finger
2009-07-02 12:47 ` John W. Linville

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).