commit | 8c2dc7e1e7213c55f1b97eba09de6c0cee9ad12f | [log] [tgz] |
---|---|---|
author | Michael Chan <mchan@broadcom.com> | Mon Dec 19 16:26:02 2005 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 19 16:26:02 2005 -0800 |
tree | 47bc9b91cc44c68701004494bb9dc9d777ba27a4 | |
parent | df7addbb45874f0f992266003155de5a22e1872f [diff] |
[TG3]: Fix peer device handling Locate the pdev_peer for dual port 5714 NIC devices in addition to 5704 devices. The name is also changed to tg3_find_peer() from tg3_find_5704_peer(). It is also necessary to call netdev_priv() to get to the peer's private tg3 structure. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>