sky2: tx ring index mask fix
authorStephen Hemminger <shemminger@osdl.org>
Mon, 8 May 2006 22:11:28 +0000 (15:11 -0700)
committerStephen Hemminger <shemminger@osdl.org>
Mon, 8 May 2006 23:00:25 +0000 (16:00 -0700)
Mask for transmit ring status was picking up bits from the
unused sync ring.  They were always zero, so far...
Also, make sure to remind self not to make tx ring too big.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>

No differences found