mac80211: rt2x00: patch tracking cosmetics

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
openwrt-19.07
Daniel Golle 2019-03-01 03:34:40 +01:00
parent 266b3da335
commit 7cf6e11721
9 changed files with 27 additions and 0 deletions

View File

@ -1,6 +1,9 @@
From 1a8a8989b779e51e4652a30e9f22c36a1b6ffc4b Mon Sep 17 00:00:00 2001
From: Stanislaw Gruszka <sgruszka@redhat.com>
Date: Thu, 20 Dec 2018 16:16:11 +0100
X-Patchwork-Submitter: Stanislaw Gruszka <sgruszka@redhat.com>
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

View File

@ -1,6 +1,9 @@
From 91a5340db0526b7263bc8da14b120ea3129b5f28 Mon Sep 17 00:00:00 2001
From: Stanislaw Gruszka <sgruszka@redhat.com>
Date: Sat, 9 Feb 2019 12:08:31 +0100
X-Patchwork-Submitter: Stanislaw Gruszka <sgruszka@redhat.com>
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

View File

@ -1,6 +1,9 @@
From 11f8ad1656035176bad9d89de7ea0e7fe6d82c32 Mon Sep 17 00:00:00 2001
From: Stanislaw Gruszka <sgruszka@redhat.com>
Date: Sat, 9 Feb 2019 12:08:32 +0100
X-Patchwork-Submitter: Stanislaw Gruszka <sgruszka@redhat.com>
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

View File

@ -1,6 +1,9 @@
From 2bbea7645c3d095014a080db170941818650e141 Mon Sep 17 00:00:00 2001
From: Stanislaw Gruszka <sgruszka@redhat.com>
Date: Sat, 9 Feb 2019 12:08:33 +0100
X-Patchwork-Submitter: Stanislaw Gruszka <sgruszka@redhat.com>
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

View File

@ -1,6 +1,9 @@
From f6a9618198e190a2ba09ce3f0aa8e9ee1763bd38 Mon Sep 17 00:00:00 2001
From: Stanislaw Gruszka <sgruszka@redhat.com>
Date: Sat, 9 Feb 2019 12:08:34 +0100
X-Patchwork-Submitter: Stanislaw Gruszka <sgruszka@redhat.com>
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

View File

@ -1,6 +1,9 @@
From 175c2548332b45b144af673e70fdbb1a947d7aba Mon Sep 17 00:00:00 2001
From: Stanislaw Gruszka <sgruszka@redhat.com>
Date: Sat, 9 Feb 2019 12:08:35 +0100
X-Patchwork-Submitter: Stanislaw Gruszka <sgruszka@redhat.com>
X-Patchwork-Id: 10804445
X-Patchwork-Delegate: kvalo@adurom.com
Subject: [PATCH 25/28] rt2800mmio: use timer and work for handling tx statuses
timeouts

View File

@ -1,6 +1,9 @@
From 6013a91f15c9dabd668d5736652b9bcfb0ef0378 Mon Sep 17 00:00:00 2001
From: Stanislaw Gruszka <sgruszka@redhat.com>
Date: Sat, 9 Feb 2019 12:08:36 +0100
X-Patchwork-Submitter: Stanislaw Gruszka <sgruszka@redhat.com>
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

View File

@ -1,6 +1,9 @@
From 2758f09b22bc08e89e0391486b2d707ad2479599 Mon Sep 17 00:00:00 2001
From: Stanislaw Gruszka <sgruszka@redhat.com>
Date: Sat, 9 Feb 2019 12:08:37 +0100
X-Patchwork-Submitter: Stanislaw Gruszka <sgruszka@redhat.com>
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.

View File

@ -1,6 +1,9 @@
From f44e145869bb517460648e4ed71b7e9001964d06 Mon Sep 17 00:00:00 2001
From: Stanislaw Gruszka <sgruszka@redhat.com>
Date: Sat, 9 Feb 2019 12:08:38 +0100
X-Patchwork-Submitter: Stanislaw Gruszka <sgruszka@redhat.com>
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.