kernel: update kernel 4.4 to version 4.4.12
[openwrt/staging/hauke.git] / target / linux / mediatek / patches-4.4 / 0088-net-next-mediatek-fix-threshold-value.patch
index 2a8fc33fa2a087682795355387c397f52a15e40d..c35975b072665ccb1fe56b7d39b99e3f887ecc06 100644 (file)
@@ -16,11 +16,9 @@ Signed-off-by: John Crispin <john@phrozen.org>
  drivers/net/ethernet/mediatek/mtk_eth_soc.c |    3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)
 
-diff --git a/drivers/net/ethernet/mediatek/mtk_eth_soc.c b/drivers/net/ethernet/mediatek/mtk_eth_soc.c
-index ec6140f..d03f339 100644
 --- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c
 +++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c
-@@ -1043,8 +1043,7 @@ static int mtk_tx_alloc(struct mtk_eth *eth)
+@@ -1043,8 +1043,7 @@ static int mtk_tx_alloc(struct mtk_eth *
        atomic_set(&ring->free_count, MTK_DMA_SIZE - 2);
        ring->next_free = &ring->dma[0];
        ring->last_free = &ring->dma[MTK_DMA_SIZE - 2];
@@ -30,6 +28,3 @@ index ec6140f..d03f339 100644
  
        /* make sure that all changes to the dma ring are flushed before we
         * continue
--- 
-1.7.10.4
-