On Sunday 04 May 2008, Johannes Berg wrote: > > > if (!mdev) > > goto fail_mdev_alloc; > > if (hw->queues > 1) > > mdev->flags |= NETIF_F_MULTI_QUEUE; > > > > So theoretically this flag should be set. > > However /sys/class/net/wmaster1/features contains the value 0x0 > > Yes, umm, guess why. That line should be mdev->features |= ... That did the trick. :) Thanks, Ivo -- 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