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 - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html