summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2018-07-23 17:50:05 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2018-07-23 17:50:05 -0400
commit5b00d82c3f3be886cd824268b7b7a8af46981d4b (patch)
tree5e5a5552f37d722ea0f00b4dc41bd1b7728f025f
parenteff41f4c40b9f98c6fe95cc2344d6503c657127a (diff)
downloadlongterm-queue-4.12-5b00d82c3f3be886cd824268b7b7a8af46981d4b.tar.gz
wifi: drop patch to driver not present in 4.12
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/qtnfmac-modify-full-Tx-queue-error-reporting.patch35
-rw-r--r--queue/series1
2 files changed, 0 insertions, 36 deletions
diff --git a/queue/qtnfmac-modify-full-Tx-queue-error-reporting.patch b/queue/qtnfmac-modify-full-Tx-queue-error-reporting.patch
deleted file mode 100644
index caf1552..0000000
--- a/queue/qtnfmac-modify-full-Tx-queue-error-reporting.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From e9931f984dd1e80adb3b5e095ef175fe383bc92d Mon Sep 17 00:00:00 2001
-From: Sergey Matyukevich <sergey.matyukevich.os@quantenna.com>
-Date: Mon, 30 Oct 2017 13:13:46 +0300
-Subject: [PATCH] qtnfmac: modify full Tx queue error reporting
-
-commit e9931f984dd1e80adb3b5e095ef175fe383bc92d upstream.
-
-Under heavy load it is normal that h/w Tx queue is almost full all the time
-and reclaim should be done before transmitting next packet. Warning still
-should be reported as well as s/w Tx queues should be stopped in the
-case when reclaim failed.
-
-Signed-off-by: Sergey Matyukevich <sergey.matyukevich.os@quantenna.com>
-Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
-
-diff --git a/drivers/net/wireless/quantenna/qtnfmac/pearl/pcie.c b/drivers/net/wireless/quantenna/qtnfmac/pearl/pcie.c
-index 69131965a298..146e42a132e7 100644
---- a/drivers/net/wireless/quantenna/qtnfmac/pearl/pcie.c
-+++ b/drivers/net/wireless/quantenna/qtnfmac/pearl/pcie.c
-@@ -643,11 +643,11 @@ static int qtnf_tx_queue_ready(struct qtnf_pcie_bus_priv *priv)
- {
- if (!CIRC_SPACE(priv->tx_bd_w_index, priv->tx_bd_r_index,
- priv->tx_bd_num)) {
-- pr_err_ratelimited("reclaim full Tx queue\n");
- qtnf_pcie_data_tx_reclaim(priv);
-
- if (!CIRC_SPACE(priv->tx_bd_w_index, priv->tx_bd_r_index,
- priv->tx_bd_num)) {
-+ pr_warn_ratelimited("reclaim full Tx queue\n");
- priv->tx_full_count++;
- return 0;
- }
---
-2.15.0
-
diff --git a/queue/series b/queue/series
index 86b64d8..11b00ea 100644
--- a/queue/series
+++ b/queue/series
@@ -72,7 +72,6 @@ btrfs-Explicitly-handle-btrfs_update_root-failure.patch
btrfs-undo-writable-superblocke-when-sprouting-fails.patch
btrfs-avoid-null-pointer-dereference-on-fs_info-when.patch
btrfs-tests-Fix-a-memory-leak-in-error-handling-path.patch
-qtnfmac-modify-full-Tx-queue-error-reporting.patch
mtd-spi-nor-stm32-quadspi-Fix-uninitialized-error-re.patch
ARM64-dts-meson-gxbb-odroidc2-fix-usb1-power-supply.patch
Bluetooth-btusb-Add-new-NFA344A-entry.patch