浏览代码

mac80211: rt2x00: patch tracking cosmetics

Signed-off-by: Daniel Golle <[email protected]>
Daniel Golle 6 年之前
父节点
当前提交
7cf6e11721

+ 3 - 0
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 1a8a8989b779e51e4652a30e9f22c36a1b6ffc4b Mon Sep 17 00:00:00 2001
 From: Stanislaw Gruszka <[email protected]>
 From: Stanislaw Gruszka <[email protected]>
 Date: Thu, 20 Dec 2018 16:16:11 +0100
 Date: Thu, 20 Dec 2018 16:16:11 +0100
+X-Patchwork-Submitter: Stanislaw Gruszka <[email protected]>
+X-Patchwork-Id: 10739037
+X-Patchwork-Delegate: [email protected]
 Subject: [PATCH 20/28] rt2x00: do not print error when queue is full
 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
 For unknown reasons printk() on some context can cause CPU hung on

+ 3 - 0
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 91a5340db0526b7263bc8da14b120ea3129b5f28 Mon Sep 17 00:00:00 2001
 From: Stanislaw Gruszka <[email protected]>
 From: Stanislaw Gruszka <[email protected]>
 Date: Sat, 9 Feb 2019 12:08:31 +0100
 Date: Sat, 9 Feb 2019 12:08:31 +0100
+X-Patchwork-Submitter: Stanislaw Gruszka <[email protected]>
+X-Patchwork-Id: 10804437
+X-Patchwork-Delegate: [email protected]
 Subject: [PATCH 21/28] rt2800: partially restore old mmio txstatus behaviour
 Subject: [PATCH 21/28] rt2800: partially restore old mmio txstatus behaviour
 
 
 Do not disable txstatus interrupt and add quota of processed tx statuses in
 Do not disable txstatus interrupt and add quota of processed tx statuses in

+ 3 - 0
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 11f8ad1656035176bad9d89de7ea0e7fe6d82c32 Mon Sep 17 00:00:00 2001
 From: Stanislaw Gruszka <[email protected]>
 From: Stanislaw Gruszka <[email protected]>
 Date: Sat, 9 Feb 2019 12:08:32 +0100
 Date: Sat, 9 Feb 2019 12:08:32 +0100
+X-Patchwork-Submitter: Stanislaw Gruszka <[email protected]>
+X-Patchwork-Id: 10804439
+X-Patchwork-Delegate: [email protected]
 Subject: [PATCH 22/28] rt2800: new flush implementation for SoC devices
 Subject: [PATCH 22/28] rt2800: new flush implementation for SoC devices
 
 
 Use new flush_queue() calback for SoC devices, what was already done for
 Use new flush_queue() calback for SoC devices, what was already done for

+ 3 - 0
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 2bbea7645c3d095014a080db170941818650e141 Mon Sep 17 00:00:00 2001
 From: Stanislaw Gruszka <[email protected]>
 From: Stanislaw Gruszka <[email protected]>
 Date: Sat, 9 Feb 2019 12:08:33 +0100
 Date: Sat, 9 Feb 2019 12:08:33 +0100
+X-Patchwork-Submitter: Stanislaw Gruszka <[email protected]>
+X-Patchwork-Id: 10804441
+X-Patchwork-Delegate: [email protected]
 Subject: [PATCH 23/28] rt2800: move txstatus pending routine
 Subject: [PATCH 23/28] rt2800: move txstatus pending routine
 
 
 Move rt2800usb_txstatus_pending routine to rt2800lib. It will be reused
 Move rt2800usb_txstatus_pending routine to rt2800lib. It will be reused

+ 3 - 0
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 f6a9618198e190a2ba09ce3f0aa8e9ee1763bd38 Mon Sep 17 00:00:00 2001
 From: Stanislaw Gruszka <[email protected]>
 From: Stanislaw Gruszka <[email protected]>
 Date: Sat, 9 Feb 2019 12:08:34 +0100
 Date: Sat, 9 Feb 2019 12:08:34 +0100
+X-Patchwork-Submitter: Stanislaw Gruszka <[email protected]>
+X-Patchwork-Id: 10804443
+X-Patchwork-Delegate: [email protected]
 Subject: [PATCH 24/28] rt2800mmio: fetch tx status changes
 Subject: [PATCH 24/28] rt2800mmio: fetch tx status changes
 
 
 Prepare to use rt2800mmio_fetch_txstatus() in concurrent manner and drop
 Prepare to use rt2800mmio_fetch_txstatus() in concurrent manner and drop

+ 3 - 0
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 175c2548332b45b144af673e70fdbb1a947d7aba Mon Sep 17 00:00:00 2001
 From: Stanislaw Gruszka <[email protected]>
 From: Stanislaw Gruszka <[email protected]>
 Date: Sat, 9 Feb 2019 12:08:35 +0100
 Date: Sat, 9 Feb 2019 12:08:35 +0100
+X-Patchwork-Submitter: Stanislaw Gruszka <[email protected]>
+X-Patchwork-Id: 10804445
+X-Patchwork-Delegate: [email protected]
 Subject: [PATCH 25/28] rt2800mmio: use timer and work for handling tx statuses
 Subject: [PATCH 25/28] rt2800mmio: use timer and work for handling tx statuses
  timeouts
  timeouts
 
 

+ 3 - 0
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 6013a91f15c9dabd668d5736652b9bcfb0ef0378 Mon Sep 17 00:00:00 2001
 From: Stanislaw Gruszka <[email protected]>
 From: Stanislaw Gruszka <[email protected]>
 Date: Sat, 9 Feb 2019 12:08:36 +0100
 Date: Sat, 9 Feb 2019 12:08:36 +0100
+X-Patchwork-Submitter: Stanislaw Gruszka <[email protected]>
+X-Patchwork-Id: 10804447
+X-Patchwork-Delegate: [email protected]
 Subject: [PATCH 26/28] rt2x00: remove last_nostatus_check
 Subject: [PATCH 26/28] rt2x00: remove last_nostatus_check
 
 
 We do not any longer check txstatus timeout from tasklet, so do not need
 We do not any longer check txstatus timeout from tasklet, so do not need

+ 3 - 0
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 2758f09b22bc08e89e0391486b2d707ad2479599 Mon Sep 17 00:00:00 2001
 From: Stanislaw Gruszka <[email protected]>
 From: Stanislaw Gruszka <[email protected]>
 Date: Sat, 9 Feb 2019 12:08:37 +0100
 Date: Sat, 9 Feb 2019 12:08:37 +0100
+X-Patchwork-Submitter: Stanislaw Gruszka <[email protected]>
+X-Patchwork-Id: 10804449
+X-Patchwork-Delegate: [email protected]
 Subject: [PATCH 27/28] rt2x00: remove not used entry field
 Subject: [PATCH 27/28] rt2x00: remove not used entry field
 
 
 Remove not used any longer queue_entry field and flag.
 Remove not used any longer queue_entry field and flag.

+ 3 - 0
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 f44e145869bb517460648e4ed71b7e9001964d06 Mon Sep 17 00:00:00 2001
 From: Stanislaw Gruszka <[email protected]>
 From: Stanislaw Gruszka <[email protected]>
 Date: Sat, 9 Feb 2019 12:08:38 +0100
 Date: Sat, 9 Feb 2019 12:08:38 +0100
+X-Patchwork-Submitter: Stanislaw Gruszka <[email protected]>
+X-Patchwork-Id: 10804451
+X-Patchwork-Delegate: [email protected]
 Subject: [PATCH 28/28] rt2x00mmio: remove legacy comment
 Subject: [PATCH 28/28] rt2x00mmio: remove legacy comment
 
 
 Remove comment about fields that ware removed.
 Remove comment about fields that ware removed.