diff options
author | Ben Greear <greearb@candelatech.com> | 2016-08-11 11:20:46 -0700 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-08-23 11:55:32 +0200 |
commit | 4c451ae0a7bd9d36f9bb213b1e63892703143c33 (patch) | |
tree | 89d1f1c85b3ab0fe0d4e11b350dd1ef4a6562bc4 /package/kernel/ath10k-ct/Makefile | |
parent | b962da4d929307a834850b72e42a44c2a00ed39e (diff) | |
download | upstream-4c451ae0a7bd9d36f9bb213b1e63892703143c33.tar.gz upstream-4c451ae0a7bd9d36f9bb213b1e63892703143c33.tar.bz2 upstream-4c451ae0a7bd9d36f9bb213b1e63892703143c33.zip |
ath10k-ct: Update to latest ath10k-ct driver.
This uses GFP_DMA32 for firmware swap. Fixes issue on x86-64 with
QCA 9984 chipset when host system does not have vt-d enabled.
Also tested on linksys ea8500 with 9980 chipset.
Signed-off-by: Ben Greear <greearb@candelatech.com>
Diffstat (limited to 'package/kernel/ath10k-ct/Makefile')
-rw-r--r-- | package/kernel/ath10k-ct/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile index a3585377a6..f0b2f5dea7 100644 --- a/package/kernel/ath10k-ct/Makefile +++ b/package/kernel/ath10k-ct/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ath10k-ct -PKG_VERSION:=2016-08-05 +PKG_VERSION:=2016-08-11 PKG_RELEASE=1 PKG_LICENSE:=GPLv2 @@ -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:=36545aa1267a4d871a9ebfd05c61aa2ab398a558 +PKG_SOURCE_VERSION:=2d176a3e195fc72999ec77ed5be9146c2df5dd7e PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz PKG_MAINTAINER:=Ben Greear <greearb@candelatech.com> |