oxnas: also akitio,mycloud uses PCIe apparently
[openwrt/staging/wigyori.git] / package / kernel / mac80211 / patches / rt2x00 / 022-rt2800-new-flush-implementation-for-SoC-devices.patch
1 From 11f8ad1656035176bad9d89de7ea0e7fe6d82c32 Mon Sep 17 00:00:00 2001
2 From: Stanislaw Gruszka <sgruszka@redhat.com>
3 Date: Sat, 9 Feb 2019 12:08:32 +0100
4 X-Patchwork-Submitter: Stanislaw Gruszka <sgruszka@redhat.com>
5 X-Patchwork-Id: 10804439
6 X-Patchwork-Delegate: kvalo@adurom.com
7 Subject: [PATCH 22/28] rt2800: new flush implementation for SoC devices
8
9 Use new flush_queue() calback for SoC devices, what was already done for
10 PCIe devices.
11
12 Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
13 ---
14 drivers/net/wireless/ralink/rt2x00/rt2800soc.c | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 --- a/drivers/net/wireless/ralink/rt2x00/rt2800soc.c
18 +++ b/drivers/net/wireless/ralink/rt2x00/rt2800soc.c
19 @@ -203,7 +203,7 @@ static const struct rt2x00lib_ops rt2800
20 .start_queue = rt2800mmio_start_queue,
21 .kick_queue = rt2800mmio_kick_queue,
22 .stop_queue = rt2800mmio_stop_queue,
23 - .flush_queue = rt2x00mmio_flush_queue,
24 + .flush_queue = rt2800mmio_flush_queue,
25 .write_tx_desc = rt2800mmio_write_tx_desc,
26 .write_tx_data = rt2800_write_tx_data,
27 .write_beacon = rt2800_write_beacon,