aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/ath10k-ct/patches/164-ath10k-commit-rates-from-mac80211.patch
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2020-09-02 22:10:38 +0300
committerStijn Tintel <stijn@linux-ipv6.be>2020-11-26 00:17:47 +0200
commit864a76d23738c6ebfb4e5b1955f49a1a1f7fd03b (patch)
treeea63aac38831d0d59b2120b7d67f8238e54d6186 /package/kernel/ath10k-ct/patches/164-ath10k-commit-rates-from-mac80211.patch
parentb69c21738e29f60757bda6970bed1b3e3eee5212 (diff)
downloadupstream-864a76d23738c6ebfb4e5b1955f49a1a1f7fd03b.tar.gz
upstream-864a76d23738c6ebfb4e5b1955f49a1a1f7fd03b.tar.bz2
upstream-864a76d23738c6ebfb4e5b1955f49a1a1f7fd03b.zip
ath10k-ct: switch to driver version 5.8
Since we are using mac80211 5.8, let's also switch the ath10k-ct driver to the new 5.8 version. Modify patches so they patch the new ath10k-ct driver version. Adapt 164-ath10k-commit-rates-from-mac80211.patch. Drop upstreamed 205-ath10k-Add-NL80211_EXT_FEATURE_AQL-flag.patch. Drop the other options for CT_KVER from the comment, as it is incorrect and there are too many versions to sum up and maintain there. Runtime-tested on ath79 (D-Link DAP-2695-A1, TP-Link EAP245-v3). Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
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.patch24
1 files changed, 12 insertions, 12 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 c13036984b..51cca227d5 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
@@ -9,9 +9,17 @@ mcast_rate set for a wifi-iface.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
---- a/ath10k-5.4/mac.c
-+++ b/ath10k-5.4/mac.c
-@@ -6797,6 +6797,7 @@ static void ath10k_bss_info_changed(stru
+--- a/ath10k-5.8/mac.c
++++ b/ath10k-5.8/mac.c
+@@ -6653,6 +6653,7 @@ static void ath10k_recalculate_mgmt_rate
+ return;
+ }
+
++ arvif->mgt_rate[def->chan->band] = hw_rate_code;
+ vdev_param = ar->wmi.vdev_param->mgmt_rate;
+ ret = ath10k_wmi_vdev_set_param(ar, arvif->vdev_id, vdev_param,
+ hw_rate_code);
+@@ -6879,6 +6880,7 @@ static void ath10k_bss_info_changed(stru
"mac vdev %d mcast_rate %x\n",
arvif->vdev_id, rate);
@@ -19,7 +27,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);
-@@ -6805,6 +6806,7 @@ static void ath10k_bss_info_changed(stru
+@@ -6887,6 +6889,7 @@ static void ath10k_bss_info_changed(stru
"failed to set mcast rate on vdev %i: %d\n",
arvif->vdev_id, ret);
@@ -27,11 +35,3 @@ 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);
-@@ -6831,6 +6833,7 @@ static void ath10k_bss_info_changed(stru
- return;
- }
-
-+ arvif->mgt_rate[def.chan->band] = hw_rate_code;
- vdev_param = ar->wmi.vdev_param->mgmt_rate;
- ret = ath10k_wmi_vdev_set_param(ar, arvif->vdev_id, vdev_param,
- hw_rate_code);