]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/ethernet/realtek/r8169.c
r8169: use unlimited DMA burst for TX
[karo-tx-linux.git] / drivers / net / ethernet / realtek / r8169.c
index 0f3fea5e92e147f39e7d02ec5a3f55a6f776552d..b8db4cd21bbe6f2d1117a3c160e478fa59b7f0aa 100644 (file)
@@ -77,7 +77,7 @@ static const int multicast_filter_limit = 32;
 #define MAC_ADDR_LEN   6
 
 #define MAX_READ_REQUEST_SHIFT 12
-#define TX_DMA_BURST   6       /* Maximum PCI burst, '6' is 1024 */
+#define TX_DMA_BURST   7       /* Maximum PCI burst, '7' is unlimited */
 #define SafeMtu                0x1c20  /* ... actually life sucks beyond ~7k */
 #define InterFrameGap  0x03    /* 3 means InterFrameGap = the shortest one */