net: ethernet: ti: cpsw: disable PTPv1 hw timestamping advertisement
[linux-2.6-microblaze.git] / drivers / net / ethernet / ti / cpsw_ethtool.c
index 4d02c51..4619c3a 100644 (file)
@@ -728,7 +728,6 @@ int cpsw_get_ts_info(struct net_device *ndev, struct ethtool_ts_info *info)
                (1 << HWTSTAMP_TX_ON);
        info->rx_filters =
                (1 << HWTSTAMP_FILTER_NONE) |
-               (1 << HWTSTAMP_FILTER_PTP_V1_L4_EVENT) |
                (1 << HWTSTAMP_FILTER_PTP_V2_EVENT);
        return 0;
 }