 36530ba72a
			
		
	
	36530ba72a
	
	
	
		
			
			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>
		
			
				
	
	
		
			28 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
| 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
 | |
| PCIe devices.
 | |
| 
 | |
| Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
 | |
| ---
 | |
|  drivers/net/wireless/ralink/rt2x00/rt2800soc.c | 2 +-
 | |
|  1 file changed, 1 insertion(+), 1 deletion(-)
 | |
| 
 | |
| --- a/drivers/net/wireless/ralink/rt2x00/rt2800soc.c
 | |
| +++ b/drivers/net/wireless/ralink/rt2x00/rt2800soc.c
 | |
| @@ -203,7 +203,7 @@ static const struct rt2x00lib_ops rt2800
 | |
|  	.start_queue		= rt2800mmio_start_queue,
 | |
|  	.kick_queue		= rt2800mmio_kick_queue,
 | |
|  	.stop_queue		= rt2800mmio_stop_queue,
 | |
| -	.flush_queue		= rt2x00mmio_flush_queue,
 | |
| +	.flush_queue		= rt2800mmio_flush_queue,
 | |
|  	.write_tx_desc		= rt2800mmio_write_tx_desc,
 | |
|  	.write_tx_data		= rt2800_write_tx_data,
 | |
|  	.write_beacon		= rt2800_write_beacon,
 |