|
@@ -1934,10 +1934,7 @@ static int ipg_nic_hard_start_xmit(struct sk_buff *skb, struct net_device *dev)
|
|
|
*/
|
|
|
if (sp->tenmbpsmode)
|
|
|
txfd->tfc |= cpu_to_le64(IPG_TFC_TXINDICATE);
|
|
|
- else if (!((sp->tx_current - sp->tx_dirty + 1) >
|
|
|
- IPG_FRAMESBETWEENTXDMACOMPLETES)) {
|
|
|
- txfd->tfc |= cpu_to_le64(IPG_TFC_TXDMAINDICATE);
|
|
|
- }
|
|
|
+ txfd->tfc |= cpu_to_le64(IPG_TFC_TXDMAINDICATE);
|
|
|
/* Based on compilation option, determine if FCS is to be
|
|
|
* appended to transmit frame by IPG.
|
|
|
*/
|