ar71xx: return limit as number of processed frames when re-scheduling NAPI poll
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45971
This commit is contained in:
		@@ -1082,7 +1082,7 @@ static int ag71xx_poll(struct napi_struct *napi, int limit)
 | 
				
			|||||||
more:
 | 
					more:
 | 
				
			||||||
	DBG("%s: stay in polling mode, rx=%d, tx=%d, limit=%d\n",
 | 
						DBG("%s: stay in polling mode, rx=%d, tx=%d, limit=%d\n",
 | 
				
			||||||
			dev->name, rx_done, tx_done, limit);
 | 
								dev->name, rx_done, tx_done, limit);
 | 
				
			||||||
	return rx_done;
 | 
						return limit;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
oom:
 | 
					oom:
 | 
				
			||||||
	if (netif_msg_rx_err(ag))
 | 
						if (netif_msg_rx_err(ag))
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user