From b3a6ebfef696673ec94d0b61463ae47f8308bb1b Mon Sep 17 00:00:00 2001 From: Vladimir Oltean Date: Mon, 6 Jan 2020 14:30:58 +0200 Subject: Revert "net: mscc: ocelot: do not force Felix MACs at lower speeds than gigabit" This reverts commit f3ebad1269aad8a04710e84dc1cd5de485e5fec4. Signed-off-by: Vladimir Oltean (cherry picked from commit 7a7928a5246b0bd1c44c6a015d8925fb576020ac) --- include/soc/mscc/ocelot.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/soc') diff --git a/include/soc/mscc/ocelot.h b/include/soc/mscc/ocelot.h index c64cf12d1569..ad0843a0edfd 100644 --- a/include/soc/mscc/ocelot.h +++ b/include/soc/mscc/ocelot.h @@ -404,11 +404,6 @@ enum ocelot_tag_prefix { OCELOT_TAG_PREFIX_LONG, }; -/* Hardware quirks (differences between switch instantiations) */ -enum { - OCELOT_PCS_PERFORMS_RATE_ADAPTATION = BIT(0), -}; - struct ocelot; struct ocelot_ops { @@ -469,8 +464,6 @@ struct ocelot { struct delayed_work stats_work; struct workqueue_struct *stats_queue; - unsigned long quirks; - u8 ptp:1; struct ptp_clock *ptp_clock; struct ptp_clock_info ptp_info; -- cgit v1.2.3