On Wed, May 02, 2007 at 02:34:06AM -0400, Pavel Roskin wrote: > Quoting Larry Finger <Larry.Finger@xxxxxxxxxxxx>: > > > Compiling wireless-dev (commit d2f859f56c9f00f093f943cf810a863a5aa2e10f) > > results in the following > > error when building modules: > > > > WARNING: "tcf_destroy_chain" [net/mac80211/mac80211.ko] undefined! > > make[1]: *** [__modpost] Error 1 > > make: *** [modules] Error 2 > > > > In my configuration, net/sched/sch_api.c where tcf_destroy_chain is defined > > is not compiled. The > > network-related configuration parameters are: > > Same problem here. CONFIG_NET_SCH_FIFO was enabled, apparently by > net/mac80211/Kconfig, but CONFIG_NET_SCHED. Selecting the later (but none of > the schedulers) fixed the compile error. So, should net/mac80211/Kconfig select NET_SCHED instead? Or should NET_SCH_FIFO select it? If the latter, will that cause any circular problems given that NET_SCHED already selects NET_SCH_FIFO? Any Kconfig experts have an opinion? John -- John W. Linville linville@xxxxxxxxxxxxx - 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