* [PATCH, RESEND] r8169: Kill SafeMtu macro
@ 2012-10-29 17:55 Kirill Smelkov
2012-11-03 18:59 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Kirill Smelkov @ 2012-10-29 17:55 UTC (permalink / raw)
To: Francois Romieu; +Cc: netdev, Kirill Smelkov
After d58d46b5 (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 <kirr@mns.spb.ru>
---
drivers/net/ethernet/realtek/r8169.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c
index e7ff886..7ca6618 100644
--- a/drivers/net/ethernet/realtek/r8169.c
+++ b/drivers/net/ethernet/realtek/r8169.c
@@ -78,7 +78,6 @@ static const int multicast_filter_limit = 32;
#define MAX_READ_REQUEST_SHIFT 12
#define TX_DMA_BURST 7 /* Maximum PCI burst, '7' is unlimited */
-#define SafeMtu 0x1c20 /* ... actually life sucks beyond ~7k */
#define InterFrameGap 0x03 /* 3 means InterFrameGap = the shortest one */
#define R8169_REGS_SIZE 256
--
1.8.0.rc1.231.g17358b9
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-03 18:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-29 17:55 [PATCH, RESEND] r8169: Kill SafeMtu macro Kirill Smelkov
2012-11-03 18:59 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox