commit | 5ea1c50662d447de344812054175d7151783ea25 | [log] [tgz] |
---|---|---|
author | Matt Carlson <mcarlson@broadcom.com> | Fri Sep 11 16:50:16 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 11 16:50:16 2009 -0700 |
tree | 0e8808b8d747dd237316ce050fe3fceb7bb32cd3 | |
parent | 9feae56c0de65fdd8b1f64f376bb6578417d2b79 [diff] |
tg3: Fix return ring size breakage Commit f6eb9b1fc1411d22c073f5264e5630a541d0f7df, "tg3: Add 5717 asic rev" changed how the rx return ring size operations are done. It effectively inverts the sense of the previous test, but it failed to also invert the resulting sizes. This patch corrects that error. Signed-off-by: Matt Carlson <mcarlson@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>