Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3cb96a1 authored by Dai Haruki's avatar Dai Haruki Committed by Jeff Garzik
Browse files

gianfar: Fix the data buffer stashing amount



- Buffer stashing parameter change to 96 from 64 in order to cover
the Layer 4 header.

Signed-off-by: default avatarDai Haruki <dai.haruki@freescale.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 1119d577
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -102,7 +102,7 @@ extern const char gfar_driver_version[];
#define DEFAULT_FIFO_TX_STARVE 0x40
#define DEFAULT_FIFO_TX_STARVE 0x40
#define DEFAULT_FIFO_TX_STARVE_OFF 0x80
#define DEFAULT_FIFO_TX_STARVE_OFF 0x80
#define DEFAULT_BD_STASH 1
#define DEFAULT_BD_STASH 1
#define DEFAULT_STASH_LENGTH	64
#define DEFAULT_STASH_LENGTH	96
#define DEFAULT_STASH_INDEX	0
#define DEFAULT_STASH_INDEX	0


/* The number of Exact Match registers */
/* The number of Exact Match registers */