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/161-ath10k-add-support-for-configuring-management-packet.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/161-ath10k-add-support-for-configuring-management-packet.patch')
-rw-r--r-- | package/kernel/ath10k-ct/patches/161-ath10k-add-support-for-configuring-management-packet.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/ath10k-ct/patches/161-ath10k-add-support-for-configuring-management-packet.patch b/package/kernel/ath10k-ct/patches/161-ath10k-add-support-for-configuring-management-packet.patch index 7c59d14ffc..10b1d384bd 100644 --- a/package/kernel/ath10k-ct/patches/161-ath10k-add-support-for-configuring-management-packet.patch +++ b/package/kernel/ath10k-ct/patches/161-ath10k-add-support-for-configuring-management-packet.patch @@ -43,7 +43,7 @@ Origin: backport, https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux static int ath10k_mac_get_max_vht_mcs_map(u16 mcs_map, int nss) { switch ((mcs_map >> (2 * nss)) & 0x3) { -@@ -6262,9 +6278,10 @@ static void ath10k_bss_info_changed(stru +@@ -6333,9 +6349,10 @@ static void ath10k_bss_info_changed(stru struct cfg80211_chan_def def; u32 vdev_param, pdev_param, slottime, preamble; u16 bitrate, hw_value; @@ -56,7 +56,7 @@ Origin: backport, https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux mutex_lock(&ar->conf_mutex); -@@ -6470,6 +6487,30 @@ static void ath10k_bss_info_changed(stru +@@ -6541,6 +6558,30 @@ static void ath10k_bss_info_changed(stru arvif->vdev_id, ret); } |