On Thu, Nov 29, 2018 at 07:18:50PM -0200, Alacn wrote: > >From ecc3afc357aeece71842d2d9e3f7ec63e2b4ab67 Mon Sep 17 00:00:00 2001 > From: Anderson Luiz Alves <ala...@gmail.com> > Date: Thu, 29 Nov 2018 19:02:03 -0200 > Subject: [PATCH] mv88e6060: disable hardware level MAC learning > > 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 <ala...@gmail.com>
Reviewed-by: Andrew Lunn <and...@lunn.ch> Hi Anderson A few process things. In the subject line, you should put v2, since this is the second version. Also, in the subject line, indicate which tree it is for. I would say in this case, it is net, since it is a fix. So the subject should be [PATCH v2 net] mv88e6060: disable hardware level MAC learning Under the --- you should indicate what changed between each version. Andrew