diff options
-rw-r--r-- | drivers/net/tg3.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 8dfde34b2415..0f5bcf79d727 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c | |||
@@ -6168,9 +6168,6 @@ static netdev_tx_t tg3_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
6168 | 6168 | ||
6169 | would_hit_hwbug = 0; | 6169 | would_hit_hwbug = 0; |
6170 | 6170 | ||
6171 | if (tg3_flag(tp, SHORT_DMA_BUG) && len <= 8) | ||
6172 | would_hit_hwbug = 1; | ||
6173 | |||
6174 | if (tg3_4g_overflow_test(mapping, len)) | 6171 | if (tg3_4g_overflow_test(mapping, len)) |
6175 | would_hit_hwbug = 1; | 6172 | would_hit_hwbug = 1; |
6176 | 6173 | ||