commit | d0939c26c53a2b2cecfbe6953858a58abb0158c7 | [log] [tgz] |
---|---|---|
author | Andrew Lunn <andrew@lunn.ch> | Sat Sep 29 23:04:15 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 01 22:55:36 2018 -0700 |
tree | c0e5cdf2a41102023c57ed8da7eac3069203cce6 | |
parent | f954a04ea18ebfcba1cd2756eaee59eb4978a20e [diff] |
net: ethernet: xgbe: expand PHY_GBIT_FEAUTRES The macro PHY_GBIT_FEAUTRES needs to change into a bitmap in order to support link_modes. Remove its use from xgde by replacing it with its definition. Probably, the current behavior is wrong. It probably should be ANDing not assigning. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>