Re: [PATCH v3 net] mv88e6060: disable hardware level MAC learning

2018-12-28 Thread Andrew Lunn
On Fri, Dec 28, 2018 at 09:22:55AM +0100, Pavel Machek wrote: > On Fri 2018-11-30 21:58:36, Anderson Luiz Alves wrote: > > Disable hardware level MAC learning because it breaks station roaming. > > When enabled it drops all frames that arrive from a MAC address > > that is on a different port at le

Re: [PATCH v3 net] mv88e6060: disable hardware level MAC learning

2018-12-28 Thread Pavel Machek
On Fri 2018-11-30 21:58:36, Anderson Luiz Alves wrote: > Disable hardware level MAC learning because it breaks station roaming. > When enabled it drops all frames that arrive from a MAC address > that is on a different port at learning table. > > Signed-off-by: Anderson Luiz Alves Will not this

Re: [PATCH v3 net] mv88e6060: disable hardware level MAC learning

2018-12-03 Thread David Miller
From: Anderson Luiz Alves Date: Fri, 30 Nov 2018 21:58:36 -0200 > Disable hardware level MAC learning because it breaks station roaming. > When enabled it drops all frames that arrive from a MAC address > that is on a different port at learning table. > > Signed-off-by: Anderson Luiz Alves > --

Re: [PATCH v3 net] mv88e6060: disable hardware level MAC learning

2018-12-01 Thread Andrew Lunn
On Fri, Nov 30, 2018 at 09:58:36PM -0200, Anderson Luiz Alves wrote: > Disable hardware level MAC learning because it breaks station roaming. > When enabled it drops all frames that arrive from a MAC address > that is on a different port at learning table. > > Signed-off-by: Anderson Luiz Alves

[PATCH v3 net] mv88e6060: disable hardware level MAC learning

2018-11-30 Thread Anderson Luiz Alves
Disable hardware level MAC learning because it breaks station roaming. When enabled it drops all frames that arrive from a MAC address that is on a different port at learning table. Signed-off-by: Anderson Luiz Alves --- Notes: v2: Updated code comments. v3: Sent with correct whitespaces