netxen: fix link speed reporting for some boards
o Read negotiated link speed when link state changes. o Fix link speed reporting for hybrid nic boards, which have both 1Gbps and 10Gbps ports. Signed-off-by: Dhananjay Phadke <dhananjay@netxen.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
391587c344
commit
c7860a2aec
@ -499,7 +499,8 @@ typedef enum {
|
||||
NETXEN_BRDTYPE_P3_10G_SFP_CT = 0x002a,
|
||||
NETXEN_BRDTYPE_P3_10G_SFP_QT = 0x002b,
|
||||
NETXEN_BRDTYPE_P3_10G_CX4 = 0x0031,
|
||||
NETXEN_BRDTYPE_P3_10G_XFP = 0x0032
|
||||
NETXEN_BRDTYPE_P3_10G_XFP = 0x0032,
|
||||
NETXEN_BRDTYPE_P3_10G_TP = 0x0080
|
||||
|
||||
} netxen_brdtype_t;
|
||||
|
||||
|
Reference in New Issue
Block a user