From 239dff6697b56f9589dd83bc0268635cc32c188c Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Thu, 28 Sep 2017 10:08:59 +0300 Subject: kernel: update and refresh patches The lantiq patch 0028-NET-lantiq-various-etop-fixes.patch and sunxi patch 0051-stmmac-form-4-11.patch no longer applied after applying the the "generalize napi_complete_done()" patch. Update them so they apply, and refresh patches while at it. Fixes: 9aeb7ce8dc5 ("generic: net: generalize napi_complete_done") Signed-off-by: Stijn Tintel --- target/linux/sunxi/patches-4.9/0051-stmmac-form-4-11.patch | 9 --------- 1 file changed, 9 deletions(-) (limited to 'target/linux/sunxi/patches-4.9') diff --git a/target/linux/sunxi/patches-4.9/0051-stmmac-form-4-11.patch b/target/linux/sunxi/patches-4.9/0051-stmmac-form-4-11.patch index f3b4262..abd1304 100644 --- a/target/linux/sunxi/patches-4.9/0051-stmmac-form-4-11.patch +++ b/target/linux/sunxi/patches-4.9/0051-stmmac-form-4-11.patch @@ -1736,15 +1736,6 @@ * (preallocated during init) then the packet is * ignored */ -@@ -2669,7 +2667,7 @@ static int stmmac_poll(struct napi_struc - - work_done = stmmac_rx(priv, budget); - if (work_done < budget) { -- napi_complete(napi); -+ napi_complete_done(napi, work_done); - stmmac_enable_dma_irq(priv); - } - return work_done; @@ -2762,7 +2760,7 @@ static netdev_features_t stmmac_fix_feat /* Some GMAC devices have a bugged Jumbo frame support that * needs to have the Tx COE disabled for oversized frames -- cgit v1.1