On Thu, Jun 06, 2013 at 09:36:19AM +0200, Gabor Juhos wrote: > The extra_tx_headroom field of struct rt2x00_ops > indicates the extra TX headroom size required for > a given device. This data is redundant, the value > can be computed from the desc_size and winfo_size > fields of the TX queues. > > Move the extra_tx_headroom field to struct rt2x00_dev, > compute its value in the probe routine and use the > cached value in the rest of the code. > > Signed-off-by: Gabor Juhos <juhosg@xxxxxxxxxxx> > --- > v2: > - remove the callbacks and compute the extra_tx_headroom > value from winfo_size and desc_size instead > - change subject Thanks. For series: Acked-by: Stanislaw Gruszka <sgruszka@xxxxxxxxxx> -- 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