From 7cf6e117213636b2ef43f8b092966e70ca36344d Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 1 Mar 2019 03:34:40 +0100 Subject: [PATCH] mac80211: rt2x00: patch tracking cosmetics Signed-off-by: Daniel Golle --- .../020-rt2x00-do-not-print-error-when-queue-is-full.patch | 3 +++ ...-rt2800-partially-restore-old-mmio-txstatus-behaviour.patch | 3 +++ .../022-rt2800-new-flush-implementation-for-SoC-devices.patch | 3 +++ .../rt2x00/023-rt2800-move-txstatus-pending-routine.patch | 3 +++ .../rt2x00/024-rt2800mmio-fetch-tx-status-changes.patch | 3 +++ ...-rt2800mmio-use-timer-and-work-for-handling-tx-status.patch | 3 +++ .../patches/rt2x00/026-rt2x00-remove-last_nostatus_check.patch | 3 +++ .../rt2x00/027-rt2x00-remove-not-used-entry-field.patch | 3 +++ .../patches/rt2x00/028-rt2x00mmio-remove-legacy-comment.patch | 3 +++ 9 files changed, 27 insertions(+) diff --git a/package/kernel/mac80211/patches/rt2x00/020-rt2x00-do-not-print-error-when-queue-is-full.patch b/package/kernel/mac80211/patches/rt2x00/020-rt2x00-do-not-print-error-when-queue-is-full.patch index 1c3d86a7c2..5098672ac3 100644 --- a/package/kernel/mac80211/patches/rt2x00/020-rt2x00-do-not-print-error-when-queue-is-full.patch +++ b/package/kernel/mac80211/patches/rt2x00/020-rt2x00-do-not-print-error-when-queue-is-full.patch @@ -1,6 +1,9 @@ From 1a8a8989b779e51e4652a30e9f22c36a1b6ffc4b Mon Sep 17 00:00:00 2001 From: Stanislaw Gruszka Date: Thu, 20 Dec 2018 16:16:11 +0100 +X-Patchwork-Submitter: Stanislaw Gruszka +X-Patchwork-Id: 10739037 +X-Patchwork-Delegate: kvalo@adurom.com Subject: [PATCH 20/28] rt2x00: do not print error when queue is full For unknown reasons printk() on some context can cause CPU hung on diff --git a/package/kernel/mac80211/patches/rt2x00/021-rt2800-partially-restore-old-mmio-txstatus-behaviour.patch b/package/kernel/mac80211/patches/rt2x00/021-rt2800-partially-restore-old-mmio-txstatus-behaviour.patch index 6214ad30db..52314a79ae 100644 --- a/package/kernel/mac80211/patches/rt2x00/021-rt2800-partially-restore-old-mmio-txstatus-behaviour.patch +++ b/package/kernel/mac80211/patches/rt2x00/021-rt2800-partially-restore-old-mmio-txstatus-behaviour.patch @@ -1,6 +1,9 @@ From 91a5340db0526b7263bc8da14b120ea3129b5f28 Mon Sep 17 00:00:00 2001 From: Stanislaw Gruszka Date: Sat, 9 Feb 2019 12:08:31 +0100 +X-Patchwork-Submitter: Stanislaw Gruszka +X-Patchwork-Id: 10804437 +X-Patchwork-Delegate: kvalo@adurom.com Subject: [PATCH 21/28] rt2800: partially restore old mmio txstatus behaviour Do not disable txstatus interrupt and add quota of processed tx statuses in diff --git a/package/kernel/mac80211/patches/rt2x00/022-rt2800-new-flush-implementation-for-SoC-devices.patch b/package/kernel/mac80211/patches/rt2x00/022-rt2800-new-flush-implementation-for-SoC-devices.patch index 89368ada1c..e3a914a0fa 100644 --- a/package/kernel/mac80211/patches/rt2x00/022-rt2800-new-flush-implementation-for-SoC-devices.patch +++ b/package/kernel/mac80211/patches/rt2x00/022-rt2800-new-flush-implementation-for-SoC-devices.patch @@ -1,6 +1,9 @@ From 11f8ad1656035176bad9d89de7ea0e7fe6d82c32 Mon Sep 17 00:00:00 2001 From: Stanislaw Gruszka Date: Sat, 9 Feb 2019 12:08:32 +0100 +X-Patchwork-Submitter: Stanislaw Gruszka +X-Patchwork-Id: 10804439 +X-Patchwork-Delegate: kvalo@adurom.com Subject: [PATCH 22/28] rt2800: new flush implementation for SoC devices Use new flush_queue() calback for SoC devices, what was already done for diff --git a/package/kernel/mac80211/patches/rt2x00/023-rt2800-move-txstatus-pending-routine.patch b/package/kernel/mac80211/patches/rt2x00/023-rt2800-move-txstatus-pending-routine.patch index c7bc4cbbab..e5bfbecd1e 100644 --- a/package/kernel/mac80211/patches/rt2x00/023-rt2800-move-txstatus-pending-routine.patch +++ b/package/kernel/mac80211/patches/rt2x00/023-rt2800-move-txstatus-pending-routine.patch @@ -1,6 +1,9 @@ From 2bbea7645c3d095014a080db170941818650e141 Mon Sep 17 00:00:00 2001 From: Stanislaw Gruszka Date: Sat, 9 Feb 2019 12:08:33 +0100 +X-Patchwork-Submitter: Stanislaw Gruszka +X-Patchwork-Id: 10804441 +X-Patchwork-Delegate: kvalo@adurom.com Subject: [PATCH 23/28] rt2800: move txstatus pending routine Move rt2800usb_txstatus_pending routine to rt2800lib. It will be reused diff --git a/package/kernel/mac80211/patches/rt2x00/024-rt2800mmio-fetch-tx-status-changes.patch b/package/kernel/mac80211/patches/rt2x00/024-rt2800mmio-fetch-tx-status-changes.patch index 927325401c..4bb62c2288 100644 --- a/package/kernel/mac80211/patches/rt2x00/024-rt2800mmio-fetch-tx-status-changes.patch +++ b/package/kernel/mac80211/patches/rt2x00/024-rt2800mmio-fetch-tx-status-changes.patch @@ -1,6 +1,9 @@ From f6a9618198e190a2ba09ce3f0aa8e9ee1763bd38 Mon Sep 17 00:00:00 2001 From: Stanislaw Gruszka Date: Sat, 9 Feb 2019 12:08:34 +0100 +X-Patchwork-Submitter: Stanislaw Gruszka +X-Patchwork-Id: 10804443 +X-Patchwork-Delegate: kvalo@adurom.com Subject: [PATCH 24/28] rt2800mmio: fetch tx status changes Prepare to use rt2800mmio_fetch_txstatus() in concurrent manner and drop diff --git a/package/kernel/mac80211/patches/rt2x00/025-rt2800mmio-use-timer-and-work-for-handling-tx-status.patch b/package/kernel/mac80211/patches/rt2x00/025-rt2800mmio-use-timer-and-work-for-handling-tx-status.patch index 60fa522354..bf038a5991 100644 --- a/package/kernel/mac80211/patches/rt2x00/025-rt2800mmio-use-timer-and-work-for-handling-tx-status.patch +++ b/package/kernel/mac80211/patches/rt2x00/025-rt2800mmio-use-timer-and-work-for-handling-tx-status.patch @@ -1,6 +1,9 @@ From 175c2548332b45b144af673e70fdbb1a947d7aba Mon Sep 17 00:00:00 2001 From: Stanislaw Gruszka Date: Sat, 9 Feb 2019 12:08:35 +0100 +X-Patchwork-Submitter: Stanislaw Gruszka +X-Patchwork-Id: 10804445 +X-Patchwork-Delegate: kvalo@adurom.com Subject: [PATCH 25/28] rt2800mmio: use timer and work for handling tx statuses timeouts diff --git a/package/kernel/mac80211/patches/rt2x00/026-rt2x00-remove-last_nostatus_check.patch b/package/kernel/mac80211/patches/rt2x00/026-rt2x00-remove-last_nostatus_check.patch index 7af13e83ed..0daaef5e8b 100644 --- a/package/kernel/mac80211/patches/rt2x00/026-rt2x00-remove-last_nostatus_check.patch +++ b/package/kernel/mac80211/patches/rt2x00/026-rt2x00-remove-last_nostatus_check.patch @@ -1,6 +1,9 @@ From 6013a91f15c9dabd668d5736652b9bcfb0ef0378 Mon Sep 17 00:00:00 2001 From: Stanislaw Gruszka Date: Sat, 9 Feb 2019 12:08:36 +0100 +X-Patchwork-Submitter: Stanislaw Gruszka +X-Patchwork-Id: 10804447 +X-Patchwork-Delegate: kvalo@adurom.com Subject: [PATCH 26/28] rt2x00: remove last_nostatus_check We do not any longer check txstatus timeout from tasklet, so do not need diff --git a/package/kernel/mac80211/patches/rt2x00/027-rt2x00-remove-not-used-entry-field.patch b/package/kernel/mac80211/patches/rt2x00/027-rt2x00-remove-not-used-entry-field.patch index 3b3af81720..53134a5bc3 100644 --- a/package/kernel/mac80211/patches/rt2x00/027-rt2x00-remove-not-used-entry-field.patch +++ b/package/kernel/mac80211/patches/rt2x00/027-rt2x00-remove-not-used-entry-field.patch @@ -1,6 +1,9 @@ From 2758f09b22bc08e89e0391486b2d707ad2479599 Mon Sep 17 00:00:00 2001 From: Stanislaw Gruszka Date: Sat, 9 Feb 2019 12:08:37 +0100 +X-Patchwork-Submitter: Stanislaw Gruszka +X-Patchwork-Id: 10804449 +X-Patchwork-Delegate: kvalo@adurom.com Subject: [PATCH 27/28] rt2x00: remove not used entry field Remove not used any longer queue_entry field and flag. diff --git a/package/kernel/mac80211/patches/rt2x00/028-rt2x00mmio-remove-legacy-comment.patch b/package/kernel/mac80211/patches/rt2x00/028-rt2x00mmio-remove-legacy-comment.patch index fea745f3f5..199a6e3255 100644 --- a/package/kernel/mac80211/patches/rt2x00/028-rt2x00mmio-remove-legacy-comment.patch +++ b/package/kernel/mac80211/patches/rt2x00/028-rt2x00mmio-remove-legacy-comment.patch @@ -1,6 +1,9 @@ From f44e145869bb517460648e4ed71b7e9001964d06 Mon Sep 17 00:00:00 2001 From: Stanislaw Gruszka Date: Sat, 9 Feb 2019 12:08:38 +0100 +X-Patchwork-Submitter: Stanislaw Gruszka +X-Patchwork-Id: 10804451 +X-Patchwork-Delegate: kvalo@adurom.com Subject: [PATCH 28/28] rt2x00mmio: remove legacy comment Remove comment about fields that ware removed. -- 2.30.2