mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-28 01:22:42 +00:00
realtek: Correct TX ring size in ethernet driver
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>
This commit is contained in:
parent
f887c93be7
commit
e88ac0bbd1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user