atl1c: duplicate atl1c_get_tpd
authorJie Yang <jie.yang@atheros.com>
Wed, 28 Oct 2009 05:31:19 +0000 (22:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Oct 2009 05:31:19 +0000 (22:31 -0700)
remove duplicate atl1c_get_tpd, it may cause hardware to send wrong packets.

Signed-off-by: Jie Yang <jie.yang@atheros.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/atl1c/atl1c_main.c

index 1372e9a..3b8801a 100644 (file)
@@ -1981,8 +1981,6 @@ static void atl1c_tx_map(struct atl1c_adapter *adapter,
                else {
                        use_tpd = atl1c_get_tpd(adapter, type);
                        memcpy(use_tpd, tpd, sizeof(struct atl1c_tpd_desc));
-                       use_tpd = atl1c_get_tpd(adapter, type);
-                       memcpy(use_tpd, tpd, sizeof(struct atl1c_tpd_desc));
                }
                buffer_info = atl1c_get_tx_buffer(adapter, use_tpd);
                buffer_info->length = buf_len - mapped_len;