kernel: update and refresh patches
[openwrt/staging/wigyori.git] / target / linux / mvebu / patches-4.9 / 120-net-mvneta-add-BQL-support.patch
index 0b822f3863f0fd321777f8738287f66497b588ab..5fedc8e8ab39e33c0e300b989a3d0b0c2b98ea32 100644 (file)
@@ -63,7 +63,7 @@
  
        /* reset txq */
        txq->count = 0;
-@@ -2882,6 +2894,8 @@ static int mvneta_txq_init(struct mvneta
+@@ -2880,6 +2892,8 @@ static int mvneta_txq_init(struct mvneta
  static void mvneta_txq_deinit(struct mvneta_port *pp,
                              struct mvneta_tx_queue *txq)
  {
@@ -72,7 +72,7 @@
        kfree(txq->tx_skb);
  
        if (txq->tso_hdrs)
-@@ -2893,6 +2907,8 @@ static void mvneta_txq_deinit(struct mvn
+@@ -2891,6 +2905,8 @@ static void mvneta_txq_deinit(struct mvn
                                  txq->size * MVNETA_DESC_ALIGNED_SIZE,
                                  txq->descs, txq->descs_phys);