Re: [PATCH net-next] net: dsa: mv88e6xxx: fix 6085 frame mode masking

2017-06-06 Thread David Miller
From: Vivien Didelot Date: Mon, 5 Jun 2017 18:17:16 -0400 > The register bits used for the frame mode were masked with DSA (0x1) > instead of the mask value (0x3) in the 6085 implementation of > port_set_frame_mode. Fix this. > > Fixes: 56995cbc3540 ("net: dsa: mv88e6xxx: Refactor CPU and DSA p

[PATCH net-next] net: dsa: mv88e6xxx: fix 6085 frame mode masking

2017-06-05 Thread Vivien Didelot
The register bits used for the frame mode were masked with DSA (0x1) instead of the mask value (0x3) in the 6085 implementation of port_set_frame_mode. Fix this. Fixes: 56995cbc3540 ("net: dsa: mv88e6xxx: Refactor CPU and DSA port setup") Signed-off-by: Vivien Didelot --- drivers/net/dsa/mv88e6x