2009/4/25 Michael Buesch <mb@xxxxxxxxx>: > On Saturday 25 April 2009 17:35:39 Gábor Stefanik wrote: >> Fragmented A-MPDU? > > I don't think so. This is an 802.11g card. But fragmentation is enabled. > > -- > Greetings, Michael. > This is it, then: 774 /* internal error, why is TX_FRAGMENTED set? */ 775 if (WARN_ON(skb->len <= frag_threshold)) 776 return TX_DROP; That is, trying to break a packet into fragments longer than the packet itself. I guess you aren't using the latest kernel from wireless-testing. -- Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-) -- 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