aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/960-0010-ath10k-limit-htt-rx-ring-size.patch
diff options
context:
space:
mode:
authorPavel Kubelun <be.dissent@gmail.com>2017-06-01 17:13:04 +0300
committerFelix Fietkau <nbd@nbd.name>2017-06-17 11:51:41 +0200
commit025cb640cdf27f7c68fc1d89d0698605daa06c43 (patch)
treee3925724a89e50d8f74cd76002325e26f3e983de /package/kernel/mac80211/patches/960-0010-ath10k-limit-htt-rx-ring-size.patch
parentd80d1b6c42aa663e6104f817daa5ea29d2e7073d (diff)
downloadupstream-025cb640cdf27f7c68fc1d89d0698605daa06c43.tar.gz
upstream-025cb640cdf27f7c68fc1d89d0698605daa06c43.tar.bz2
upstream-025cb640cdf27f7c68fc1d89d0698605daa06c43.zip
ath10k: increase bmi timeout to fix OTP on qca99xx boards and add bmi identification through pre-cal file
Backporting upstream patches. Signed-off-by: Pavel Kubelun <be.dissent@gmail.com> Signed-off-by: Felix Fietkau <nbd@nbd.name> [refresh, rename patches]
Diffstat (limited to 'package/kernel/mac80211/patches/960-0010-ath10k-limit-htt-rx-ring-size.patch')
-rw-r--r--package/kernel/mac80211/patches/960-0010-ath10k-limit-htt-rx-ring-size.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/mac80211/patches/960-0010-ath10k-limit-htt-rx-ring-size.patch b/package/kernel/mac80211/patches/960-0010-ath10k-limit-htt-rx-ring-size.patch
index e36f13b195..d49be4df70 100644
--- a/package/kernel/mac80211/patches/960-0010-ath10k-limit-htt-rx-ring-size.patch
+++ b/package/kernel/mac80211/patches/960-0010-ath10k-limit-htt-rx-ring-size.patch
@@ -1,11 +1,11 @@
---- a/drivers/net/wireless/ath/ath10k/htt.h 2016-12-12 16:03:58.491019030 +0100
-+++ b/drivers/net/wireless/ath/ath10k/htt.h 2016-12-12 15:39:45.242298155 +0100
+--- a/drivers/net/wireless/ath/ath10k/htt.h
++++ b/drivers/net/wireless/ath/ath10k/htt.h
@@ -199,7 +199,7 @@ enum htt_rx_ring_flags {
};
#define HTT_RX_RING_SIZE_MIN 128
-+#define HTT_RX_RING_SIZE_MAX 512
-#define HTT_RX_RING_SIZE_MAX 2048
++#define HTT_RX_RING_SIZE_MAX 512
struct htt_rx_ring_setup_ring {
__le32 fw_idx_shadow_reg_paddr;