]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/ethernet/mellanox/mlxsw/spectrum.h
mlxsw: spectrum: Correctly report autonegotiation
[karo-tx-linux.git] / drivers / net / ethernet / mellanox / mlxsw / spectrum.h
index 31a2f3df55a610960f2f55286b107f4687e19408..969c250b304860dd39b3b61c4131dfef1a7e4544 100644 (file)
@@ -341,7 +341,8 @@ struct mlxsw_sp_port {
        } vport;
        struct {
                u8 tx_pause:1,
-                  rx_pause:1;
+                  rx_pause:1,
+                  autoneg:1;
        } link;
        struct {
                struct ieee_ets *ets;