aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/pasemi_mac.c
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2007-11-06 23:20:39 -0500
committerJeff Garzik <jeff@garzik.org>2007-11-10 04:25:14 -0500
commitdbd62af7de9ee63f83c0262e4acc3b3319c09c8b (patch)
tree7d6e784cf4d5cb791f6d0a6dc0e1d56edd50d5b8 /drivers/net/pasemi_mac.c
parent3a1521b7e5b6964c293bb8ed6773513f8f503de5 (diff)
pasemi_mac: Don't set replace-source-address descriptor bits
Don't use the "replace source address with local MAC address" bits, since it causes problems on some variations of the hardware due to an erratum. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/pasemi_mac.c')
-rw-r--r--drivers/net/pasemi_mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/pasemi_mac.c b/drivers/net/pasemi_mac.c
index ab4d309a858f..b14f171b1b67 100644
--- a/drivers/net/pasemi_mac.c
+++ b/drivers/net/pasemi_mac.c
@@ -1126,7 +1126,7 @@ static int pasemi_mac_start_tx(struct sk_buff *skb, struct net_device *dev)
1126 unsigned long flags; 1126 unsigned long flags;
1127 int i, nfrags; 1127 int i, nfrags;
1128 1128
1129 dflags = XCT_MACTX_O | XCT_MACTX_ST | XCT_MACTX_SS | XCT_MACTX_CRC_PAD; 1129 dflags = XCT_MACTX_O | XCT_MACTX_ST | XCT_MACTX_CRC_PAD;
1130 1130
1131 if (skb->ip_summed == CHECKSUM_PARTIAL) { 1131 if (skb->ip_summed == CHECKSUM_PARTIAL) {
1132 const unsigned char *nh = skb_network_header(skb); 1132 const unsigned char *nh = skb_network_header(skb);