Skip to content

Commit cb3e53f

Browse files
Jonathan Bellpopcornmix
authored andcommitted
bcmgenet: constrain max DMA burst length
1 parent 707412d commit cb3e53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/broadcom/genet/bcmgenet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#define ENET_PAD 8
3232
#define ENET_MAX_MTU_SIZE (ETH_DATA_LEN + ETH_HLEN + VLAN_HLEN + \
3333
ENET_BRCM_TAG_LEN + ETH_FCS_LEN + ENET_PAD)
34-
#define DMA_MAX_BURST_LENGTH 0x10
34+
#define DMA_MAX_BURST_LENGTH 0x08
3535

3636
/* misc. configuration */
3737
#define MAX_NUM_OF_FS_RULES 16

0 commit comments

Comments
 (0)