realtek: Correct TX ring size in ethernet driver
authorBirger Koblitz <git@birger-koblitz.de>
Sun, 5 Sep 2021 13:13:10 +0000 (15:13 +0200)
committerJohn Crispin <john@phrozen.org>
Sat, 9 Oct 2021 06:25:05 +0000 (08:25 +0200)
This enlarges the size of the TX ring buffer, which prevents warnings
when the buffer runs out of space.

Signed-off-by: Birger Koblitz <git@birger-koblitz.de>
target/linux/realtek/files-5.10/drivers/net/ethernet/rtl838x_eth.c

index ce3574b9020f9d12423b9addccc9d9508a02e5e6..7c3d7c544b142518afd89fdd9adfc829a9b8c4ba 100644 (file)
@@ -37,8 +37,7 @@ extern struct rtl83xx_soc_info soc_info;
 #define MAX_RXLEN      100
 #define MAX_ENTRIES    (200 * 8)
 #define TXRINGS                2
-// BUG: TXRINGLEN can be 160
-#define TXRINGLEN      16
+#define TXRINGLEN      160
 #define NOTIFY_EVENTS  10
 #define NOTIFY_BLOCKS  10
 #define TX_EN          0x8