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

2013-06-07 Thread Thomas Hühn
Hi all, >>> >>> diff --git a/drivers/net/wireless/ath/ath5k/base.c >>> b/drivers/net/wireless/ath/ath5k/base.c >>> index 7f702fe..c63759f 100644 >>> --- a/drivers/net/wireless/ath/ath5k/base.c >>> +++ b/drivers/net/wireless/ath/ath5k/base.c >>> @@ -1587,6 +1633,8 @@ ath5k_tx_frame_completed(stru

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

2013-06-07 Thread Felix Fietkau
On 2013-06-07 10:25 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 > --- > drivers/net/wireless/ath/ath5k/base.c | 77 > +++

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

2013-06-07 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 | 77 - drivers/net/wireless/ath/ath5k/base.h