> > @@ -1977,7 +1975,7 @@
> >             case 4:/* 11520 Rx Data Fifo Size */
> >                     lp->afc_cfg=0x00783C9F;break;
> >             case 5:/* 10560 Rx Data Fifo Size */
> > -                   lp->afc_cfg=0x006E374F;break;
> > +                   lp->afc_cfg=0x006E378F;break;
> 
> Not your fault but the break statement is misplaced.

Or one space ahead? like 
        lp->afc_cfg=0x006E378F; break;

--
Bora SAHIN
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to