On Mon, Jun 9, 2008 at 1:25 PM, Luis R. Rodriguez <mcgrof@xxxxxxxxx> wrote: > On Mon, Jun 9, 2008 at 2:01 AM, Luis R. Rodriguez <mcgrof@xxxxxxxxx> wrote: >> On Mon, Jun 9, 2008 at 1:56 AM, Johannes Berg <johannes@xxxxxxxxxxxxxxxx> wrote: >>> On Mon, 2008-06-09 at 10:53 +0300, Ron Rindjunsky wrote: >>>> > >>>> > I just finished trying to backport CONFIG_NETDEVICES_MULTIQUEUE >>>> > requirement for 802.11n to older kernels by relying on the old >>>> > internal mac80211 hacked up MQ support. I've tested the build on >>>> > 2.6.22, 2.6.23, and 2.6.24. Let me know if you get to test this, >>>> > particularly iwl4965 using 11n on 2.6.22. >>>> > >>>> >>>> in config.mk you put MAC80211_QOS=m, and i guess that the intention was to put >>>> CONFIG_MAC80211_QOS=m >>>> if this is the case then the compilation fails >>> >>> It should be "y" >>> >>> johannes >>> >> >> Danke > > OK found some more issues. v4.2 pushed out and new tarball > regenerated. This has been tested by Intel on 802.11n on iwl4965. I couldn't make wme.c compiled for kernels > 22 unless I've added the else statement bellow into confg.mk You've reported that it worked for you so what did I wrong? ifeq ($(CONFIG_NETDEVICES_MULTIQUEUE),) $(warning "WARNING: You are running a kernel >= 2.6.23, you should enable CONFIG_NETDEVICES_MULTIQUEUE for 802.11n support") else CONFIG_MAC80211_QOS=y endif Thanks Tomas -- 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