Re: [PATCH net-next v2 2/7] net: dsa: mt7530: support full-duplex gigabit only

2020-08-18 Thread Andrew Lunn
On Tue, Aug 18, 2020 at 03:14:07PM +0800, Landen Chao wrote: > Remove 1000baseT_Half to advertise correct hardware capability in > phylink_validate() callback function. Hi Landem This seems like a fix? Please submit it against the net tree, and add a Fixes: tag. Thanks Andrew

[PATCH net-next v2 2/7] net: dsa: mt7530: support full-duplex gigabit only

2020-08-18 Thread Landen Chao
Remove 1000baseT_Half to advertise correct hardware capability in phylink_validate() callback function. Signed-off-by: Landen Chao --- drivers/net/dsa/mt7530.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/dsa/mt7530.c b/drivers/net/dsa/mt7530.c index