[LEDE-DEV] [PATCH v2] ath10k-ct: Fix performance of 2x2 hardware running 3x3 firmware.

Felix Fietkau nbd at nbd.name
Wed Jan 25 00:26:49 PST 2017


On 2017-01-21 00:21, greearb at candelatech.com wrote:
> From: Ben Greear <greearb at candelatech.com>
> 
> The driver had a bug when calculating the rateset.  This resolves
> that and allows full VHT mcs rates on 2x2 hardware.
> 
> Signed-off-by: Ben Greear <greearb at candelatech.com>
> ---
> 
> v2:  Use most recent git commit hash, the previous one was broken
> on LEDE.
> 
>  package/kernel/ath10k-ct/Makefile | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile
> index 3c31e11..5e3b16d 100644
> --- a/package/kernel/ath10k-ct/Makefile
> +++ b/package/kernel/ath10k-ct/Makefile
> @@ -8,8 +8,8 @@ PKG_LICENSE_FILES:=
>  
>  PKG_SOURCE_URL:=https://github.com/greearb/ath10k-ct.git
>  PKG_SOURCE_PROTO:=git
> -PKG_SOURCE_DATE:=2017-01-10
> -PKG_SOURCE_VERSION:=f5bacb83baf95e887c50c286606f4f565ef71d86
> +PKG_SOURCE_DATE:=2017-01-20
> +PKG_SOURCE_VERSION:=9fc6c4f4b97c934a66043d1b7c8f8cbc415bd538
>  PKG_MIRROR_HASH:=845950a177ed6dd7ad3f645df79403e9980f089a09b66e74a9b88abe58dfe5e6
You forgot to update PKG_MIRROR_HASH - you can automate this using make
package/ath10k-ct/check FIXUP=1

- Felix



More information about the Lede-dev mailing list