|
@@ -356,7 +356,7 @@
|
|
#define BGMAC_MAX_RX_RINGS 1
|
|
#define BGMAC_MAX_RX_RINGS 1
|
|
|
|
|
|
#define BGMAC_TX_RING_SLOTS 128
|
|
#define BGMAC_TX_RING_SLOTS 128
|
|
-#define BGMAC_RX_RING_SLOTS 512 - 1 /* Why -1? Well, Broadcom does that... */
|
|
|
|
|
|
+#define BGMAC_RX_RING_SLOTS 512
|
|
|
|
|
|
#define BGMAC_RX_HEADER_LEN 28 /* Last 24 bytes are unused. Well... */
|
|
#define BGMAC_RX_HEADER_LEN 28 /* Last 24 bytes are unused. Well... */
|
|
#define BGMAC_RX_FRAME_OFFSET 30 /* There are 2 unused bytes between header and real data */
|
|
#define BGMAC_RX_FRAME_OFFSET 30 /* There are 2 unused bytes between header and real data */
|