diff options
author | Robert Marko <robimarko@gmail.com> | 2019-05-09 17:27:58 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-05-11 16:37:11 +0200 |
commit | 671d8752d1aeb3652714dcd817e8e1875b001c82 (patch) | |
tree | f29be23b500d49f9312c9f93d1e43d01f2820503 /package/kernel/ath10k-ct/patches/164-ath10k-commit-rates-from-mac80211.patch | |
parent | 61f4ceb1469cde09e03da2e0eb6e9dda9d56717e (diff) | |
download | upstream-671d8752d1aeb3652714dcd817e8e1875b001c82.tar.gz upstream-671d8752d1aeb3652714dcd817e8e1875b001c82.tar.bz2 upstream-671d8752d1aeb3652714dcd817e8e1875b001c82.zip |
ath10k-ct: Update to current version
This patch updates ath10k-ct to current version.
Changes are:
ath10k-ct: Fix printing PN in peer stats.
Previous logic was incorrect. Also add set-special API to enable
returning PN.
Patches refreshed and tested on 8devices Jalapeno dev board(IPQ4019)
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'package/kernel/ath10k-ct/patches/164-ath10k-commit-rates-from-mac80211.patch')
-rw-r--r-- | package/kernel/ath10k-ct/patches/164-ath10k-commit-rates-from-mac80211.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/ath10k-ct/patches/164-ath10k-commit-rates-from-mac80211.patch b/package/kernel/ath10k-ct/patches/164-ath10k-commit-rates-from-mac80211.patch index 43f5591bba..ec8248f67b 100644 --- a/package/kernel/ath10k-ct/patches/164-ath10k-commit-rates-from-mac80211.patch +++ b/package/kernel/ath10k-ct/patches/164-ath10k-commit-rates-from-mac80211.patch @@ -11,7 +11,7 @@ Signed-off-by: Sven Eckelmann <sven@narfation.org> --- a/ath10k-4.19/mac.c +++ b/ath10k-4.19/mac.c -@@ -6474,6 +6474,7 @@ static void ath10k_bss_info_changed(stru +@@ -6545,6 +6545,7 @@ static void ath10k_bss_info_changed(stru "mac vdev %d mcast_rate %x\n", arvif->vdev_id, rate); @@ -19,7 +19,7 @@ Signed-off-by: Sven Eckelmann <sven@narfation.org> vdev_param = ar->wmi.vdev_param->mcast_data_rate; ret = ath10k_wmi_vdev_set_param(ar, arvif->vdev_id, vdev_param, rate); -@@ -6482,6 +6483,7 @@ static void ath10k_bss_info_changed(stru +@@ -6553,6 +6554,7 @@ static void ath10k_bss_info_changed(stru "failed to set mcast rate on vdev %i: %d\n", arvif->vdev_id, ret); @@ -27,7 +27,7 @@ Signed-off-by: Sven Eckelmann <sven@narfation.org> vdev_param = ar->wmi.vdev_param->bcast_data_rate; ret = ath10k_wmi_vdev_set_param(ar, arvif->vdev_id, vdev_param, rate); -@@ -6508,6 +6510,7 @@ static void ath10k_bss_info_changed(stru +@@ -6579,6 +6581,7 @@ static void ath10k_bss_info_changed(stru return; } |