diff options
author | Ben Greear <greearb@candelatech.com> | 2016-08-24 17:19:37 -0700 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-08-28 13:51:41 +0200 |
commit | d66db35a1d363cb6323bf956161ad7106195a361 (patch) | |
tree | 1141709ce713abf340c018d751cf81855fff6ade /package/kernel/ath10k-ct/Makefile | |
parent | 3a2d142a3ad940bfb702c96761882f4f5da5f026 (diff) | |
download | upstream-d66db35a1d363cb6323bf956161ad7106195a361.tar.gz upstream-d66db35a1d363cb6323bf956161ad7106195a361.tar.bz2 upstream-d66db35a1d363cb6323bf956161ad7106195a361.zip |
ath10k-ct: Remove useless WARNING for 10.4 firmware.
Removes a useless splat in ath10k, and adds some safety code
around setting keys in the firmware.
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 f0b2f5dea7..14ddff5583 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-11 +PKG_VERSION:=2016-08-24 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:=2d176a3e195fc72999ec77ed5be9146c2df5dd7e +PKG_SOURCE_VERSION:=cd725d5465e1d4476a504794c541afeeba84b479 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz PKG_MAINTAINER:=Ben Greear <greearb@candelatech.com> |