|
@@ -1613,7 +1613,7 @@ static void velocity_error(struct velocity_info *vptr, int status)
|
|
if (status & ISR_TXSTLI) {
|
|
if (status & ISR_TXSTLI) {
|
|
struct mac_regs __iomem * regs = vptr->mac_regs;
|
|
struct mac_regs __iomem * regs = vptr->mac_regs;
|
|
|
|
|
|
- printk(KERN_ERR "TD structure errror TDindex=%hx\n", readw(®s->TDIdx[0]));
|
|
|
|
|
|
+ printk(KERN_ERR "TD structure error TDindex=%hx\n", readw(®s->TDIdx[0]));
|
|
BYTE_REG_BITS_ON(TXESR_TDSTR, ®s->TXESR);
|
|
BYTE_REG_BITS_ON(TXESR_TDSTR, ®s->TXESR);
|
|
writew(TRDCSR_RUN, ®s->TDCSRClr);
|
|
writew(TRDCSR_RUN, ®s->TDCSRClr);
|
|
netif_stop_queue(vptr->dev);
|
|
netif_stop_queue(vptr->dev);
|