diff mbox

[LEDE-DEV] ath10k-ct: Fix loading 9980 firmware.

Message ID 1470869153-29555-1-git-send-email-greearb@candelatech.com
State Accepted
Headers show

Commit Message

Ben Greear Aug. 10, 2016, 10:45 p.m. UTC
From: Ben Greear <greearb@candelatech.com>

ath10k-ct driver was using bad defaults for 9980 if user
had not specified a fwcfg file to over-ride them.

Also, support configurable station-kickout-threshold,
which might work around issues with flakey connections.

Signed-off-by: Ben Greear <greearb@candelatech.com>
---
 package/kernel/ath10k-ct/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Felix Fietkau Aug. 11, 2016, 8:58 a.m. UTC | #1
On 2016-08-11 00:45, greearb@candelatech.com wrote:
> From: Ben Greear <greearb@candelatech.com>
> 
> ath10k-ct driver was using bad defaults for 9980 if user
> had not specified a fwcfg file to over-ride them.
> 
> Also, support configurable station-kickout-threshold,
> which might work around issues with flakey connections.
> 
> Signed-off-by: Ben Greear <greearb@candelatech.com>
> ---
>  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 7a025aa..ea51ce5 100644
> --- a/package/kernel/ath10k-ct/Makefile
> +++ b/package/kernel/ath10k-ct/Makefile
> @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
>  
>  PKG_NAME:=ath10k-ct
>  PKG_VERSION:=2016-07-21
> -PKG_RELEASE=1
> +PKG_RELEASE=3
Pushed. Next time you update to a newer version of your git, please
adjust PKG_VERSION instead of PKG_RELEASE.

- Felix
diff mbox

Patch

diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile
index 7a025aa..ea51ce5 100644
--- a/package/kernel/ath10k-ct/Makefile
+++ b/package/kernel/ath10k-ct/Makefile
@@ -2,7 +2,7 @@  include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ath10k-ct
 PKG_VERSION:=2016-07-21
-PKG_RELEASE=1
+PKG_RELEASE=3
 
 PKG_LICENSE:=GPLv2
 PKG_LICENSE_FILES:=
@@ -10,7 +10,7 @@  PKG_LICENSE_FILES:=
 PKG_SOURCE_URL:=https://github.com/greearb/ath10k-ct.git
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=a142524abc8eef3ba30b12f9b5ac74385c8ddc39
+PKG_SOURCE_VERSION:=36545aa1267a4d871a9ebfd05c61aa2ab398a558
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
 
 PKG_MAINTAINER:=Ben Greear <greearb@candelatech.com>