From: James Ketrenos <jketreno@linux.intel.com>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: zergavis <zergavis@o2.pl>, linux-wireless@vger.kernel.org
Subject: Re: mac80211 "wme.c:398" error
Date: Fri, 08 Jun 2007 10:33:49 -0700 [thread overview]
Message-ID: <466992FD.4050608@linux.intel.com> (raw)
In-Reply-To: <1181330294.6533.81.camel@johannes.berg>
Johannes Berg wrote:
> On Fri, 2007-06-08 at 20:50 +0200, zergavis wrote:
>
>> net/mac80211/wme.c: In function 'wme_qdiscop_destroy':
>> net/mac80211/wme.c:358: warning: implicit declaration of function
>> 'tcf_destroy_chain'
>> net/mac80211/wme.c: In function 'wme_qdiscop_init':
>> net/mac80211/wme.c:398: warning: dereferencing 'void *' pointer
>> net/mac80211/wme.c:398: error: request for member 'wiphy' in something not
>> a structure or union
>>
>> Could someone help me handle with this?
>
> enable CONFIG_NET_SCHED for now.
>
> johannes
CONFIG_NET_SCHED being set is the problem w/ older kernels. We missed backporting tcf_destroy_chain and missed an ieee80211_ptr reference (and that code path is only included if CONFIG_NET_SCHED=y).
If you turn *off* CONFIG_NET_SCHED, it should build and run fine (which is what I'm doing on 2.6.18 and 2.6.20 systems currently)
I'm testing a fix for that now, which will be in mac80211-8.0.1.
James
next prev parent reply other threads:[~2007-06-08 19:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-08 18:50 mac80211 "wme.c:398" error zergavis
2007-06-08 18:48 ` James Ketrenos
2007-06-09 13:06 ` Re[2]: " zergavis
2007-06-08 19:11 ` John W. Linville
2007-06-08 19:18 ` Johannes Berg
2007-06-08 17:33 ` James Ketrenos [this message]
2007-06-08 19:36 ` Johannes Berg
2007-06-08 21:47 ` Re[2]: " zergavis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=466992FD.4050608@linux.intel.com \
--to=jketreno@linux.intel.com \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
--cc=zergavis@o2.pl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.