On Wed, 2011-03-16 at 02:47 -0700, Daniel Halperin wrote: > <dan starts here> > > > + * possible with a buf_size of 8: > > + * - TX: 1.....7 > > + * - RX: 2.....7 (lost frame #1), > > + * - TX: 89...1... > > + * which is invalid since #1 was now re-transmitted well past the > > + * buffer size of 7. The correct way to retransmit #1 would be: > > + * - TX: 1 or > > + * - TX: 18 > > + * though the standard allows: > > + * - TX: 81 > > + * The following might happen, but will violate buffering assumptions as above if frame 1 is lost again > > + * - TX: 189..... Oh, oops, yes you're right. Will respin the patch. johannes -- 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