diff options
author | Daniel Golle <daniel@makrotopia.org> | 2019-03-12 11:44:27 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2019-03-12 11:44:27 +0100 |
commit | 36530ba72afd7a1e33b4780faa898d28a1f9d9ee (patch) | |
tree | 6b823a3dbe63ff504c42200bc6855a9b55d22f82 /package/kernel/mac80211/patches/rt2x00/028-rt2x00mmio-remove-legacy-comment.patch | |
parent | 74ef848b96563f7682c647b352982511b4fb6e2a (diff) | |
download | upstream-36530ba72afd7a1e33b4780faa898d28a1f9d9ee.tar.gz upstream-36530ba72afd7a1e33b4780faa898d28a1f9d9ee.tar.bz2 upstream-36530ba72afd7a1e33b4780faa898d28a1f9d9ee.zip |
mac80211: rt2x00: import and update pending patches
Imported from patchwork, patches marked with '=' have already been in
our tree:
[v3,1/4] cfg80211: add ratelimited variants of err and warn
[v3,2/4] rt2x00: use ratelimited variants dev_warn/dev_err
[v3,3/4] rt2x00: check number of EPROTO errors
=[v3,4/4] rt2x00: do not print error when queue is full
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/kernel/mac80211/patches/rt2x00/028-rt2x00mmio-remove-legacy-comment.patch')
-rw-r--r-- | package/kernel/mac80211/patches/rt2x00/028-rt2x00mmio-remove-legacy-comment.patch | 26 |
1 files changed, 0 insertions, 26 deletions
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 deleted file mode 100644 index 199a6e3255..0000000000 --- a/package/kernel/mac80211/patches/rt2x00/028-rt2x00mmio-remove-legacy-comment.patch +++ /dev/null @@ -1,26 +0,0 @@ -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. - -Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> ---- - drivers/net/wireless/ralink/rt2x00/rt2x00mmio.h | 2 -- - 1 file changed, 2 deletions(-) - ---- a/drivers/net/wireless/ralink/rt2x00/rt2x00mmio.h -+++ b/drivers/net/wireless/ralink/rt2x00/rt2x00mmio.h -@@ -80,8 +80,6 @@ int rt2x00mmio_regbusy_read(struct rt2x0 - * - * @desc: Pointer to device descriptor - * @desc_dma: DMA pointer to &desc. -- * @data: Pointer to device's entry memory. -- * @data_dma: DMA pointer to &data. - */ - struct queue_entry_priv_mmio { - __le32 *desc; |