Skip to content

Commit

Permalink
ath10k-ct: Update to 2018-12-11
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Dec 27, 2018
1 parent a3057c7 commit 881d2a8
Show file tree
Hide file tree
Showing 5 changed files with 584 additions and 25 deletions.
14 changes: 7 additions & 7 deletions package/kernel/ath10k-ct/Makefile
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ath10k-ct
PKG_RELEASE=3
PKG_RELEASE=1

PKG_LICENSE:=GPLv2
PKG_LICENSE_FILES:=

PKG_SOURCE_URL:=https://github.com/greearb/ath10k-ct.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_DATE:=2018-09-29
PKG_SOURCE_VERSION:=b9989fbd5d6e3269b3e49ab3ec71b4174a02209e
PKG_MIRROR_HASH:=67bb1c81518aea5880757d521023db25190d9cca21ba67bf1c7e577efd287430
PKG_SOURCE_DATE:=2018-12-20
PKG_SOURCE_VERSION:=118e16da8e82f2e028654f86e47f4c8e5bddccc8
PKG_MIRROR_HASH:=f84616d5c6c3f6c0aded40b821d9b54fd88b78737f534b37a6ed0c51db16ed06

# Build the 4.13 ath10k-ct driver version. Other options are "-4.9", or
# Build the 4.19 ath10k-ct driver version. Other options are "-4.16", or
# leave un-defined for 4.7 kernel. Probably this should match as closely as
# possible to whatever mac80211 backports version is being used.
CT_KVER="-4.16"
CT_KVER="-4.19"

PKG_MAINTAINER:=Ben Greear <[email protected]>
PKG_BUILD_PARALLEL:=1
Expand Down Expand Up @@ -58,7 +58,7 @@ ifdef CONFIG_PACKAGE_MAC80211_MESH
NOSTDINC_FLAGS += -DCONFIG_MAC80211_MESH
endif

CT_MAKEDEFS += CONFIG_ATH10K=m CONFIG_ATH10K_PCI=m
CT_MAKEDEFS += CONFIG_ATH10K=m CONFIG_ATH10K_PCI=m CONFIG_ATH10K_CE=y

# This AHB logic is needed for IPQ4019 radios
CT_MAKEDEFS += CONFIG_ATH10K_AHB=m
Expand Down
2 changes: 1 addition & 1 deletion package/kernel/ath10k-ct/patches/100-kernel_compat.patch
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
return;
--- a/ath10k-4.16/wmi.c
+++ b/ath10k-4.16/wmi.c
@@ -4061,7 +4061,7 @@ static void ath10k_dfs_radar_report(stru
@@ -4065,7 +4065,7 @@ static void ath10k_dfs_radar_report(stru

ATH10K_DFS_STAT_INC(ar, pulses_detected);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ Origin: backport, https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
goto success;
--- a/ath10k-4.16/core.c
+++ b/ath10k-4.16/core.c
@@ -1559,14 +1559,61 @@ out:
@@ -1560,14 +1560,61 @@ out:
return ret;
}

Expand Down Expand Up @@ -314,7 +314,7 @@ Origin: backport, https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux

ar->normal_mode_fw.board = ath10k_fetch_fw_file(ar,
ar->hw_params.fw.dir,
@@ -1604,73 +1651,28 @@ static int ath10k_core_fetch_board_data_
@@ -1605,73 +1652,28 @@ static int ath10k_core_fetch_board_data_
data += magic_len;
len -= magic_len;

Expand Down Expand Up @@ -397,7 +397,7 @@ Origin: backport, https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
return 0;

err:
@@ -1679,12 +1681,12 @@ err:
@@ -1680,12 +1682,12 @@ err:
}

static int ath10k_core_create_board_name(struct ath10k *ar, char *name,
Expand All @@ -412,7 +412,7 @@ Origin: backport, https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
scnprintf(variant, sizeof(variant), ",variant=%s",
ar->id.bdf_ext);

@@ -1710,21 +1712,31 @@ out:
@@ -1711,21 +1713,31 @@ out:

static int ath10k_core_fetch_board_file(struct ath10k *ar)
{
Expand Down
Loading

0 comments on commit 881d2a8

Please sign in to comment.