Skip to content

Commit 4d44a9a

Browse files
Kirill Smelkovdavem330
authored andcommitted
r8169: Kill SafeMtu macro
After d58d46b (r8169: jumbo fixes.) max frame len is stored in rtl_chip_infos[].jumbo_max for each chip and SafeMtu should be gone. Signed-off-by: Kirill Smelkov <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 94e187c commit 4d44a9a

File tree

1 file changed

+0
-1
lines changed
  • drivers/net/ethernet/realtek

1 file changed

+0
-1
lines changed

drivers/net/ethernet/realtek/r8169.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ static const int multicast_filter_limit = 32;
7878

7979
#define MAX_READ_REQUEST_SHIFT 12
8080
#define TX_DMA_BURST 7 /* Maximum PCI burst, '7' is unlimited */
81-
#define SafeMtu 0x1c20 /* ... actually life sucks beyond ~7k */
8281
#define InterFrameGap 0x03 /* 3 means InterFrameGap = the shortest one */
8382

8483
#define R8169_REGS_SIZE 256

0 commit comments

Comments
 (0)