Re: [ath5k-devel] [PATCH] ath5k: make use of the new rate control API

2013-06-06 Thread Felix Fietkau
On 2013-06-06 11:04 AM, Thomas Huehn wrote: > This patch enabels ath5k to use the new rate table to lookup each > mrr rate and retry information per packet. > > Signed-off-by: Benjamin Vahl > Signed-off-by: Thomas Huehn This patch is missing changes in the tx status path. At tx completion, info-

Re: [ath5k-devel] [PATCH] ath5k: make use of the new rate control API

2013-06-06 Thread Thomas Hühn
HI, > This patch is missing changes in the tx status path. At tx completion, > info->status.rates needs to be filled with the contents of bf->rates > before filling in retry counts. > Thats right, I will fix this in V2. >> >> +txrate.count = bf->rates[0].count; >> + >> ret = ah->ah_se

[ath5k-devel] [PATCH] ath5k: make use of the new rate control API

2013-06-06 Thread Thomas Huehn
This patch enabels ath5k to use the new rate table to lookup each mrr rate and retry information per packet. Signed-off-by: Benjamin Vahl Signed-off-by: Thomas Huehn --- drivers/net/wireless/ath/ath5k/base.c | 73 + drivers/net/wireless/ath/ath5k/base.h