2
0

025-rt2800-new-flush-implementation-for-SoC-devices.patch 1.1 KB

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